2023-11-08T00:48:01.632 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-08T00:48:01.633 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --archive /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126 --verbose --name yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126/orig.config.yaml 2023-11-08T00:48:01.669 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T00:48:01.748 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126 branch: wip-yuri3-testing-2023-11-07-0801-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7451126' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri3-testing-2023-11-07-0801-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-11-07-0801-pacific sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3886 sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-07-0801-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f targets: smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGFR7n+4cqjnSMQjPHTAM+WOEAdc6i3z8qHrwyDmeXsPanF2MHmLK9vuGj2I2EwCr2YJjRT5zvZdWNNHa5qmWVc= smithi188.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIWqoWJH905S3VDg8S6i/f0h8NL1uGsZc+J1rRmbVloPhXJEk5xwu491SJhqjt0pwVkjz8XhFAQkBytJvUJS908= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-07_19:34:21 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-08T00:48:01.748 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa; will attempt to use it 2023-11-08T00:48:01.749 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks 2023-11-08T00:48:01.750 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-08T00:48:01.752 INFO:teuthology.task.internal:Checking packages... 2023-11-08T00:48:01.776 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f' 2023-11-08T00:48:01.776 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-08T00:48:01.777 INFO:teuthology.packaging:ref: None 2023-11-08T00:48:01.777 INFO:teuthology.packaging:tag: None 2023-11-08T00:48:01.777 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T00:48:01.778 INFO:teuthology.packaging:sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T00:48:01.778 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T00:48:01.998 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-129.gcfb6fd52 2023-11-08T00:48:01.998 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-08T00:48:02.005 INFO:teuthology.task.internal:no buildpackages task found 2023-11-08T00:48:02.006 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-08T00:48:02.012 INFO:teuthology.task.internal:Saving configuration 2023-11-08T00:48:02.026 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-08T00:48:02.031 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T00:48:02.057 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 00:42:44.886595', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGFR7n+4cqjnSMQjPHTAM+WOEAdc6i3z8qHrwyDmeXsPanF2MHmLK9vuGj2I2EwCr2YJjRT5zvZdWNNHa5qmWVc='} 2023-11-08T00:48:02.081 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 00:42:44.884626', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIWqoWJH905S3VDg8S6i/f0h8NL1uGsZc+J1rRmbVloPhXJEk5xwu491SJhqjt0pwVkjz8XhFAQkBytJvUJS908='} 2023-11-08T00:48:02.082 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-08T00:48:02.087 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-08T00:48:02.087 INFO:teuthology.task.internal:roles: ubuntu@smithi188.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-08T00:48:02.088 INFO:teuthology.run_tasks:Running task console_log... 2023-11-08T00:48:02.156 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3fc20a8a60>, signals=[15]) 2023-11-08T00:48:02.158 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-08T00:48:02.163 INFO:teuthology.task.internal:Opening connections... 2023-11-08T00:48:02.163 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2023-11-08T00:48:02.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:48:02.234 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2023-11-08T00:48:02.235 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:48:02.301 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-08T00:48:02.308 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2023-11-08T00:48:02.326 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2023-11-08T00:48:02.327 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2023-11-08T00:48:02.383 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="Red Hat Enterprise Linux" 2023-11-08T00:48:02.384 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="8.4 (Ootpa)" 2023-11-08T00:48:02.384 INFO:teuthology.orchestra.run.smithi063.stdout:ID="rhel" 2023-11-08T00:48:02.384 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="fedora" 2023-11-08T00:48:02.384 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="8.4" 2023-11-08T00:48:02.384 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el8" 2023-11-08T00:48:02.385 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-08T00:48:02.385 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2023-11-08T00:48:02.385 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-08T00:48:02.386 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://www.redhat.com/" 2023-11-08T00:48:02.386 INFO:teuthology.orchestra.run.smithi063.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-08T00:48:02.386 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T00:48:02.386 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T00:48:02.386 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T00:48:02.387 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-08T00:48:02.387 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-08T00:48:02.387 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-08T00:48:02.388 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2023-11-08T00:48:02.408 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2023-11-08T00:48:02.426 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2023-11-08T00:48:02.427 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2023-11-08T00:48:02.482 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="Red Hat Enterprise Linux" 2023-11-08T00:48:02.483 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="8.4 (Ootpa)" 2023-11-08T00:48:02.483 INFO:teuthology.orchestra.run.smithi188.stdout:ID="rhel" 2023-11-08T00:48:02.483 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE="fedora" 2023-11-08T00:48:02.483 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="8.4" 2023-11-08T00:48:02.484 INFO:teuthology.orchestra.run.smithi188.stdout:PLATFORM_ID="platform:el8" 2023-11-08T00:48:02.484 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-08T00:48:02.484 INFO:teuthology.orchestra.run.smithi188.stdout:ANSI_COLOR="0;31" 2023-11-08T00:48:02.484 INFO:teuthology.orchestra.run.smithi188.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-08T00:48:02.484 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://www.redhat.com/" 2023-11-08T00:48:02.485 INFO:teuthology.orchestra.run.smithi188.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-08T00:48:02.485 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T00:48:02.485 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T00:48:02.485 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T00:48:02.485 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-08T00:48:02.486 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-08T00:48:02.486 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-08T00:48:02.486 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2023-11-08T00:48:02.508 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-08T00:48:02.518 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-08T00:48:02.523 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-08T00:48:02.524 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2023-11-08T00:48:02.527 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2023-11-08T00:48:02.542 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-08T00:48:02.548 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-08T00:48:02.549 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2023-11-08T00:48:02.584 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2023-11-08T00:48:02.599 INFO:teuthology.orchestra.run.smithi063.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-08T00:48:02.602 INFO:teuthology.orchestra.run.smithi188.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-08T00:48:02.603 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-08T00:48:02.657 INFO:teuthology.run_tasks:Running task kernel... 2023-11-08T00:48:02.674 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-08T00:48:02.676 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-08T00:48:02.676 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T00:48:02.677 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T00:48:02.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T00:48:02.695 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2023-11-08T00:48:02.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T00:48:02.696 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2023-11-08T00:48:02.751 INFO:teuthology.orchestra.run.smithi188.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-08T00:48:02.752 INFO:teuthology.task.kernel:Running kernel on smithi188: 4.18.0-305.25.1.el8_4.x86_64 2023-11-08T00:48:02.752 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum install -y kernel 2023-11-08T00:48:02.754 INFO:teuthology.orchestra.run.smithi063.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-08T00:48:02.754 INFO:teuthology.task.kernel:Running kernel on smithi063: 4.18.0-305.25.1.el8_4.x86_64 2023-11-08T00:48:02.755 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2023-11-08T00:48:04.231 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-11-08T00:48:04.232 INFO:teuthology.orchestra.run.smithi063.stdout:Unable to read consumer identity 2023-11-08T00:48:04.333 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-11-08T00:48:04.334 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-11-08T00:48:05.599 INFO:teuthology.orchestra.run.smithi063.stdout:Copr repo for python3-asyncssh owned by ceph 32 kB/s | 3.5 kB 00:00 2023-11-08T00:48:05.773 INFO:teuthology.orchestra.run.smithi188.stdout:Copr repo for python3-asyncssh owned by ceph 39 kB/s | 3.5 kB 00:00 2023-11-08T00:48:06.139 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 32 MB/s | 16 MB 00:00 2023-11-08T00:48:07.035 INFO:teuthology.orchestra.run.smithi188.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-11-08T00:48:09.601 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 4.2 MB/s | 24 kB 00:00 2023-11-08T00:48:10.375 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-08T00:48:10.375 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-08T00:48:10.375 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-08T00:48:10.412 INFO:teuthology.orchestra.run.smithi188.stdout:lab-extras 4.5 MB/s | 24 kB 00:00 2023-11-08T00:48:10.533 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-11-08T00:48:10.534 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-11-08T00:48:10.534 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-11-08T00:48:10.635 DEBUG:teuthology.orchestra.run.smithi063:> echo no | sudo yum reinstall kernel || true 2023-11-08T00:48:11.001 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-11-08T00:48:11.001 INFO:teuthology.orchestra.run.smithi063.stdout:Unable to read consumer identity 2023-11-08T00:48:11.169 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-08T00:48:11.170 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-08T00:48:11.170 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-08T00:48:11.304 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:02 ago on Wed 08 Nov 2023 12:48:09 AM UTC. 2023-11-08T00:48:11.318 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-11-08T00:48:11.319 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2023-11-08T00:48:11.319 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-11-08T00:48:11.423 DEBUG:teuthology.orchestra.run.smithi188:> echo no | sudo yum reinstall kernel || true 2023-11-08T00:48:11.446 INFO:teuthology.orchestra.run.smithi063.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-08T00:48:11.446 INFO:teuthology.orchestra.run.smithi063.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T00:48:11.447 INFO:teuthology.orchestra.run.smithi063.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T00:48:11.473 INFO:teuthology.orchestra.run.smithi063.stderr:Error: No packages marked for reinstall. 2023-11-08T00:48:11.524 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum reinstall -y kernel || true 2023-11-08T00:48:11.768 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-11-08T00:48:11.769 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-11-08T00:48:11.888 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-11-08T00:48:11.888 INFO:teuthology.orchestra.run.smithi063.stdout:Unable to read consumer identity 2023-11-08T00:48:12.062 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:02 ago on Wed 08 Nov 2023 12:48:10 AM UTC. 2023-11-08T00:48:12.185 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:03 ago on Wed 08 Nov 2023 12:48:09 AM UTC. 2023-11-08T00:48:12.191 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-08T00:48:12.191 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T00:48:12.191 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T00:48:12.228 INFO:teuthology.orchestra.run.smithi188.stderr:Error: No packages marked for reinstall. 2023-11-08T00:48:12.278 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum reinstall -y kernel || true 2023-11-08T00:48:12.340 INFO:teuthology.orchestra.run.smithi063.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-08T00:48:12.341 INFO:teuthology.orchestra.run.smithi063.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T00:48:12.341 INFO:teuthology.orchestra.run.smithi063.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T00:48:12.353 INFO:teuthology.orchestra.run.smithi063.stderr:Error: No packages marked for reinstall. 2023-11-08T00:48:12.404 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T00:48:12.533 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:12.534 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:12.534 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:12.535 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T00:48:12.535 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T00:48:12.535 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-08T00:48:12.535 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T00:48:12.535 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T00:48:12.623 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-11-08T00:48:12.624 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-11-08T00:48:12.666 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:12.669 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:12.669 DEBUG:teuthology.orchestra.run.smithi063:> sudo rpm -qi grub2-tools 2023-11-08T00:48:12.697 INFO:teuthology.orchestra.run.smithi063.stdout:Name : grub2-tools 2023-11-08T00:48:12.698 INFO:teuthology.orchestra.run.smithi063.stdout:Epoch : 1 2023-11-08T00:48:12.698 INFO:teuthology.orchestra.run.smithi063.stdout:Version : 2.02 2023-11-08T00:48:12.698 INFO:teuthology.orchestra.run.smithi063.stdout:Release : 99.el8_4.1 2023-11-08T00:48:12.699 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: x86_64 2023-11-08T00:48:12.699 INFO:teuthology.orchestra.run.smithi063.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-08T00:48:12.699 INFO:teuthology.orchestra.run.smithi063.stdout:Group : System Environment/Base 2023-11-08T00:48:12.699 INFO:teuthology.orchestra.run.smithi063.stdout:Size : 9264631 2023-11-08T00:48:12.699 INFO:teuthology.orchestra.run.smithi063.stdout:License : GPLv3+ 2023-11-08T00:48:12.700 INFO:teuthology.orchestra.run.smithi063.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-08T00:48:12.700 INFO:teuthology.orchestra.run.smithi063.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-08T00:48:12.700 INFO:teuthology.orchestra.run.smithi063.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-08T00:48:12.700 INFO:teuthology.orchestra.run.smithi063.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-08T00:48:12.701 INFO:teuthology.orchestra.run.smithi063.stdout:Relocations : (not relocatable) 2023-11-08T00:48:12.701 INFO:teuthology.orchestra.run.smithi063.stdout:Packager : Red Hat, Inc. 2023-11-08T00:48:12.701 INFO:teuthology.orchestra.run.smithi063.stdout:Vendor : Red Hat, Inc. 2023-11-08T00:48:12.701 INFO:teuthology.orchestra.run.smithi063.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T00:48:12.701 INFO:teuthology.orchestra.run.smithi063.stdout:Summary : Support tools for GRUB. 2023-11-08T00:48:12.702 INFO:teuthology.orchestra.run.smithi063.stdout:Description : 2023-11-08T00:48:12.702 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T00:48:12.703 INFO:teuthology.orchestra.run.smithi063.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T00:48:12.703 INFO:teuthology.orchestra.run.smithi063.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T00:48:12.704 INFO:teuthology.orchestra.run.smithi063.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T00:48:12.704 INFO:teuthology.orchestra.run.smithi063.stdout:hardware devices. 2023-11-08T00:48:12.704 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T00:48:12.705 INFO:teuthology.orchestra.run.smithi063.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T00:48:12.707 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T00:48:12.707 INFO:teuthology.task.kernel:Updating grub on smithi063 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:12.708 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T00:48:12.906 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:02 ago on Wed 08 Nov 2023 12:48:10 AM UTC. 2023-11-08T00:48:13.049 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-08T00:48:13.049 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T00:48:13.049 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-08T00:48:13.069 INFO:teuthology.orchestra.run.smithi188.stderr:Error: No packages marked for reinstall. 2023-11-08T00:48:13.119 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T00:48:13.246 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:13.246 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:13.246 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:13.247 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T00:48:13.247 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T00:48:13.247 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-08T00:48:13.247 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi188.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T00:48:13.248 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T00:48:13.372 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:13.373 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:13.373 DEBUG:teuthology.orchestra.run.smithi188:> sudo rpm -qi grub2-tools 2023-11-08T00:48:13.400 INFO:teuthology.orchestra.run.smithi188.stdout:Name : grub2-tools 2023-11-08T00:48:13.400 INFO:teuthology.orchestra.run.smithi188.stdout:Epoch : 1 2023-11-08T00:48:13.401 INFO:teuthology.orchestra.run.smithi188.stdout:Version : 2.02 2023-11-08T00:48:13.401 INFO:teuthology.orchestra.run.smithi188.stdout:Release : 99.el8_4.1 2023-11-08T00:48:13.401 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: x86_64 2023-11-08T00:48:13.401 INFO:teuthology.orchestra.run.smithi188.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-08T00:48:13.402 INFO:teuthology.orchestra.run.smithi188.stdout:Group : System Environment/Base 2023-11-08T00:48:13.402 INFO:teuthology.orchestra.run.smithi188.stdout:Size : 9264631 2023-11-08T00:48:13.402 INFO:teuthology.orchestra.run.smithi188.stdout:License : GPLv3+ 2023-11-08T00:48:13.402 INFO:teuthology.orchestra.run.smithi188.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-08T00:48:13.403 INFO:teuthology.orchestra.run.smithi188.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-08T00:48:13.403 INFO:teuthology.orchestra.run.smithi188.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-08T00:48:13.403 INFO:teuthology.orchestra.run.smithi188.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-08T00:48:13.403 INFO:teuthology.orchestra.run.smithi188.stdout:Relocations : (not relocatable) 2023-11-08T00:48:13.404 INFO:teuthology.orchestra.run.smithi188.stdout:Packager : Red Hat, Inc. 2023-11-08T00:48:13.404 INFO:teuthology.orchestra.run.smithi188.stdout:Vendor : Red Hat, Inc. 2023-11-08T00:48:13.404 INFO:teuthology.orchestra.run.smithi188.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T00:48:13.404 INFO:teuthology.orchestra.run.smithi188.stdout:Summary : Support tools for GRUB. 2023-11-08T00:48:13.404 INFO:teuthology.orchestra.run.smithi188.stdout:Description : 2023-11-08T00:48:13.405 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T00:48:13.405 INFO:teuthology.orchestra.run.smithi188.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T00:48:13.405 INFO:teuthology.orchestra.run.smithi188.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T00:48:13.405 INFO:teuthology.orchestra.run.smithi188.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T00:48:13.405 INFO:teuthology.orchestra.run.smithi188.stdout:hardware devices. 2023-11-08T00:48:13.406 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T00:48:13.406 INFO:teuthology.orchestra.run.smithi188.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T00:48:13.407 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T00:48:13.407 INFO:teuthology.task.kernel:Updating grub on smithi188 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:13.408 DEBUG:teuthology.orchestra.run.smithi188:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T00:48:14.102 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2023-11-08T00:48:14.745 INFO:teuthology.orchestra.run.smithi188.stderr:Generating grub configuration file ... 2023-11-08T00:48:16.333 INFO:teuthology.orchestra.run.smithi063.stderr:done 2023-11-08T00:48:16.334 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2023-11-08T00:48:16.357 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.B2njiQmrQ7 2023-11-08T00:48:16.357 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.B2njiQmrQ7 2023-11-08T00:48:16.426 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.B2njiQmrQ7 2023-11-08T00:48:16.588 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.B2njiQmrQ7 is 6KB 2023-11-08T00:48:16.636 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.B2njiQmrQ7 2023-11-08T00:48:16.651 DEBUG:teuthology.orchestra.run.smithi063:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T00:48:16.684 INFO:teuthology.orchestra.run.smithi188.stderr:done 2023-11-08T00:48:16.686 DEBUG:teuthology.orchestra.run.smithi188:> mktemp 2023-11-08T00:48:16.700 INFO:teuthology.orchestra.run.smithi188.stdout:/tmp/tmp.xkjYxMM6sS 2023-11-08T00:48:16.700 DEBUG:teuthology.orchestra.run.smithi188:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xkjYxMM6sS 2023-11-08T00:48:16.721 INFO:teuthology.orchestra.run.smithi063.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-08T00:48:16.721 INFO:teuthology.orchestra.run.smithi063.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-08T00:48:16.721 INFO:teuthology.orchestra.run.smithi063.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-08T00:48:16.721 INFO:teuthology.orchestra.run.smithi063.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-08T00:48:16.723 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:16.769 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0666 /tmp/tmp.xkjYxMM6sS 2023-11-08T00:48:16.896 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2023-11-08T00:48:16.938 DEBUG:teuthology.orchestra.remote:smithi188:/tmp/tmp.xkjYxMM6sS is 6KB 2023-11-08T00:48:16.987 DEBUG:teuthology.orchestra.run.smithi188:> rm -fr /tmp/tmp.xkjYxMM6sS 2023-11-08T00:48:17.001 DEBUG:teuthology.orchestra.run.smithi188:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T00:48:17.069 INFO:teuthology.orchestra.run.smithi188.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-08T00:48:17.070 INFO:teuthology.orchestra.run.smithi188.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-08T00:48:17.070 INFO:teuthology.orchestra.run.smithi188.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-08T00:48:17.071 INFO:teuthology.orchestra.run.smithi188.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-08T00:48:17.072 DEBUG:teuthology.orchestra.run.smithi188:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-08T00:48:17.240 DEBUG:teuthology.orchestra.run.smithi188:> sudo shutdown -r now 2023-11-08T00:48:46.928 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-08T00:48:46.929 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-08T00:48:46.930 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:48:47.243 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-08T00:48:47.243 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-11-08T00:48:47.244 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:49:05.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2023-11-08T00:49:05.658 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2023-11-08T00:49:14.415 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-08T00:49:14.416 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:49:14.660 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-11-08T00:49:14.660 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:49:17.470 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2023-11-08T00:49:17.726 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2023-11-08T00:49:29.483 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-08T00:49:29.484 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:49:29.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-11-08T00:49:29.729 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:49:47.902 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2023-11-08T00:50:02.264 DEBUG:teuthology.orchestra.run.smithi188:> true 2023-11-08T00:50:02.904 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-08T00:50:02.905 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:50:03.245 DEBUG:teuthology.orchestra.run.smithi063:> true 2023-11-08T00:50:03.616 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-11-08T00:50:03.616 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-08T00:50:03.617 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2023-11-08T00:50:03.664 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-08T00:50:03.664 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-08T00:50:03.665 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2023-11-08T00:50:03.679 INFO:teuthology.orchestra.run.smithi063.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-08T00:50:03.680 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-08T00:50:03.680 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T00:50:03.680 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-08T00:50:03.937 INFO:teuthology.orchestra.run.smithi188.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-08T00:50:03.938 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-08T00:50:03.938 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T00:50:03.938 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-08T00:50:04.681 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-08T00:50:04.682 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T00:50:04.777 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2023-11-08T00:50:04.794 DEBUG:teuthology.parallel:result is None 2023-11-08T00:50:04.939 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-08T00:50:04.940 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T00:50:05.338 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2023-11-08T00:50:05.359 DEBUG:teuthology.parallel:result is None 2023-11-08T00:50:05.359 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-08T00:50:05.367 INFO:teuthology.task.internal:Creating test directory... 2023-11-08T00:50:05.367 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T00:50:05.369 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T00:50:05.387 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-08T00:50:05.395 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-08T00:50:05.402 INFO:teuthology.task.internal:Creating archive directory... 2023-11-08T00:50:05.402 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T00:50:05.428 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T00:50:05.470 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-08T00:50:05.477 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-08T00:50:05.478 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-08T00:50:05.491 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-08T00:50:05.518 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T00:50:05.528 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T00:50:05.544 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T00:50:05.554 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T00:50:05.555 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-08T00:50:05.562 INFO:teuthology.task.internal:Configuring sudo... 2023-11-08T00:50:05.563 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T00:50:05.577 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T00:50:05.620 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-08T00:50:05.629 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-08T00:50:05.629 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T00:50:05.647 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T00:50:05.674 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T00:50:05.750 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T00:50:05.792 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T00:50:05.879 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T00:50:05.922 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T00:50:05.923 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T00:50:05.991 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T00:50:06.031 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T00:50:06.076 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T00:50:06.160 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T00:50:06.197 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-08T00:50:06.197 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T00:50:06.260 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2023-11-08T00:50:06.263 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2023-11-08T00:50:06.320 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T00:50:06.344 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T00:50:06.833 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-08T00:50:06.842 INFO:teuthology.task.internal:Starting timer... 2023-11-08T00:50:06.842 INFO:teuthology.run_tasks:Running task pcp... 2023-11-08T00:50:06.852 INFO:teuthology.run_tasks:Running task selinux... 2023-11-08T00:50:06.861 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-08T00:50:06.863 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2023-11-08T00:50:07.131 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: [ OK ] 2023-11-08T00:50:07.134 DEBUG:teuthology.orchestra.run.smithi188:> sudo service auditd rotate 2023-11-08T00:50:07.199 INFO:teuthology.orchestra.run.smithi188.stdout:Rotating logs: [ OK ] 2023-11-08T00:50:07.201 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-08T00:50:07.201 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2023-11-08T00:50:07.503 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2023-11-08T00:50:07.504 DEBUG:teuthology.orchestra.run.smithi188:> /usr/sbin/getenforce 2023-11-08T00:50:07.526 INFO:teuthology.orchestra.run.smithi188.stdout:Permissive 2023-11-08T00:50:07.527 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi188.front.sepia.ceph.com': 'permissive'} 2023-11-08T00:50:07.527 DEBUG:teuthology.orchestra.run.smithi063:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T00:50:07.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T00:50:07.869 DEBUG:teuthology.orchestra.run.smithi188:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T00:50:07.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T00:50:07.897 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-08T00:50:07.897 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2023-11-08T00:50:08.379 DEBUG:teuthology.orchestra.run.smithi188:> sudo /usr/sbin/setenforce permissive 2023-11-08T00:50:08.408 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-08T00:50:08.418 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-08T00:50:08.424 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-08T00:50:08.565 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-08T00:50:08.587 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-08T00:50:08.588 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi063.front.sepia.ceph.com,smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-08T00:59:52.438 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi188.front.sepia.ceph.com')] 2023-11-08T00:59:52.440 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-08T00:59:52.441 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:59:52.510 DEBUG:teuthology.orchestra.run.smithi063:> true 2023-11-08T00:59:52.577 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-08T00:59:52.577 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-11-08T00:59:52.578 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T00:59:52.644 DEBUG:teuthology.orchestra.run.smithi188:> true 2023-11-08T00:59:52.709 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-11-08T00:59:52.710 INFO:teuthology.run_tasks:Running task clock... 2023-11-08T00:59:52.719 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-08T00:59:52.720 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T00:59:52.721 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T00:59:52.723 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T00:59:52.724 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T00:59:52.752 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T00:59:52.767 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T00:59:52.778 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T00:59:52.793 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T00:59:52.804 INFO:teuthology.orchestra.run.smithi063.stderr:sudo: ntpd: command not found 2023-11-08T00:59:52.815 INFO:teuthology.orchestra.run.smithi063.stdout:506 Cannot talk to daemon 2023-11-08T00:59:52.828 INFO:teuthology.orchestra.run.smithi188.stderr:sudo: ntpd: command not found 2023-11-08T00:59:52.830 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T00:59:52.839 INFO:teuthology.orchestra.run.smithi188.stdout:506 Cannot talk to daemon 2023-11-08T00:59:52.844 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T00:59:52.853 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T00:59:52.866 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T00:59:52.906 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2023-11-08T00:59:52.909 INFO:teuthology.orchestra.run.smithi063.stdout:210 Number of sources = 4 2023-11-08T00:59:52.909 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T00:59:52.910 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2023-11-08T00:59:52.910 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T00:59:52.910 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T00:59:52.910 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T00:59:52.911 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T00:59:52.930 INFO:teuthology.orchestra.run.smithi188.stderr:bash: ntpq: command not found 2023-11-08T00:59:52.933 INFO:teuthology.orchestra.run.smithi188.stdout:210 Number of sources = 4 2023-11-08T00:59:52.933 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T00:59:52.933 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2023-11-08T00:59:52.933 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T00:59:52.934 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T00:59:52.934 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T00:59:52.934 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T00:59:52.935 INFO:teuthology.run_tasks:Running task pexec... 2023-11-08T00:59:52.944 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-08T00:59:52.944 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi063.front.sepia.ceph.com 2023-11-08T00:59:52.945 DEBUG:teuthology.orchestra.run.smithi063:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T00:59:52.945 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi188.front.sepia.ceph.com 2023-11-08T00:59:52.945 DEBUG:teuthology.orchestra.run.smithi188:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T00:59:53.360 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-11-08T00:59:53.373 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-11-08T00:59:55.157 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:49 ago on Wed 08 Nov 2023 12:58:05 AM UTC. 2023-11-08T00:59:55.174 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:44 ago on Wed 08 Nov 2023 12:58:10 AM UTC. 2023-11-08T00:59:57.192 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-11-08T00:59:57.193 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-11-08T00:59:57.193 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2023-11-08T00:59:57.193 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-11-08T00:59:57.194 INFO:teuthology.orchestra.run.smithi188.stdout:Resetting modules: 2023-11-08T00:59:57.194 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools 2023-11-08T00:59:57.194 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T00:59:57.194 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2023-11-08T00:59:57.194 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-11-08T00:59:57.195 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T00:59:57.308 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-11-08T00:59:57.309 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-08T00:59:57.309 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2023-11-08T00:59:57.309 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-08T00:59:57.309 INFO:teuthology.orchestra.run.smithi063.stdout:Resetting modules: 2023-11-08T00:59:57.310 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools 2023-11-08T00:59:57.310 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T00:59:57.310 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-11-08T00:59:57.310 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-08T00:59:57.310 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T00:59:58.140 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:52 ago on Wed 08 Nov 2023 12:58:05 AM UTC. 2023-11-08T00:59:58.314 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:47 ago on Wed 08 Nov 2023 12:58:10 AM UTC. 2023-11-08T01:00:06.189 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-11-08T01:00:06.215 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-11-08T01:00:06.645 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-11-08T01:00:06.688 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-11-08T01:00:08.741 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:02:03 ago on Wed 08 Nov 2023 12:58:05 AM UTC. 2023-11-08T01:00:08.748 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:58 ago on Wed 08 Nov 2023 12:58:10 AM UTC. 2023-11-08T01:00:10.710 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-11-08T01:00:10.759 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================================================== 2023-11-08T01:00:10.759 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2023-11-08T01:00:10.759 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================================================== 2023-11-08T01:00:10.759 INFO:teuthology.orchestra.run.smithi188.stdout:Installing group/module packages: 2023-11-08T01:00:10.760 INFO:teuthology.orchestra.run.smithi188.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-11-08T01:00:10.760 INFO:teuthology.orchestra.run.smithi188.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-08T01:00:10.760 INFO:teuthology.orchestra.run.smithi188.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-08T01:00:10.760 INFO:teuthology.orchestra.run.smithi188.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-11-08T01:00:10.761 INFO:teuthology.orchestra.run.smithi188.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-08T01:00:10.761 INFO:teuthology.orchestra.run.smithi188.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-08T01:00:10.761 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2023-11-08T01:00:10.761 INFO:teuthology.orchestra.run.smithi188.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-08T01:00:10.761 INFO:teuthology.orchestra.run.smithi188.stdout:Downgrading: 2023-11-08T01:00:10.762 INFO:teuthology.orchestra.run.smithi188.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-08T01:00:10.762 INFO:teuthology.orchestra.run.smithi188.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-11-08T01:00:10.762 INFO:teuthology.orchestra.run.smithi188.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-11-08T01:00:10.762 INFO:teuthology.orchestra.run.smithi188.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-08T01:00:10.762 INFO:teuthology.orchestra.run.smithi188.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-08T01:00:10.763 INFO:teuthology.orchestra.run.smithi188.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-08T01:00:10.763 INFO:teuthology.orchestra.run.smithi188.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-08T01:00:10.763 INFO:teuthology.orchestra.run.smithi188.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-11-08T01:00:10.763 INFO:teuthology.orchestra.run.smithi188.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-11-08T01:00:10.764 INFO:teuthology.orchestra.run.smithi188.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-08T01:00:10.764 INFO:teuthology.orchestra.run.smithi188.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-11-08T01:00:10.764 INFO:teuthology.orchestra.run.smithi188.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-08T01:00:10.764 INFO:teuthology.orchestra.run.smithi188.stdout:Installing module profiles: 2023-11-08T01:00:10.764 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools/common 2023-11-08T01:00:10.764 INFO:teuthology.orchestra.run.smithi188.stdout:Enabling module streams: 2023-11-08T01:00:10.765 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools 3.0 2023-11-08T01:00:10.765 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T01:00:10.765 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2023-11-08T01:00:10.765 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================================================== 2023-11-08T01:00:10.765 INFO:teuthology.orchestra.run.smithi188.stdout:Install 7 Packages 2023-11-08T01:00:10.766 INFO:teuthology.orchestra.run.smithi188.stdout:Downgrade 12 Packages 2023-11-08T01:00:10.766 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T01:00:10.766 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 51 M 2023-11-08T01:00:10.767 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2023-11-08T01:00:10.894 INFO:teuthology.orchestra.run.smithi188.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 391 kB/s | 52 kB 00:00 2023-11-08T01:00:10.940 INFO:teuthology.orchestra.run.smithi188.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 390 kB/s | 69 kB 00:00 2023-11-08T01:00:10.966 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-11-08T01:00:10.997 INFO:teuthology.orchestra.run.smithi188.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 4.9 MB/s | 511 kB 00:00 2023-11-08T01:00:11.021 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================================================== 2023-11-08T01:00:11.021 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-11-08T01:00:11.021 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================================================== 2023-11-08T01:00:11.022 INFO:teuthology.orchestra.run.smithi063.stdout:Installing group/module packages: 2023-11-08T01:00:11.022 INFO:teuthology.orchestra.run.smithi063.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-11-08T01:00:11.022 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-08T01:00:11.022 INFO:teuthology.orchestra.run.smithi063.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-08T01:00:11.023 INFO:teuthology.orchestra.run.smithi063.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-11-08T01:00:11.023 INFO:teuthology.orchestra.run.smithi063.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-08T01:00:11.023 INFO:teuthology.orchestra.run.smithi063.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-08T01:00:11.023 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-11-08T01:00:11.023 INFO:teuthology.orchestra.run.smithi063.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-08T01:00:11.024 INFO:teuthology.orchestra.run.smithi063.stdout:Downgrading: 2023-11-08T01:00:11.024 INFO:teuthology.orchestra.run.smithi063.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-08T01:00:11.024 INFO:teuthology.orchestra.run.smithi063.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-11-08T01:00:11.024 INFO:teuthology.orchestra.run.smithi063.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-11-08T01:00:11.024 INFO:teuthology.orchestra.run.smithi063.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-08T01:00:11.024 INFO:teuthology.orchestra.run.smithi063.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-08T01:00:11.025 INFO:teuthology.orchestra.run.smithi063.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-08T01:00:11.025 INFO:teuthology.orchestra.run.smithi063.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-08T01:00:11.025 INFO:teuthology.orchestra.run.smithi063.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-11-08T01:00:11.025 INFO:teuthology.orchestra.run.smithi063.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-11-08T01:00:11.025 INFO:teuthology.orchestra.run.smithi063.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-08T01:00:11.026 INFO:teuthology.orchestra.run.smithi063.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-11-08T01:00:11.026 INFO:teuthology.orchestra.run.smithi063.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-08T01:00:11.026 INFO:teuthology.orchestra.run.smithi063.stdout:Installing module profiles: 2023-11-08T01:00:11.026 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools/common 2023-11-08T01:00:11.027 INFO:teuthology.orchestra.run.smithi063.stdout:Enabling module streams: 2023-11-08T01:00:11.027 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools 3.0 2023-11-08T01:00:11.027 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:00:11.027 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-11-08T01:00:11.027 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================================================== 2023-11-08T01:00:11.027 INFO:teuthology.orchestra.run.smithi063.stdout:Install 7 Packages 2023-11-08T01:00:11.028 INFO:teuthology.orchestra.run.smithi063.stdout:Downgrade 12 Packages 2023-11-08T01:00:11.028 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:00:11.028 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 51 M 2023-11-08T01:00:11.029 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-11-08T01:00:11.082 INFO:teuthology.orchestra.run.smithi188.stdout:(4/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 22 MB/s | 3.1 MB 00:00 2023-11-08T01:00:11.145 INFO:teuthology.orchestra.run.smithi063.stdout:(1/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 575 kB/s | 69 kB 00:00 2023-11-08T01:00:11.155 INFO:teuthology.orchestra.run.smithi188.stdout:(5/19): conmon-2.0.26-1.module+el8.4.0+11818+34 323 kB/s | 51 kB 00:00 2023-11-08T01:00:11.258 INFO:teuthology.orchestra.run.smithi063.stdout:(2/19): container-selinux-2.167.0-1.module+el8. 221 kB/s | 52 kB 00:00 2023-11-08T01:00:11.320 INFO:teuthology.orchestra.run.smithi063.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 2.9 MB/s | 511 kB 00:00 2023-11-08T01:00:11.325 INFO:teuthology.orchestra.run.smithi188.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 36 MB/s | 20 MB 00:00 2023-11-08T01:00:11.326 INFO:teuthology.orchestra.run.smithi188.stdout:(7/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 299 kB/s | 51 kB 00:00 2023-11-08T01:00:11.327 INFO:teuthology.orchestra.run.smithi188.stdout:(8/19): podman-docker-3.0.1-7.module+el8.4.0+12 228 kB/s | 56 kB 00:00 2023-11-08T01:00:11.423 INFO:teuthology.orchestra.run.smithi063.stdout:(4/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 19 MB/s | 3.1 MB 00:00 2023-11-08T01:00:11.469 INFO:teuthology.orchestra.run.smithi188.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 2.2 MB/s | 320 kB 00:00 2023-11-08T01:00:11.550 INFO:teuthology.orchestra.run.smithi063.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 39 MB/s | 20 MB 00:00 2023-11-08T01:00:11.551 INFO:teuthology.orchestra.run.smithi063.stdout:(6/19): conmon-2.0.26-1.module+el8.4.0+11818+34 220 kB/s | 51 kB 00:00 2023-11-08T01:00:11.589 INFO:teuthology.orchestra.run.smithi188.stdout:(10/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+ 273 kB/s | 72 kB 00:00 2023-11-08T01:00:11.626 INFO:teuthology.orchestra.run.smithi063.stdout:(7/19): podman-docker-3.0.1-7.module+el8.4.0+12 275 kB/s | 56 kB 00:00 2023-11-08T01:00:11.651 INFO:teuthology.orchestra.run.smithi188.stdout:(11/19): podman-3.0.1-7.module+el8.4.0+12906+0c 37 MB/s | 12 MB 00:00 2023-11-08T01:00:11.678 INFO:teuthology.orchestra.run.smithi063.stdout:(8/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 570 kB/s | 72 kB 00:00 2023-11-08T01:00:11.683 INFO:teuthology.orchestra.run.smithi188.stdout:(12/19): containers-common-1.2.2-8.module+el8.4 427 kB/s | 91 kB 00:00 2023-11-08T01:00:11.695 INFO:teuthology.orchestra.run.smithi188.stdout:(13/19): yajl-2.1.0-10.el8.x86_64.rpm 386 kB/s | 41 kB 00:00 2023-11-08T01:00:11.696 INFO:teuthology.orchestra.run.smithi063.stdout:(9/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 352 kB/s | 51 kB 00:00 2023-11-08T01:00:11.741 INFO:teuthology.orchestra.run.smithi063.stdout:(10/19): podman-catatonit-3.0.1-7.module+el8.4. 2.7 MB/s | 320 kB 00:00 2023-11-08T01:00:11.770 INFO:teuthology.orchestra.run.smithi188.stdout:(14/19): udica-0.2.4-1.module+el8.4.0+11818+341 425 kB/s | 51 kB 00:00 2023-11-08T01:00:11.787 INFO:teuthology.orchestra.run.smithi063.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 881 kB/s | 41 kB 00:00 2023-11-08T01:00:11.794 INFO:teuthology.orchestra.run.smithi188.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 11 MB/s | 1.1 MB 00:00 2023-11-08T01:00:11.835 INFO:teuthology.orchestra.run.smithi063.stdout:(12/19): containers-common-1.2.2-8.module+el8.4 659 kB/s | 91 kB 00:00 2023-11-08T01:00:11.870 INFO:teuthology.orchestra.run.smithi188.stdout:(16/19): buildah-1.19.7-1.module+el8.4.0+11818+ 40 MB/s | 7.4 MB 00:00 2023-11-08T01:00:11.878 INFO:teuthology.orchestra.run.smithi063.stdout:(13/19): udica-0.2.4-1.module+el8.4.0+11818+341 560 kB/s | 51 kB 00:00 2023-11-08T01:00:11.892 INFO:teuthology.orchestra.run.smithi188.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 1.8 MB/s | 185 kB 00:00 2023-11-08T01:00:11.937 INFO:teuthology.orchestra.run.smithi063.stdout:(14/19): podman-3.0.1-7.module+el8.4.0+12906+0c 46 MB/s | 12 MB 00:00 2023-11-08T01:00:12.000 INFO:teuthology.orchestra.run.smithi188.stdout:(18/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 28 MB/s | 6.3 MB 00:00 2023-11-08T01:00:12.000 INFO:teuthology.orchestra.run.smithi188.stdout:(19/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 122 kB/s | 16 kB 00:00 2023-11-08T01:00:12.001 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2023-11-08T01:00:12.001 INFO:teuthology.orchestra.run.smithi188.stdout:Total 42 MB/s | 51 MB 00:01 2023-11-08T01:00:12.016 INFO:teuthology.orchestra.run.smithi063.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 7.8 MB/s | 1.1 MB 00:00 2023-11-08T01:00:12.016 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2023-11-08T01:00:12.058 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2023-11-08T01:00:12.059 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2023-11-08T01:00:12.098 INFO:teuthology.orchestra.run.smithi063.stdout:(16/19): buildah-1.19.7-1.module+el8.4.0+11818+ 28 MB/s | 7.4 MB 00:00 2023-11-08T01:00:12.124 INFO:teuthology.orchestra.run.smithi063.stdout:(17/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 34 MB/s | 6.3 MB 00:00 2023-11-08T01:00:12.126 INFO:teuthology.orchestra.run.smithi063.stdout:(18/19): crun-0.18-2.module+el8.4.0+11818+34146 1.6 MB/s | 185 kB 00:00 2023-11-08T01:00:12.166 INFO:teuthology.orchestra.run.smithi063.stdout:(19/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 233 kB/s | 16 kB 00:00 2023-11-08T01:00:12.170 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-11-08T01:00:12.170 INFO:teuthology.orchestra.run.smithi063.stdout:Total 45 MB/s | 51 MB 00:01 2023-11-08T01:00:12.184 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-11-08T01:00:12.231 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-11-08T01:00:12.231 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-11-08T01:00:12.905 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2023-11-08T01:00:12.909 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2023-11-08T01:00:13.036 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-11-08T01:00:13.041 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-11-08T01:00:14.214 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2023-11-08T01:00:14.232 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-11-08T01:00:14.277 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-08T01:00:14.292 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-08T01:00:14.462 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-08T01:00:14.472 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-08T01:00:14.488 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-08T01:00:14.508 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-08T01:00:14.518 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-08T01:00:14.534 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-08T01:00:14.628 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-08T01:00:14.725 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-08T01:00:30.544 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-08T01:00:30.804 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-08T01:00:30.856 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-08T01:00:31.042 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-08T01:00:31.052 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-08T01:00:31.225 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-08T01:00:31.670 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-08T01:00:31.823 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-08T01:00:31.947 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-08T01:00:32.044 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-08T01:00:32.132 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-08T01:00:32.215 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-08T01:00:32.417 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-08T01:00:32.418 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-08T01:00:32.418 INFO:teuthology.orchestra.run.smithi188.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-08T01:00:32.418 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T01:00:32.445 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-08T01:00:32.446 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-08T01:00:32.446 INFO:teuthology.orchestra.run.smithi063.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-08T01:00:32.446 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:00:34.649 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-08T01:00:34.747 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-08T01:00:36.282 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-08T01:00:36.359 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-08T01:00:36.583 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-08T01:00:36.600 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-08T01:00:36.857 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-08T01:00:36.888 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-08T01:00:37.012 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-08T01:00:37.073 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-08T01:00:37.819 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-08T01:00:37.872 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-08T01:00:38.589 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-08T01:00:38.662 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-08T01:00:38.776 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-08T01:00:38.861 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-08T01:00:38.953 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-08T01:00:39.105 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-08T01:00:39.151 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-08T01:00:39.268 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-08T01:00:39.270 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-08T01:00:39.376 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-08T01:00:39.428 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-08T01:00:39.542 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-08T01:00:39.543 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-08T01:00:39.717 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-08T01:00:39.717 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-08T01:00:39.795 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-08T01:00:39.861 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-08T01:00:40.023 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-08T01:00:40.026 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-08T01:00:40.026 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-08T01:00:40.188 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-08T01:00:40.218 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-08T01:00:40.388 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-08T01:00:40.410 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-08T01:00:40.568 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-08T01:00:40.570 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-08T01:00:40.727 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-08T01:00:40.802 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-08T01:00:40.868 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-08T01:00:41.020 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-08T01:00:41.025 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-08T01:00:41.195 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-08T01:00:41.389 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-08T01:00:41.484 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-08T01:00:41.569 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-08T01:00:42.015 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-08T01:00:42.074 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-08T01:00:42.074 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-08T01:00:42.074 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-08T01:00:42.075 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-08T01:00:42.075 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-08T01:00:42.075 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-08T01:00:42.075 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-08T01:00:42.075 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-08T01:00:42.076 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-08T01:00:42.076 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-08T01:00:42.076 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-08T01:00:42.076 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-08T01:00:42.076 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-08T01:00:42.076 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-08T01:00:42.077 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-08T01:00:42.077 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-08T01:00:42.077 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-08T01:00:42.077 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-08T01:00:42.077 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-08T01:00:42.078 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-08T01:00:42.078 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-08T01:00:42.078 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-08T01:00:42.078 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-08T01:00:42.078 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-08T01:00:42.079 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-08T01:00:42.079 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-08T01:00:42.079 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-08T01:00:42.079 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-08T01:00:42.079 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-08T01:00:42.080 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-08T01:00:42.080 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-08T01:00:42.601 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-08T01:00:42.601 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-08T01:00:42.601 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-08T01:00:42.602 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-08T01:00:42.602 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-08T01:00:42.602 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-08T01:00:42.602 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-08T01:00:42.602 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-08T01:00:42.603 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-08T01:00:42.603 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-08T01:00:42.603 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-08T01:00:42.603 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-08T01:00:42.603 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-08T01:00:42.604 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-08T01:00:42.604 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-08T01:00:42.604 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-08T01:00:42.604 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-08T01:00:42.604 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-08T01:00:42.605 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-08T01:00:42.605 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-08T01:00:42.605 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-08T01:00:42.605 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-08T01:00:42.605 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-08T01:00:42.606 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-08T01:00:42.606 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-08T01:00:42.606 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-08T01:00:42.606 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-08T01:00:42.606 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-08T01:00:42.607 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-08T01:00:42.607 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-08T01:00:42.607 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-08T01:00:43.508 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-08T01:00:43.508 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:02:33 ago on Wed 08 Nov 2023 12:58:10 AM UTC. 2023-11-08T01:00:44.041 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-08T01:00:44.041 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:02:38 ago on Wed 08 Nov 2023 12:58:05 AM UTC. 2023-11-08T01:00:51.427 INFO:teuthology.orchestra.run.smithi063.stdout:Installed products updated. 2023-11-08T01:00:51.578 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:00:51.578 INFO:teuthology.orchestra.run.smithi063.stdout:Downgraded: 2023-11-08T01:00:51.579 INFO:teuthology.orchestra.run.smithi063.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.579 INFO:teuthology.orchestra.run.smithi063.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-08T01:00:51.579 INFO:teuthology.orchestra.run.smithi063.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.579 INFO:teuthology.orchestra.run.smithi063.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.579 INFO:teuthology.orchestra.run.smithi063.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.579 INFO:teuthology.orchestra.run.smithi063.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.580 INFO:teuthology.orchestra.run.smithi063.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.580 INFO:teuthology.orchestra.run.smithi063.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-08T01:00:51.580 INFO:teuthology.orchestra.run.smithi063.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-08T01:00:51.580 INFO:teuthology.orchestra.run.smithi063.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-08T01:00:51.580 INFO:teuthology.orchestra.run.smithi063.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-08T01:00:51.581 INFO:teuthology.orchestra.run.smithi063.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.581 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-11-08T01:00:51.581 INFO:teuthology.orchestra.run.smithi063.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.581 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-08T01:00:51.581 INFO:teuthology.orchestra.run.smithi063.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.582 INFO:teuthology.orchestra.run.smithi063.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.582 INFO:teuthology.orchestra.run.smithi063.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-08T01:00:51.582 INFO:teuthology.orchestra.run.smithi063.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-08T01:00:51.583 INFO:teuthology.orchestra.run.smithi063.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-08T01:00:51.583 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:00:51.583 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-11-08T01:00:51.584 INFO:teuthology.orchestra.run.smithi188.stdout:Installed products updated. 2023-11-08T01:00:51.693 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T01:00:51.693 INFO:teuthology.orchestra.run.smithi188.stdout:Downgraded: 2023-11-08T01:00:51.693 INFO:teuthology.orchestra.run.smithi188.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.693 INFO:teuthology.orchestra.run.smithi188.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-08T01:00:51.694 INFO:teuthology.orchestra.run.smithi188.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.694 INFO:teuthology.orchestra.run.smithi188.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.694 INFO:teuthology.orchestra.run.smithi188.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.694 INFO:teuthology.orchestra.run.smithi188.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.695 INFO:teuthology.orchestra.run.smithi188.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.695 INFO:teuthology.orchestra.run.smithi188.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-08T01:00:51.695 INFO:teuthology.orchestra.run.smithi188.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-08T01:00:51.695 INFO:teuthology.orchestra.run.smithi188.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-08T01:00:51.695 INFO:teuthology.orchestra.run.smithi188.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-08T01:00:51.695 INFO:teuthology.orchestra.run.smithi188.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.696 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2023-11-08T01:00:51.696 INFO:teuthology.orchestra.run.smithi188.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.696 INFO:teuthology.orchestra.run.smithi188.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-08T01:00:51.696 INFO:teuthology.orchestra.run.smithi188.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.696 INFO:teuthology.orchestra.run.smithi188.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-08T01:00:51.697 INFO:teuthology.orchestra.run.smithi188.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-08T01:00:51.697 INFO:teuthology.orchestra.run.smithi188.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-08T01:00:51.697 INFO:teuthology.orchestra.run.smithi188.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-08T01:00:51.697 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T01:00:51.697 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-11-08T01:00:51.755 DEBUG:teuthology.parallel:result is None 2023-11-08T01:00:51.869 DEBUG:teuthology.parallel:result is None 2023-11-08T01:00:51.870 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-08T01:00:51.880 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-08T01:00:51.881 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:00:51.881 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:00:51.897 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-08T01:00:51.898 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2023-11-08T01:00:51.953 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T01:00:51.953 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:00:51.953 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 221441 Links: 1 2023-11-08T01:00:51.954 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:00:51.954 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:00:51.954 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-11-08 01:00:41.701194222 +0000 2023-11-08T01:00:51.954 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-11-08 00:59:20.727900711 +0000 2023-11-08T01:00:51.954 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-11-08 00:59:20.727900711 +0000 2023-11-08T01:00:51.955 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-11-08T01:00:51.955 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T01:00:52.017 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-11-08T01:00:52.017 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-11-08T01:00:52.018 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000191624 s, 2.7 MB/s 2023-11-08T01:00:52.019 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T01:00:52.075 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2023-11-08T01:00:52.132 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T01:00:52.132 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:00:52.133 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 225349 Links: 1 2023-11-08T01:00:52.133 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:00:52.133 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:00:52.133 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-11-08 01:00:41.701194222 +0000 2023-11-08T01:00:52.133 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-11-08 00:59:21.225895934 +0000 2023-11-08T01:00:52.134 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-11-08 00:59:21.225895934 +0000 2023-11-08T01:00:52.134 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-11-08T01:00:52.134 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T01:00:52.196 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-11-08T01:00:52.197 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-11-08T01:00:52.197 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000217607 s, 2.4 MB/s 2023-11-08T01:00:52.198 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T01:00:52.254 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2023-11-08T01:00:52.309 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T01:00:52.310 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:00:52.310 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 225400 Links: 1 2023-11-08T01:00:52.310 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:00:52.310 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:00:52.311 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-11-08 01:00:41.702194212 +0000 2023-11-08T01:00:52.311 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-11-08 00:59:21.710891283 +0000 2023-11-08T01:00:52.311 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-11-08 00:59:21.710891283 +0000 2023-11-08T01:00:52.311 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-11-08T01:00:52.312 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T01:00:52.372 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-11-08T01:00:52.373 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-11-08T01:00:52.373 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000249585 s, 2.1 MB/s 2023-11-08T01:00:52.374 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T01:00:52.430 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2023-11-08T01:00:52.485 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T01:00:52.486 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:00:52.486 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 221707 Links: 1 2023-11-08T01:00:52.486 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:00:52.486 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:00:52.486 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-11-08 01:00:41.702194212 +0000 2023-11-08T01:00:52.487 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-11-08 00:59:22.210886488 +0000 2023-11-08T01:00:52.487 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-11-08 00:59:22.210886488 +0000 2023-11-08T01:00:52.487 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-11-08T01:00:52.487 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T01:00:52.548 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-11-08T01:00:52.549 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-11-08T01:00:52.549 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.00022537 s, 2.3 MB/s 2023-11-08T01:00:52.550 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T01:00:52.606 DEBUG:teuthology.orchestra.run.smithi063:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-08T01:00:52.744 INFO:teuthology.orchestra.run.smithi063.stdout:loop 2023-11-08T01:00:52.759 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_1... 2023-11-08T01:00:52.759 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-08T01:00:52.793 INFO:teuthology.orchestra.run.smithi063.stdout:1 2023-11-08T01:00:52.828 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_11 2023-11-08T01:00:52.868 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_2... 2023-11-08T01:00:52.869 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-08T01:00:52.944 INFO:teuthology.orchestra.run.smithi063.stdout:1 2023-11-08T01:00:52.980 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_21 2023-11-08T01:00:53.019 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_3... 2023-11-08T01:00:53.019 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-08T01:00:53.095 INFO:teuthology.orchestra.run.smithi063.stdout:1 2023-11-08T01:00:53.131 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_31 2023-11-08T01:00:53.169 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_4... 2023-11-08T01:00:53.170 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-08T01:00:53.249 INFO:teuthology.orchestra.run.smithi063.stdout:1 2023-11-08T01:00:53.284 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_41 2023-11-08T01:00:53.323 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:00:53.324 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:00:53.378 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme list 2023-11-08T01:00:53.442 INFO:teuthology.orchestra.run.smithi063.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-08T01:00:53.442 INFO:teuthology.orchestra.run.smithi063.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-08T01:00:53.442 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme0n1 CVFT5344005B400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-08T01:00:53.443 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme1n1 750e13fa5185c6a5d284 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:00:53.443 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme2n1 0a3152bac0992d7132e4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:00:53.443 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme3n1 27ec4f8c06d2237406f6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:00:53.443 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme4n1 08aeee5e5d540d4a6270 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:00:53.444 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T01:00:53.444 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:00:53.445 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/scratch_devs 2023-11-08T01:00:53.509 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-08T01:00:53.509 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:00:53.528 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-08T01:00:53.528 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_1 2023-11-08T01:00:53.585 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T01:00:53.585 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:00:53.585 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 217694 Links: 1 2023-11-08T01:00:53.585 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:00:53.586 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:00:53.586 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-11-08 01:00:42.220792332 +0000 2023-11-08T01:00:53.586 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-11-08 00:59:13.280000920 +0000 2023-11-08T01:00:53.586 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-11-08 00:59:13.280000920 +0000 2023-11-08T01:00:53.586 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-11-08T01:00:53.587 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T01:00:53.651 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-11-08T01:00:53.652 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-11-08T01:00:53.652 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000264119 s, 1.9 MB/s 2023-11-08T01:00:53.653 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T01:00:53.710 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_2 2023-11-08T01:00:53.765 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T01:00:53.766 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:00:53.766 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 221644 Links: 1 2023-11-08T01:00:53.766 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:00:53.766 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:00:53.767 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-11-08 01:00:42.220792332 +0000 2023-11-08T01:00:53.767 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-11-08 00:59:13.771991988 +0000 2023-11-08T01:00:53.767 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-11-08 00:59:13.771991988 +0000 2023-11-08T01:00:53.767 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-11-08T01:00:53.768 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T01:00:53.830 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-11-08T01:00:53.830 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-11-08T01:00:53.830 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000241116 s, 2.1 MB/s 2023-11-08T01:00:53.831 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T01:00:53.888 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_3 2023-11-08T01:00:53.943 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T01:00:53.943 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:00:53.943 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 222563 Links: 1 2023-11-08T01:00:53.943 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:00:53.944 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:00:53.944 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-11-08 01:00:42.221792314 +0000 2023-11-08T01:00:53.944 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-11-08 00:59:14.262983074 +0000 2023-11-08T01:00:53.944 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-11-08 00:59:14.262983074 +0000 2023-11-08T01:00:53.944 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-11-08T01:00:53.945 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T01:00:54.005 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-11-08T01:00:54.006 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-11-08T01:00:54.006 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000226686 s, 2.3 MB/s 2023-11-08T01:00:54.007 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T01:00:54.062 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_4 2023-11-08T01:00:54.117 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T01:00:54.118 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T01:00:54.118 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 219840 Links: 1 2023-11-08T01:00:54.118 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T01:00:54.118 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T01:00:54.119 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-11-08 01:00:42.221792314 +0000 2023-11-08T01:00:54.119 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-11-08 00:59:14.747974269 +0000 2023-11-08T01:00:54.119 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-11-08 00:59:14.747974269 +0000 2023-11-08T01:00:54.119 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-11-08T01:00:54.119 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T01:00:54.180 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-11-08T01:00:54.180 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-11-08T01:00:54.181 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000203944 s, 2.5 MB/s 2023-11-08T01:00:54.182 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T01:00:54.237 DEBUG:teuthology.orchestra.run.smithi188:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-08T01:00:54.350 INFO:teuthology.orchestra.run.smithi188.stdout:loop 2023-11-08T01:00:54.351 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_1... 2023-11-08T01:00:54.352 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-08T01:00:54.384 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-11-08T01:00:54.418 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_11 2023-11-08T01:00:54.458 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_2... 2023-11-08T01:00:54.458 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-08T01:00:54.532 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-11-08T01:00:54.566 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_21 2023-11-08T01:00:54.604 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_3... 2023-11-08T01:00:54.604 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-08T01:00:54.676 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-11-08T01:00:54.711 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_31 2023-11-08T01:00:54.748 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_4... 2023-11-08T01:00:54.749 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-08T01:00:54.822 INFO:teuthology.orchestra.run.smithi188.stdout:1 2023-11-08T01:00:54.856 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_41 2023-11-08T01:00:54.894 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-08T01:00:54.894 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:00:54.948 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme list 2023-11-08T01:00:55.011 INFO:teuthology.orchestra.run.smithi188.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-08T01:00:55.011 INFO:teuthology.orchestra.run.smithi188.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-08T01:00:55.011 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme0n1 PHFT620500MP400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-08T01:00:55.011 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme1n1 8ef0d7f74eb303f0bb06 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:00:55.012 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme2n1 dc5ad7fa553cf8b5c05b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:00:55.012 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme3n1 a5bf6901b2984e824733 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:00:55.012 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme4n1 e72a085d88cee4b93ae3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-08T01:00:55.013 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T01:00:55.013 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-08T01:00:55.014 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/scratch_devs 2023-11-08T01:00:55.076 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-08T01:00:55.152 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f'} 2023-11-08T01:00:55.152 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T01:00:55.153 INFO:tasks.cephadm:Cluster fsid is 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:00:55.153 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-08T01:00:55.154 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-08T01:00:55.154 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi063': '172.21.15.63', 'mon.smithi188': '172.21.15.188'} 2023-11-08T01:00:55.155 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-08T01:00:55.156 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2023-11-08T01:00:55.186 DEBUG:teuthology.orchestra.run.smithi188:> sudo hostname $(hostname -s) 2023-11-08T01:00:55.211 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f)... 2023-11-08T01:00:55.212 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T01:00:55.459 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 8 01:00 /home/ubuntu/cephtest/cephadm 2023-11-08T01:00:55.460 DEBUG:teuthology.orchestra.run.smithi188:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T01:00:55.619 INFO:teuthology.orchestra.run.smithi188.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 8 01:00 /home/ubuntu/cephtest/cephadm 2023-11-08T01:00:55.619 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T01:00:55.639 DEBUG:teuthology.orchestra.run.smithi188:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T01:00:55.662 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /etc/ceph 2023-11-08T01:00:55.709 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /etc/ceph 2023-11-08T01:00:55.734 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 777 /etc/ceph 2023-11-08T01:00:55.777 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 777 /etc/ceph 2023-11-08T01:00:55.801 INFO:tasks.cephadm:Writing seed config... 2023-11-08T01:00:55.802 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-08T01:00:55.802 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-08T01:00:55.802 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-08T01:00:55.803 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-08T01:00:55.803 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-08T01:00:55.803 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-08T01:00:55.803 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-08T01:00:55.804 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-08T01:00:55.804 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:00:55.805 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-08T01:00:55.833 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 4522225e-7dd2-11ee-8dbb-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-08T01:00:55.834 DEBUG:teuthology.orchestra.run.smithi063:mon.smithi063> sudo journalctl -f -n 0 -u ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mon.smithi063.service 2023-11-08T01:00:55.876 INFO:tasks.cephadm:Bootstrapping... 2023-11-08T01:00:55.876 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -v bootstrap --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.63 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:00:55.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:-- Logs begin at Wed 2023-11-08 00:49:44 UTC. -- 2023-11-08T01:00:56.199 INFO:teuthology.orchestra.run.smithi063.stderr:-------------------------------------------------------------------------------- 2023-11-08T01:00:56.200 INFO:teuthology.orchestra.run.smithi063.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f', '-v', 'bootstrap', '--fsid', '4522225e-7dd2-11ee-8dbb-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.63', '--skip-admin-label'] 2023-11-08T01:00:57.525 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 3.0.1 2023-11-08T01:00:57.542 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying podman|docker is present... 2023-11-08T01:00:57.601 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 3.0.1 2023-11-08T01:00:57.611 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying lvm2 is present... 2023-11-08T01:00:57.611 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying time synchronization is in place... 2023-11-08T01:00:57.618 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T01:00:57.625 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-08T01:00:57.631 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: enabled 2023-11-08T01:00:57.637 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: active 2023-11-08T01:00:57.638 INFO:teuthology.orchestra.run.smithi063.stderr:Unit chronyd.service is enabled and running 2023-11-08T01:00:57.638 INFO:teuthology.orchestra.run.smithi063.stderr:Repeating the final host check... 2023-11-08T01:00:57.687 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 3.0.1 2023-11-08T01:00:57.705 INFO:teuthology.orchestra.run.smithi063.stderr:podman (/bin/podman) version 3.0.1 is present 2023-11-08T01:00:57.705 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl is present 2023-11-08T01:00:57.705 INFO:teuthology.orchestra.run.smithi063.stderr:lvcreate is present 2023-11-08T01:00:57.711 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T01:00:57.716 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-08T01:00:57.723 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: enabled 2023-11-08T01:00:57.728 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: active 2023-11-08T01:00:57.729 INFO:teuthology.orchestra.run.smithi063.stderr:Unit chronyd.service is enabled and running 2023-11-08T01:00:57.729 INFO:teuthology.orchestra.run.smithi063.stderr:Host looks OK 2023-11-08T01:00:57.730 INFO:teuthology.orchestra.run.smithi063.stderr:Cluster fsid: 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:00:57.730 INFO:teuthology.orchestra.run.smithi063.stderr:Acquiring lock 139977190887496 on /run/cephadm/4522225e-7dd2-11ee-8dbb-212e2dc638e7.lock 2023-11-08T01:00:57.730 INFO:teuthology.orchestra.run.smithi063.stderr:Lock 139977190887496 acquired on /run/cephadm/4522225e-7dd2-11ee-8dbb-212e2dc638e7.lock 2023-11-08T01:00:57.731 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying IP 172.21.15.63 port 3300 ... 2023-11-08T01:00:57.731 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying IP 172.21.15.63 port 6789 ... 2023-11-08T01:00:57.731 INFO:teuthology.orchestra.run.smithi063.stderr:Base mon IP(s) is [172.21.15.63:3300, 172.21.15.63:6789], mon addrv is [v2:172.21.15.63:3300,v1:172.21.15.63:6789] 2023-11-08T01:00:57.733 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-08T01:00:57.733 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.63 metric 100 2023-11-08T01:00:57.736 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-08T01:00:57.736 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-08T01:00:57.736 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2023-11-08T01:00:57.738 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-08T01:00:57.739 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-08T01:00:57.739 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T01:00:57.739 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-08T01:00:57.739 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: inet6 fe80::ec4:7aff:feb6:f8d7/64 scope link 2023-11-08T01:00:57.739 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T01:00:57.740 INFO:teuthology.orchestra.run.smithi063.stderr:Mon IP `172.21.15.63` is in CIDR network `172.21.0.0/20` 2023-11-08T01:00:57.740 INFO:teuthology.orchestra.run.smithi063.stderr:Mon IP `172.21.15.63` is in CIDR network `172.21.0.0/20` 2023-11-08T01:00:57.741 INFO:teuthology.orchestra.run.smithi063.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-08T01:00:57.741 INFO:teuthology.orchestra.run.smithi063.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-08T01:00:57.741 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f... 2023-11-08T01:00:57.820 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f... 2023-11-08T01:00:57.925 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Getting image source signatures 2023-11-08T01:00:58.069 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Copying blob sha256:3f9c46b4c79b547129c572203f89fa40cd47fd0ee066f751cddd3628921a4d26 2023-11-08T01:00:58.110 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Copying blob sha256:ef3cef4bbbe4c81d403ac704d59c5f6a5c2725c728c01ed1fc2c9d9798719df6 2023-11-08T01:01:16.608 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Copying config sha256:450c989a0092dfbc07ff4885ebf187cf7b325ff2093ee27fbc21ce326dbeb781 2023-11-08T01:01:16.658 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Writing manifest to image destination 2023-11-08T01:01:16.659 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Storing signatures 2023-11-08T01:01:27.548 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 450c989a0092dfbc07ff4885ebf187cf7b325ff2093ee27fbc21ce326dbeb781 2023-11-08T01:01:28.158 INFO:teuthology.orchestra.run.smithi063.stderr:ceph: ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable) 2023-11-08T01:01:38.353 INFO:teuthology.orchestra.run.smithi063.stderr:Ceph version: ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable) 2023-11-08T01:01:38.354 INFO:teuthology.orchestra.run.smithi063.stderr:Extracting ceph user uid/gid from container image... 2023-11-08T01:01:38.739 INFO:teuthology.orchestra.run.smithi063.stderr:stat: 167 167 2023-11-08T01:01:39.148 INFO:teuthology.orchestra.run.smithi063.stderr:Creating initial keys... 2023-11-08T01:01:39.497 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-authtool: AQDz3Uplr8w6HRAAFDN+CESsH+t5a5I3P9UXkw== 2023-11-08T01:01:40.163 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-authtool: AQD03UplpquPCRAAIwV8MPwVYIN1AjZyTr95ig== 2023-11-08T01:01:40.889 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-authtool: AQD03UplRKmVNBAA6QCRTaB3PYzodmFsiLhw4A== 2023-11-08T01:01:41.315 INFO:teuthology.orchestra.run.smithi063.stderr:Creating initial monmap... 2023-11-08T01:01:41.630 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T01:01:41.631 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:01:41.631 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T01:01:42.082 INFO:teuthology.orchestra.run.smithi063.stderr:monmaptool for smithi063 [v2:172.21.15.63:3300,v1:172.21.15.63:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T01:01:42.082 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: set fsid to 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:01:42.082 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T01:01:42.082 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:01:42.083 INFO:teuthology.orchestra.run.smithi063.stderr:Creating mon... 2023-11-08T01:01:42.452 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.425+0000 7f27008e6880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T01:01:42.453 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.426+0000 7f27008e6880 1 imported monmap: 2023-11-08T01:01:42.453 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-08T01:01:42.453 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:01:42.453 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: last_changed 2023-11-08T01:01:41.629623+0000 2023-11-08T01:01:42.453 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: created 2023-11-08T01:01:41.629623+0000 2023-11-08T01:01:42.454 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-08T01:01:42.454 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-08T01:01:42.454 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.smithi063 2023-11-08T01:01:42.454 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.455 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.426+0000 7f27008e6880 0 /usr/bin/ceph-mon: set fsid to 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:01:42.455 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.426+0000 7f27008e6880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T01:01:42.455 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.455 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.426+0000 7f27008e6880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T01:01:42.455 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.426+0000 7f27008e6880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T01:01:42.456 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.426+0000 7f27008e6880 4 rocksdb: DB SUMMARY 2023-11-08T01:01:42.456 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.456 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi063/store.db dir, Total Num: 0, files: 2023-11-08T01:01:42.456 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.456 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi063/store.db: 2023-11-08T01:01:42.456 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.457 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T01:01:42.457 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.create_if_missing: 1 2023-11-08T01:01:42.457 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T01:01:42.457 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.env: 0x5573cebf0080 2023-11-08T01:01:42.457 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.fs: Posix File System 2023-11-08T01:01:42.458 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.info_log: 0x5573d12c13a0 2023-11-08T01:01:42.458 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T01:01:42.458 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.statistics: (nil) 2023-11-08T01:01:42.458 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.use_fsync: 0 2023-11-08T01:01:42.459 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T01:01:42.459 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T01:01:42.459 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T01:01:42.459 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T01:01:42.459 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T01:01:42.460 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T01:01:42.460 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T01:01:42.460 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T01:01:42.460 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T01:01:42.460 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T01:01:42.460 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T01:01:42.461 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.db_log_dir: 2023-11-08T01:01:42.461 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi063/store.db 2023-11-08T01:01:42.461 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T01:01:42.461 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T01:01:42.461 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T01:01:42.462 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T01:01:42.462 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T01:01:42.462 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T01:01:42.462 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T01:01:42.462 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T01:01:42.463 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T01:01:42.463 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T01:01:42.463 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.write_buffer_manager: 0x5573d12c7980 2023-11-08T01:01:42.463 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T01:01:42.463 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T01:01:42.464 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T01:01:42.464 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T01:01:42.464 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T01:01:42.464 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T01:01:42.464 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T01:01:42.465 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T01:01:42.465 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T01:01:42.465 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.unordered_write: 0 2023-11-08T01:01:42.465 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T01:01:42.465 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T01:01:42.466 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T01:01:42.466 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T01:01:42.466 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.row_cache: None 2023-11-08T01:01:42.466 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.wal_filter: None 2023-11-08T01:01:42.466 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T01:01:42.467 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T01:01:42.467 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T01:01:42.467 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T01:01:42.467 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T01:01:42.467 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T01:01:42.468 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T01:01:42.468 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T01:01:42.468 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T01:01:42.468 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T01:01:42.468 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T01:01:42.469 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T01:01:42.469 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T01:01:42.469 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T01:01:42.469 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T01:01:42.469 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T01:01:42.470 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T01:01:42.470 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T01:01:42.470 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T01:01:42.470 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T01:01:42.470 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T01:01:42.471 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.max_open_files: -1 2023-11-08T01:01:42.471 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T01:01:42.471 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T01:01:42.471 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T01:01:42.471 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T01:01:42.472 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Compression algorithms supported: 2023-11-08T01:01:42.472 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T01:01:42.472 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: kZSTD supported: 0 2023-11-08T01:01:42.472 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T01:01:42.472 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T01:01:42.473 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T01:01:42.473 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T01:01:42.473 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T01:01:42.473 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T01:01:42.473 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T01:01:42.474 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-08T01:01:42.474 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.474 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000001 2023-11-08T01:01:42.474 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.474 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T01:01:42.475 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.475 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T01:01:42.475 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.merge_operator: 2023-11-08T01:01:42.475 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.compaction_filter: None 2023-11-08T01:01:42.475 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T01:01:42.476 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T01:01:42.476 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.427+0000 7f27008e6880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T01:01:42.476 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5573d11d1d38) 2023-11-08T01:01:42.476 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-08T01:01:42.476 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T01:01:42.476 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T01:01:42.477 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-08T01:01:42.477 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-08T01:01:42.477 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-08T01:01:42.477 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-08T01:01:42.477 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-08T01:01:42.478 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-08T01:01:42.478 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-08T01:01:42.478 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-08T01:01:42.478 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache: 0x5573d120ad10 2023-11-08T01:01:42.479 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-08T01:01:42.479 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-08T01:01:42.479 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-08T01:01:42.479 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-08T01:01:42.479 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-08T01:01:42.479 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-08T01:01:42.480 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-08T01:01:42.480 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-08T01:01:42.480 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-08T01:01:42.480 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-08T01:01:42.480 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-08T01:01:42.481 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-08T01:01:42.481 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-08T01:01:42.481 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-08T01:01:42.481 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-08T01:01:42.481 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T01:01:42.482 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-08T01:01:42.482 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-08T01:01:42.482 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-08T01:01:42.482 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-08T01:01:42.483 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-08T01:01:42.483 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-08T01:01:42.483 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.483 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T01:01:42.483 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T01:01:42.484 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compression: NoCompression 2023-11-08T01:01:42.484 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T01:01:42.484 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T01:01:42.484 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T01:01:42.484 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.num_levels: 7 2023-11-08T01:01:42.485 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T01:01:42.485 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T01:01:42.485 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T01:01:42.485 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T01:01:42.485 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T01:01:42.486 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T01:01:42.486 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T01:01:42.486 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:01:42.486 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T01:01:42.486 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T01:01:42.487 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T01:01:42.487 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T01:01:42.487 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T01:01:42.487 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:01:42.487 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T01:01:42.487 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T01:01:42.488 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T01:01:42.488 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T01:01:42.488 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T01:01:42.488 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T01:01:42.488 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T01:01:42.489 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T01:01:42.489 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T01:01:42.489 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T01:01:42.489 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T01:01:42.489 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T01:01:42.490 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T01:01:42.490 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T01:01:42.490 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T01:01:42.490 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T01:01:42.490 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T01:01:42.491 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T01:01:42.491 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T01:01:42.491 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T01:01:42.491 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T01:01:42.491 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T01:01:42.492 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T01:01:42.492 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T01:01:42.492 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T01:01:42.492 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T01:01:42.492 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T01:01:42.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T01:01:42.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T01:01:42.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T01:01:42.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T01:01:42.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T01:01:42.494 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T01:01:42.494 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T01:01:42.494 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T01:01:42.494 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T01:01:42.494 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T01:01:42.495 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T01:01:42.495 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T01:01:42.495 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T01:01:42.495 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T01:01:42.495 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T01:01:42.496 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T01:01:42.496 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T01:01:42.496 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T01:01:42.496 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.ttl: 2592000 2023-11-08T01:01:42.496 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T01:01:42.497 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-08T01:01:42.497 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.497 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.428+0000 7f27008e6880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-08T01:01:42.497 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.497 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.429+0000 7f27008e6880 4 rocksdb: DB pointer 0x5573d12d5800 2023-11-08T01:01:42.498 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.429+0000 7f26e976d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T01:01:42.498 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.429+0000 7f26e976d700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T01:01:42.498 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-08T01:01:42.498 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:01:42.498 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T01:01:42.498 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T01:01:42.499 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:01:42.499 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T01:01:42.499 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T01:01:42.499 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:01:42.499 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.500 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:01:42.500 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:01:42.500 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:01:42.500 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:01:42.500 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:01:42.501 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.501 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:01:42.501 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:01:42.501 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:01:42.501 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:01:42.502 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:01:42.502 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:01:42.502 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:01:42.502 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:01:42.502 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:01:42.503 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:01:42.503 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:01:42.503 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:01:42.503 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.503 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:01:42.504 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.504 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:01:42.504 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:01:42.504 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:01:42.505 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:01:42.505 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:01:42.505 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.505 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:01:42.505 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:01:42.505 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:01:42.506 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:01:42.506 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:01:42.506 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:01:42.506 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:01:42.506 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:01:42.507 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:01:42.507 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:01:42.507 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:01:42.507 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:01:42.507 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.508 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:01:42.508 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-08T01:01:42.508 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.430+0000 7f27008e6880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-08T01:01:42.508 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.430+0000 7f27008e6880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-08T01:01:42.508 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:01:42.430+0000 7f27008e6880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi063 for mon.smithi063 2023-11-08T01:01:42.896 INFO:teuthology.orchestra.run.smithi063.stderr:create mon.smithi063 on 2023-11-08T01:01:43.014 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-08T01:01:43.120 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7.target. 2023-11-08T01:01:43.121 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7.target. 2023-11-08T01:01:43.350 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to reset failed state of unit ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mon.smithi063.service: Unit ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mon.smithi063.service not loaded. 2023-11-08T01:01:43.357 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7.target.wants/ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mon.smithi063.service → /etc/systemd/system/ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T01:01:43.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:43 smithi063 systemd[1]: Starting Ceph mon.smithi063 for 4522225e-7dd2-11ee-8dbb-212e2dc638e7... 2023-11-08T01:01:44.031 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2023-11-08T01:01:44.039 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-08T01:01:44.040 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2023-11-08T01:01:44.040 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T01:01:44.041 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mon to start... 2023-11-08T01:01:44.041 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mon... 2023-11-08T01:01:44.284 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:44 smithi063 bash[83373]: 9d8aab89957454f0bef75212c73da0e8f600c34deccf855dc259b8f07261cba2 2023-11-08T01:01:44.284 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:44 smithi063 systemd[1]: Started Ceph mon.smithi063 for 4522225e-7dd2-11ee-8dbb-212e2dc638e7. 2023-11-08T01:01:44.284 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:44 smithi063 conmon[83413]: cluster 2023-11-08T01:01:44.061368 2023-11-08T01:01:44.285 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:44 smithi063 conmon[83413]: +0000 mon.smithi063 (mon.0) 0 : [INF] mkfs 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:01:44.285 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:44 smithi063 conmon[83413]: cluster 2023-11- 2023-11-08T01:01:44.285 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:44 smithi063 conmon[83413]: 08T01:01:44.044394+0000 mon.smithi063 (mon.0) 1 : cluster [INF] mon.smithi063 is new leader, mons smithi063 in quorum (ranks 0) 2023-11-08T01:01:44.285 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:44 smithi063 conmon[83413]: 2023-11-08T01:01:44.568 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: cluster: 2023-11-08T01:01:44.568 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: id: 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:01:44.569 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-08T01:01:44.569 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:44.569 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: services: 2023-11-08T01:01:44.569 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi063 (age 0.506704s) 2023-11-08T01:01:44.569 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-08T01:01:44.570 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-08T01:01:44.570 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:44.570 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: data: 2023-11-08T01:01:44.570 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-08T01:01:44.570 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-08T01:01:44.571 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-08T01:01:44.571 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: pgs: 2023-11-08T01:01:44.571 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:45.282 INFO:teuthology.orchestra.run.smithi063.stderr:mon is available 2023-11-08T01:01:45.283 INFO:teuthology.orchestra.run.smithi063.stderr:Assimilating anything we can from ceph.conf... 2023-11-08T01:01:45.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:45 smithi063 conmon[83413]: cluster 2023-11-08T01:01:44.059967+0000 mon.smithi063 ( 2023-11-08T01:01:45.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:45 smithi063 conmon[83413]: mon.0) 2 : cluster [INF] mon.smithi063 is new leader, mons smithi063 in quorum (ranks 0) 2023-11-08T01:01:45.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:45 smithi063 conmon[83413]: cluster 2023-11-08T01:01:44.060216+0000 mon.smithi063 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0]} removed_ranks: {} 2023-11-08T01:01:45.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:45 smithi063 conmon[83413]: cluster 2023-11-08T01:01:44.064322+0000 mon.smithi063 (mon.0) 4 : cluster [DBG] fsmap 2023-11-08T01:01:45.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:45 smithi063 conmon[83413]: cluster 2023-11-08T01:01:44.068000+0000 mon.smithi063 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T01:01:45.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:45 smithi063 conmon[83413]: cluster 2023-11-08T01:01:44.068757+0000 mon.smithi063 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-08T01:01:45.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:45 smithi063 conmon[83413]: audit 2023-11-08T01:01:44.566625+0000 mon.smithi063 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.63:0/201016313' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-08T01:01:45.867 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:45.867 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [global] 2023-11-08T01:01:45.867 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: fsid = 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:01:45.868 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.63:3300,v1:172.21.15.63:6789] 2023-11-08T01:01:45.868 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T01:01:45.868 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T01:01:45.868 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T01:01:45.868 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T01:01:45.869 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:45.869 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [mgr] 2023-11-08T01:01:45.869 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T01:01:45.869 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:45.869 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [osd] 2023-11-08T01:01:45.870 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T01:01:45.870 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T01:01:46.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:46 smithi063 conmon[83413]: audit 2023-11-08T01:01:45.862123+0000 mon.smithi063 ( 2023-11-08T01:01:46.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:46 smithi063 conmon[83413]: mon.0) 8 : audit [INF] from='client.? 172.21.15.63:0/3944639824' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T01:01:46.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:46 smithi063 conmon[83413]: audit 2023-11-08T01:01:45.864768+0000 mon.smithi063 (mon.0) 9 : audit [INF] from='client.? 172.21.15.63:0/3944639824' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-08T01:01:46.365 INFO:teuthology.orchestra.run.smithi063.stderr:Generating new minimal ceph.conf... 2023-11-08T01:01:47.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:47 smithi063 conmon[83413]: audit 2023-11-08T01:01:47.019922+0000 mon.smithi063 (mon. 2023-11-08T01:01:47.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:47 smithi063 conmon[83413]: 0) 10 : audit [DBG] from='client.? 172.21.15.63:0/225871658' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:01:47.524 INFO:teuthology.orchestra.run.smithi063.stderr:Restarting the monitor... 2023-11-08T01:01:47.829 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:47 smithi063 systemd[1]: Stopping Ceph mon.smithi063 for 4522225e-7dd2-11ee-8dbb-212e2dc638e7... 2023-11-08T01:01:47.829 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:47 smithi063 bash[83917]: Error: no container with name or ID ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-mon.smithi063 found: no such container 2023-11-08T01:01:47.830 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:47 smithi063 conmon[83413]: debug 2023-11-08T01:01:47.827+0000 7f99e6f6a700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi063 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-08T01:01:47.830 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:47 smithi063 conmon[83413]: debug 2023-11-08T01:01:47.827+0000 7f99e6f6a700 -1 mon.smithi063@0(leader) e1 *** Got Signal Terminated *** 2023-11-08T01:01:48.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:48 smithi063 bash[84032]: 9d8aab89957454f0bef75212c73da0e8f600c34deccf855dc259b8f07261cba2 2023-11-08T01:01:48.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:48 smithi063 systemd[1]: ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mon.smithi063.service: Succeeded. 2023-11-08T01:01:48.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:48 smithi063 systemd[1]: Stopped Ceph mon.smithi063 for 4522225e-7dd2-11ee-8dbb-212e2dc638e7. 2023-11-08T01:01:48.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:48 smithi063 systemd[1]: Starting Ceph mon.smithi063 for 4522225e-7dd2-11ee-8dbb-212e2dc638e7... 2023-11-08T01:01:49.070 INFO:teuthology.orchestra.run.smithi063.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-08T01:01:49.321 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.055+0000 7fa9c7ab2880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T01:01:49.322 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.055+0000 7fa9c7ab2880 0 ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable), process ceph-mon, pid 7 2023-11-08T01:01:49.322 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.055+0000 7fa9c7ab2880 0 pidfile_write: ignore empty --pid-file 2023-11-08T01:01:49.322 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 0 load: jerasure load: lrc load: isa 2023-11-08T01:01:49.323 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T01:01:49.323 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.323 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T01:01:49.323 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T01:01:49.323 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: DB SUMMARY 2023-11-08T01:01:49.324 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.324 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: CURRENT file: CURRENT 2023-11-08T01:01:49.324 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.325 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-08T01:01:49.325 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.325 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-08T01:01:49.325 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.325 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi063/store.db dir, Total Num: 1, files: 000004.sst 2023-11-08T01:01:49.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi063/store.db: 000006.log size: 86495 ; 2023-11-08T01:01:49.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T01:01:49.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.create_if_missing: 0 2023-11-08T01:01:49.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T01:01:49.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.env: 0x5627f9969080 2023-11-08T01:01:49.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.fs: Posix File System 2023-11-08T01:01:49.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.info_log: 0x5627fc051d80 2023-11-08T01:01:49.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T01:01:49.328 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 bash[84356]: 46f8d501b1c6fe67f65168c06660bd4c6feebe968c9821af68b0be293624f35e 2023-11-08T01:01:49.328 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.statistics: (nil) 2023-11-08T01:01:49.328 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.use_fsync: 0 2023-11-08T01:01:49.328 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T01:01:49.328 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T01:01:49.330 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T01:01:49.330 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T01:01:49.330 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T01:01:49.331 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T01:01:49.331 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T01:01:49.331 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T01:01:49.331 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T01:01:49.331 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T01:01:49.332 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T01:01:49.332 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.db_log_dir: 2023-11-08T01:01:49.332 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi063/store.db 2023-11-08T01:01:49.332 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T01:01:49.333 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T01:01:49.333 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T01:01:49.333 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T01:01:49.333 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T01:01:49.333 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T01:01:49.333 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T01:01:49.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T01:01:49.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T01:01:49.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T01:01:49.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.write_buffer_manager: 0x5627fcca8480 2023-11-08T01:01:49.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T01:01:49.335 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T01:01:49.335 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T01:01:49.335 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T01:01:49.335 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T01:01:49.335 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T01:01:49.336 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T01:01:49.336 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T01:01:49.336 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T01:01:49.336 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.unordered_write: 0 2023-11-08T01:01:49.336 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T01:01:49.336 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T01:01:49.337 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T01:01:49.337 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T01:01:49.337 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.row_cache: None 2023-11-08T01:01:49.337 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.wal_filter: None 2023-11-08T01:01:49.337 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T01:01:49.338 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T01:01:49.338 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T01:01:49.338 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T01:01:49.338 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T01:01:49.338 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T01:01:49.339 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T01:01:49.339 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T01:01:49.339 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T01:01:49.339 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T01:01:49.340 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T01:01:49.340 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T01:01:49.340 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T01:01:49.340 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T01:01:49.340 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T01:01:49.341 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T01:01:49.341 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T01:01:49.341 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T01:01:49.341 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T01:01:49.341 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T01:01:49.342 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T01:01:49.342 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_open_files: -1 2023-11-08T01:01:49.342 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T01:01:49.342 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T01:01:49.342 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T01:01:49.343 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T01:01:49.343 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Compression algorithms supported: 2023-11-08T01:01:49.343 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T01:01:49.343 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: kZSTD supported: 0 2023-11-08T01:01:49.344 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T01:01:49.344 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T01:01:49.344 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T01:01:49.344 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T01:01:49.344 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T01:01:49.345 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T01:01:49.345 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T01:01:49.345 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000005 2023-11-08T01:01:49.345 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.345 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T01:01:49.346 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.346 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T01:01:49.346 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.merge_operator: 2023-11-08T01:01:49.346 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_filter: None 2023-11-08T01:01:49.346 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T01:01:49.347 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T01:01:49.347 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T01:01:49.347 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5627fbffbd30) 2023-11-08T01:01:49.347 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: cache_index_and_filter_blocks: 1 2023-11-08T01:01:49.347 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T01:01:49.348 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T01:01:49.348 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: pin_top_level_index_and_filter: 1 2023-11-08T01:01:49.348 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: index_type: 0 2023-11-08T01:01:49.348 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: data_block_index_type: 0 2023-11-08T01:01:49.348 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: index_shortening: 1 2023-11-08T01:01:49.348 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: data_block_hash_table_util_ratio: 0.750000 2023-11-08T01:01:49.349 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: hash_index_allow_collision: 1 2023-11-08T01:01:49.349 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: checksum: 1 2023-11-08T01:01:49.349 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: no_block_cache: 0 2023-11-08T01:01:49.349 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: block_cache: 0x5627fc034f10 2023-11-08T01:01:49.349 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: block_cache_name: BinnedLRUCache 2023-11-08T01:01:49.350 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: block_cache_options: 2023-11-08T01:01:49.350 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: capacity : 536870912 2023-11-08T01:01:49.350 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: num_shard_bits : 4 2023-11-08T01:01:49.350 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: strict_capacity_limit : 0 2023-11-08T01:01:49.350 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: high_pri_pool_ratio: 0.000 2023-11-08T01:01:49.351 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: block_cache_compressed: (nil) 2023-11-08T01:01:49.351 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: persistent_cache: (nil) 2023-11-08T01:01:49.351 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: block_size: 4096 2023-11-08T01:01:49.351 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: block_size_deviation: 10 2023-11-08T01:01:49.352 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: block_restart_interval: 16 2023-11-08T01:01:49.352 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: index_block_restart_interval: 1 2023-11-08T01:01:49.352 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: metadata_block_size: 4096 2023-11-08T01:01:49.352 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: partition_filters: 0 2023-11-08T01:01:49.353 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: use_delta_encoding: 1 2023-11-08T01:01:49.353 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T01:01:49.353 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: whole_key_filtering: 1 2023-11-08T01:01:49.353 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: verify_compression: 0 2023-11-08T01:01:49.353 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: read_amp_bytes_per_bit: 0 2023-11-08T01:01:49.354 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: format_version: 2 2023-11-08T01:01:49.354 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: enable_index_compression: 1 2023-11-08T01:01:49.354 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: block_align: 0 2023-11-08T01:01:49.354 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.354 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T01:01:49.355 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T01:01:49.355 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compression: NoCompression 2023-11-08T01:01:49.355 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T01:01:49.355 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T01:01:49.355 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T01:01:49.355 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.num_levels: 7 2023-11-08T01:01:49.356 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T01:01:49.356 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T01:01:49.356 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T01:01:49.356 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T01:01:49.356 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T01:01:49.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T01:01:49.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T01:01:49.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:01:49.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T01:01:49.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T01:01:49.358 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T01:01:49.358 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T01:01:49.358 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T01:01:49.358 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:01:49.358 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T01:01:49.359 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T01:01:49.359 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T01:01:49.359 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T01:01:49.360 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T01:01:49.360 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T01:01:49.360 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T01:01:49.360 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T01:01:49.360 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T01:01:49.361 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T01:01:49.361 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T01:01:49.361 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T01:01:49.361 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T01:01:49.361 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T01:01:49.361 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T01:01:49.362 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T01:01:49.362 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T01:01:49.362 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T01:01:49.362 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T01:01:49.362 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T01:01:49.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T01:01:49.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T01:01:49.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T01:01:49.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T01:01:49.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T01:01:49.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T01:01:49.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T01:01:49.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T01:01:49.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T01:01:49.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T01:01:49.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T01:01:49.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T01:01:49.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T01:01:49.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T01:01:49.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T01:01:49.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T01:01:49.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T01:01:49.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T01:01:49.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T01:01:49.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T01:01:49.367 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T01:01:49.367 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T01:01:49.367 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T01:01:49.367 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T01:01:49.367 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T01:01:49.368 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.ttl: 2592000 2023-11-08T01:01:49.368 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.059+0000 7fa9c7ab2880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T01:01:49.368 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.060+0000 7fa9c7ab2880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-08T01:01:49.368 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.368 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.060+0000 7fa9c7ab2880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-08T01:01:49.369 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.369 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.060+0000 7fa9c7ab2880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699405309062278, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-08T01:01:49.369 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.060+0000 7fa9c7ab2880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-08T01:01:49.369 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.061+0000 7fa9c7ab2880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-08T01:01:49.369 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.062+0000 7fa9c7ab2880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699405309063612, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83368, "table_properties": {"data_size": 81635, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76147, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1699405309, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-08T01:01:49.369 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.062+0000 7fa9c7ab2880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-08T01:01:49.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.062+0000 7fa9c7ab2880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699405309064215, "job": 1, "event": "recovery_finished"} 2023-11-08T01:01:49.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.063+0000 7fa9c7ab2880 4 rocksdb: DB pointer 0x5627fc0ff800 2023-11-08T01:01:49.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.063+0000 7fa9ae8b8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T01:01:49.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.063+0000 7fa9ae8b8700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T01:01:49.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ** DB Stats ** 2023-11-08T01:01:49.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:01:49.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T01:01:49.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T01:01:49.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:01:49.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T01:01:49.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T01:01:49.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:01:49.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ** Compaction Stats [default] ** 2023-11-08T01:01:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:01:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:01:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:01:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:01:49.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:01:49.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ** Compaction Stats [default] ** 2023-11-08T01:01:49.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:01:49.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:01:49.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:01:49.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:01:49.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:01:49.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:01:49.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:01:49.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:01:49.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:01:49.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Cumulative compaction: 0.00 GB write, 19.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:01:49.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Interval compaction: 0.00 GB write, 19.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:01:49.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:01:49.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:01:49.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ** Compaction Stats [default] ** 2023-11-08T01:01:49.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:01:49.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:01:49.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:01:49.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:01:49.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:01:49.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ** Compaction Stats [default] ** 2023-11-08T01:01:49.379 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:01:49.379 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:01:49.379 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 92.1 0.00 0.00 1 0.001 0 0 2023-11-08T01:01:49.379 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:01:49.379 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:01:49.380 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:01:49.380 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:01:49.380 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:01:49.381 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:01:49.381 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Cumulative compaction: 0.00 GB write, 19.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:01:49.381 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:01:49.381 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:01:49.381 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.382 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:01:49.382 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.382 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.064+0000 7fa9c7ab2880 0 starting mon.smithi063 rank 0 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi063 fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:01:49.382 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 systemd[1]: Started Ceph mon.smithi063 for 4522225e-7dd2-11ee-8dbb-212e2dc638e7. 2023-11-08T01:01:49.382 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.066+0000 7fa9c7ab2880 1 mon.smithi063@-1(???) e1 preinit fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:01:49.383 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.066+0000 7fa9c7ab2880 0 mon.smithi063@-1(???).mds e1 new map 2023-11-08T01:01:49.383 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.066+0000 7fa9c7ab2880 0 mon.smithi063@-1(???).mds e1 print_map 2023-11-08T01:01:49.383 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: e1 2023-11-08T01:01:49.383 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T01:01:49.383 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-08T01:01:49.383 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: legacy client fscid: -1 2023-11-08T01:01:49.384 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.384 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: No filesystems configured 2023-11-08T01:01:49.384 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:49.385 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.066+0000 7fa9c7ab2880 0 mon.smithi063@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T01:01:49.385 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.066+0000 7fa9c7ab2880 0 mon.smithi063@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:01:49.385 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.066+0000 7fa9c7ab2880 0 mon.smithi063@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:01:49.385 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.066+0000 7fa9c7ab2880 0 mon.smithi063@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:01:49.386 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: audit 2023-11-08T01:01:49.386 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:47 2023-11-08T01:01:49.386 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: .019922+0000 mon.smithi063 (mon 2023-11-08T01:01:49.387 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: .0) 10 : audit [DBG] 2023-11-08T01:01:49.387 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: from='client.? 172.21.15.63:0/225871658' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:01:49.388 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: debug 2023-11-08T01:01:49.067+0000 7fa9c7ab2880 1 mon.smithi063@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-08T01:01:49.388 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: cluster 2023-11-08T01:01:49.085234+0000 mon.smithi063 ( 2023-11-08T01:01:49.388 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: mon.0) 1 : cluster [INF] mon.smithi063 is new leader, mons smithi063 in quorum (ranks 0) 2023-11-08T01:01:49.389 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: cluster 2023-11-08T01:01:49.085307+0000 mon.smithi063 (mon.0) 2 : cluster [DBG] 2023-11-08T01:01:49.389 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: monmap e1: 1 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0]} removed_ranks: {} 2023-11-08T01:01:49.389 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: cluster 2023-11-08T 2023-11-08T01:01:49.390 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 01:01:49.085740+0000 mon.smithi063 (mon.0) 3 : 2023-11-08T01:01:49.390 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: cluster [DBG] fsmap 2023-11-08T01:01:49.390 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: cluster 2023-11-08T01: 2023-11-08T01:01:49.390 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 01:49.085774+0000 mon.smithi063 (mon.0 2023-11-08T01:01:49.391 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: ) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T01:01:49.391 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: cluster 2023-11- 2023-11-08T01:01:49.392 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 08T01:01:49.086189+0000 mon.smithi063 2023-11-08T01:01:49.392 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-08T01:01:49.392 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:49 smithi063 conmon[84397]: 2023-11-08T01:01:50.140 INFO:teuthology.orchestra.run.smithi063.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-08T01:01:50.140 INFO:teuthology.orchestra.run.smithi063.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:01:50.141 INFO:teuthology.orchestra.run.smithi063.stderr:Creating mgr... 2023-11-08T01:01:50.141 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying port 9283 ... 2023-11-08T01:01:50.283 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to reset failed state of unit ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mgr.smithi063.cuyera.service: Unit ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mgr.smithi063.cuyera.service not loaded. 2023-11-08T01:01:50.289 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7.target.wants/ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mgr.smithi063.cuyera.service → /etc/systemd/system/ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T01:01:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:50 smithi063 conmon[84397]: audit 2023-11-08T01:01:49 2023-11-08T01:01:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:50 smithi063 conmon[84397]: .588447+0000 mon.smithi063 (mon.0) 6 : audit [INF] from='client.? 172.21.15.63:0/84790448' entity='client.admin' 2023-11-08T01:01:51.038 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2023-11-08T01:01:51.047 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-08T01:01:51.048 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2023-11-08T01:01:51.048 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T01:01:51.058 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2023-11-08T01:01:51.066 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-08T01:01:51.067 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2023-11-08T01:01:51.067 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-08T01:01:51.067 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr to start... 2023-11-08T01:01:51.067 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr... 2023-11-08T01:01:51.640 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:51.640 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-08T01:01:51.641 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsid": "4522225e-7dd2-11ee-8dbb-212e2dc638e7", 2023-11-08T01:01:51.641 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "health": { 2023-11-08T01:01:51.641 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T01:01:51.641 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T01:01:51.642 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T01:01:51.642 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:51.642 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T01:01:51.642 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T01:01:51.642 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 0 2023-11-08T01:01:51.643 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-08T01:01:51.643 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T01:01:51.643 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "smithi063" 2023-11-08T01:01:51.643 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-08T01:01:51.643 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-08T01:01:51.644 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T01:01:51.644 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:51.644 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T01:01:51.644 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T01:01:51.644 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:51.645 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T01:01:51.645 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:51.645 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T01:01:51.645 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T01:01:51.645 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T01:01:51.645 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T01:01:51.649 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T01:01:51.649 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T01:01:51.649 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:51.649 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T01:01:51.650 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T01:01:51.650 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T01:01:51.650 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T01:01:51.650 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T01:01:51.651 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T01:01:51.651 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T01:01:51.651 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T01:01:51.651 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T01:01:51.651 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:51.651 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T01:01:51.652 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:51.652 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T01:01:51.652 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T01:01:51.652 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:51.652 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T01:01:51.653 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": false, 2023-11-08T01:01:51.653 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T01:01:51.653 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T01:01:51.653 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "iostat", 2023-11-08T01:01:51.653 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "nfs", 2023-11-08T01:01:51.654 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "restful" 2023-11-08T01:01:51.654 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-08T01:01:51.654 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:01:51.654 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:51.655 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T01:01:51.655 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:51.655 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modified": "2023-11-08T01:01:44.062071+0000", 2023-11-08T01:01:51.655 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:01:51.655 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:51.656 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T01:01:51.656 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-08T01:01:52.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:51 smithi063 conmon[84397]: audit 2023-11-08T01:01:51.636768+0000 mon.smithi063 (mon 2023-11-08T01:01:52.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:51 smithi063 conmon[84397]: .0) 7 : audit [DBG] from='client.? 172.21.15.63:0/3339086098' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T01:01:52.231 INFO:teuthology.orchestra.run.smithi063.stderr:mgr not available, waiting (1/15)... 2023-11-08T01:01:54.879 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:54.880 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-08T01:01:54.880 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsid": "4522225e-7dd2-11ee-8dbb-212e2dc638e7", 2023-11-08T01:01:54.880 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "health": { 2023-11-08T01:01:54.881 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T01:01:54.881 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T01:01:54.881 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T01:01:54.881 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:54.881 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T01:01:54.882 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T01:01:54.882 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 0 2023-11-08T01:01:54.882 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-08T01:01:54.882 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T01:01:54.883 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "smithi063" 2023-11-08T01:01:54.883 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-08T01:01:54.883 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-11-08T01:01:54.883 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T01:01:54.883 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:54.884 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T01:01:54.884 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T01:01:54.884 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:54.884 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T01:01:54.884 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:54.885 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T01:01:54.885 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T01:01:54.885 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T01:01:54.889 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T01:01:54.889 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T01:01:54.889 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T01:01:54.889 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:54.889 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T01:01:54.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T01:01:54.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T01:01:54.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T01:01:54.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T01:01:54.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T01:01:54.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T01:01:54.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T01:01:54.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T01:01:54.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:54.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T01:01:54.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:54.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T01:01:54.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T01:01:54.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:54.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T01:01:54.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": false, 2023-11-08T01:01:54.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T01:01:54.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T01:01:54.894 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "iostat", 2023-11-08T01:01:54.894 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "nfs", 2023-11-08T01:01:54.894 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "restful" 2023-11-08T01:01:54.894 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-08T01:01:54.894 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:01:54.895 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:54.895 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T01:01:54.895 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:54.895 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modified": "2023-11-08T01:01:44.062071+0000", 2023-11-08T01:01:54.895 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:01:54.896 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:54.896 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T01:01:54.896 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-08T01:01:55.331 INFO:teuthology.orchestra.run.smithi063.stderr:mgr not available, waiting (2/15)... 2023-11-08T01:01:55.336 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:55 smithi063 conmon[84397]: audit 2023-11-08T01:01:54.876647+0000 mon.smithi063 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.63:0/49507512' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T01:01:57.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: cluster 2023-11-08T01:01:56.742440+0000 mon.smithi063 (mon.0) 9 : cluster [INF] Activating manager daemon smithi063.cuyera 2023-11-08T01:01:57.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: cluster 2023-11-08T01:01:56.745234+0000 mon.smithi063 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi063.cuyera(active, starting, since 0.0028962s) 2023-11-08T01:01:57.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: audit 2023-11-08T01:01:56.746218+0000 2023-11-08T01:01:57.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: mon.smithi063 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.63:0/238566964' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:01:57.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: audit 2023-11-08T01:01:56 2023-11-08T01:01:57.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: .746422+0000 mon.smithi063 (mon.0) 12 : audit 2023-11-08T01:01:57.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: [DBG] from='mgr.14100 172.21.15.63:0/238566964' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:01:57.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: audit 2023-11-08T01:01:56 2023-11-08T01:01:57.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: .746620+0000 mon.smithi063 (mon.0) 13 : 2023-11-08T01:01:57.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: audit [DBG] from='mgr.14100 172.21.15.63:0/238566964' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:01:57.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: audit 2023-11-08T01: 2023-11-08T01:01:57.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: 01:56.746816+0000 mon.smithi063 (mon.0) 2023-11-08T01:01:57.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: 14 : audit [DBG] from='mgr.14100 172.21.15.63:0/238566964' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2023-11-08T01:01:57.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: audit 2023-11-08T01 2023-11-08T01:01:57.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: :01:56.746997+0000 mon.smithi063 (mon. 2023-11-08T01:01:57.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: 0) 15 : audit [DBG] from='mgr.14100 172.21.15.63:0/238566964' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr metadata", "who": "smithi063.cuyera", "id": "smithi063.cuyera"}]: dispatch 2023-11-08T01:01:57.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: cluster 2023-11-08 2023-11-08T01:01:57.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: T01:01:56.759896+0000 mon.smithi063 ( 2023-11-08T01:01:57.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: mon.0) 16 : cluster [INF] Manager daemon smithi063.cuyera is now available 2023-11-08T01:01:57.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:01:57.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: -08T01:01:56.770004+0000 mon.smithi063 2023-11-08T01:01:57.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.63:0/238566964' entity='mgr.smithi063.cuyera' 2023-11-08T01:01:57.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: 2023-11-08T01:01:57.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: audit 2023- 2023-11-08T01:01:57.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: 11-08T01:01:56.773312+0000 mon.smithi063 (mon 2023-11-08T01:01:57.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: .0) 18 : audit [INF] from='mgr.14100 172.21.15.63:0/238566964' entity='mgr.smithi063.cuyera' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cuyera/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:01:57.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:01:57.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: -08T01:01:56.775704+0000 2023-11-08T01:01:57.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: mon.smithi063 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.63:0/238566964' entity='mgr.smithi063.cuyera' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cuyera/trash_purge_schedule"}]: dispatch 2023-11-08T01:01:57.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: 2023-11-08T01:01:57.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: audit 2023 2023-11-08T01:01:57.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: -11-08T01:01:56.781451+0000 mon.smithi063 (mon 2023-11-08T01:01:57.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: .0) 20 : audit [INF] from='mgr.14100 172.21.15.63:0/238566964' entity='mgr.smithi063.cuyera' 2023-11-08T01:01:57.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:01:57.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: 08T01:01:56.786654+0000 mon.smithi063 2023-11-08T01:01:57.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:56 smithi063 conmon[84397]: (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.63:0/238566964' entity='mgr.smithi063.cuyera' 2023-11-08T01:01:58.033 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:58.034 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-08T01:01:58.034 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsid": "4522225e-7dd2-11ee-8dbb-212e2dc638e7", 2023-11-08T01:01:58.034 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "health": { 2023-11-08T01:01:58.034 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T01:01:58.035 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T01:01:58.035 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T01:01:58.035 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:58.035 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T01:01:58.035 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T01:01:58.036 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 0 2023-11-08T01:01:58.036 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-08T01:01:58.036 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T01:01:58.036 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "smithi063" 2023-11-08T01:01:58.036 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-08T01:01:58.037 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-11-08T01:01:58.037 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T01:01:58.037 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:58.037 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T01:01:58.037 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T01:01:58.038 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:58.038 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T01:01:58.038 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:58.038 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T01:01:58.038 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T01:01:58.039 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T01:01:58.039 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T01:01:58.039 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T01:01:58.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T01:01:58.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:58.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T01:01:58.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T01:01:58.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T01:01:58.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T01:01:58.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T01:01:58.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T01:01:58.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T01:01:58.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T01:01:58.042 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T01:01:58.042 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:58.042 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T01:01:58.042 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:58.043 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T01:01:58.043 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T01:01:58.043 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:58.043 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T01:01:58.044 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": true, 2023-11-08T01:01:58.044 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T01:01:58.044 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T01:01:58.044 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "iostat", 2023-11-08T01:01:58.044 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "nfs", 2023-11-08T01:01:58.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "restful" 2023-11-08T01:01:58.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-08T01:01:58.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:01:58.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:58.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T01:01:58.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:01:58.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modified": "2023-11-08T01:01:44.062071+0000", 2023-11-08T01:01:58.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:01:58.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-08T01:01:58.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T01:01:58.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-08T01:01:58.505 INFO:teuthology.orchestra.run.smithi063.stderr:mgr is available 2023-11-08T01:01:58.769 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:58 smithi063 conmon[84397]: cluster 2023-11-08T01:01:57.747576+0000 2023-11-08T01:01:58.770 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:58 smithi063 conmon[84397]: mon.smithi063 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi063.cuyera(active, since 1.00524s) 2023-11-08T01:01:58.770 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:58 smithi063 conmon[84397]: audit 2023-11-08T01:01:58.027006+0000 2023-11-08T01:01:58.770 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:01:58 smithi063 conmon[84397]: mon.smithi063 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.63:0/3581199813' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T01:01:59.158 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:59.159 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [global] 2023-11-08T01:01:59.159 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: fsid = 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:01:59.159 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T01:01:59.159 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T01:01:59.159 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T01:01:59.160 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T01:01:59.160 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:59.160 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [mgr] 2023-11-08T01:01:59.160 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T01:01:59.160 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-08T01:01:59.161 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [osd] 2023-11-08T01:01:59.161 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T01:01:59.161 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T01:01:59.605 INFO:teuthology.orchestra.run.smithi063.stderr:Enabling cephadm module... 2023-11-08T01:02:00.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:00 smithi063 conmon[84397]: audit 2023-11-08T01:01:59.156438+0000 2023-11-08T01:02:00.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:00 smithi063 conmon[84397]: mon.smithi063 (mon.0) 24 : audit [INF] from='client.? 172.21.15.63:0/1644943689' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T01:02:00.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:00 smithi063 conmon[84397]: cluster 2023-11-08T01:01:59.747313+0000 mon.smithi063 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi063.cuyera(active, since 3s) 2023-11-08T01:02:01.338 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:01 smithi063 conmon[84397]: audit 2023-11-08T01:02:00.298086+0000 mon.smithi063 (mon 2023-11-08T01:02:01.338 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:01 smithi063 conmon[84397]: .0) 26 : audit [INF] from='client.? 172.21.15.63:0/3215644389' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-08T01:02:02.323 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-08T01:02:02.323 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-08T01:02:02.323 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": true, 2023-11-08T01:02:02.324 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "active_name": "smithi063.cuyera", 2023-11-08T01:02:02.324 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T01:02:02.324 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-08T01:02:02.343 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:02 smithi063 conmon[84397]: audit 2023-11-08T01:02:01.078860 2023-11-08T01:02:02.343 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:02 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 27 : audit [INF] from='client.? 172.21.15.63:0/3215644389' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-08T01:02:02.343 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:02 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:02:02.343 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:02 smithi063 conmon[84397]: -11-08T01:02:01.078945+0000 mon.smithi063 ( 2023-11-08T01:02:02.344 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:02 smithi063 conmon[84397]: mon.0) 28 : cluster [DBG] 2023-11-08T01:02:02.344 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:02 smithi063 conmon[84397]: mgrmap e5: smithi063.cuyera(active, since 4s) 2023-11-08T01:02:02.805 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for the mgr to restart... 2023-11-08T01:02:02.805 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr epoch 5... 2023-11-08T01:02:03.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:03 smithi063 conmon[84397]: audit 2023-11-08T01:02:02.321758+0000 mon.smithi063 ( 2023-11-08T01:02:03.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:03 smithi063 conmon[84397]: mon.0) 29 : audit [DBG] from='client.? 172.21.15.63:0/4055659921' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T01:02:07.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: cluster 2023-11-08T01:02:06.719465+0000 mon.smithi063 ( 2023-11-08T01:02:07.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: mon.0) 30 : cluster [INF] Active manager daemon smithi063.cuyera restarted 2023-11-08T01:02:07.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: cluster 2023-11-08T01:02:06.719690+0000 mon.smithi063 (mon.0) 31 : cluster [INF] Activating manager daemon smithi063.cuyera 2023-11-08T01:02:07.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: cluster 2023-11-08T01:02:06.722461+0000 mon.smithi063 (mon 2023-11-08T01:02:07.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: .0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-08T01:02:07.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: cluster 2023-11-08T01:02:06.722587+0000 2023-11-08T01:02:07.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: mon.smithi063 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi063.cuyera(active, starting, since 0.00297913s) 2023-11-08T01:02:07.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: audit 2023-11-08T01 2023-11-08T01:02:07.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: :02:06.723641+0000 mon.smithi063 (mon.0) 34 : audit [DBG] 2023-11-08T01:02:07.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2023-11-08T01:02:07.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:02:07.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: 08T01:02:06.724244+0000 mon.smithi063 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr metadata", "who": "smithi063.cuyera", "id": "smithi063.cuyera"}]: dispatch 2023-11-08T01:02:07.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: audit 2023-11-08T01:02:06 2023-11-08T01:02:07.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: .725058+0000 mon.smithi063 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:02:07.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: audit 2023-11-08T01:02:06. 2023-11-08T01:02:07.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: 725221+0000 mon.smithi063 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:02:07.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: audit 2023-11-08T01: 2023-11-08T01:02:07.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: 02:06.725351+0000 mon.smithi063 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:02:07.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: 2023-11-08T01:02:07.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: cluster 2023-11-08T01: 2023-11-08T01:02:07.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: 02:06.739003+0000 mon.smithi063 (mon.0) 39 : cluster [INF] Manager daemon smithi063.cuyera is now available 2023-11-08T01:02:07.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: audit 2023-11-08T01:02: 2023-11-08T01:02:07.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:06 smithi063 conmon[84397]: 06.751795+0000 mon.smithi063 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:07.733 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-08T01:02:07.733 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-08T01:02:07.734 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T01:02:07.734 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-08T01:02:08.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:06.749192+0000 mgr.smithi063.cuyera (mgr.14116) 2023-11-08T01:02:08.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-08T01:02:08.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: audit 2023-11-08T01:02:06.843142+0000 mon.smithi063 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:08.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: audit 2023-11-08T01:02:06.844128+0000 mon.smithi063 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:02:08.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: audit 2023-11-08T01:02:06.845492+0000 2023-11-08T01:02:08.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: mon.smithi063 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:02:08.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: audit 2023-11-08T01:02:06.847618+0000 mon.smithi063 2023-11-08T01:02:08.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:02:08.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: audit 2023-11-08T01:02:08.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: 2023-11-08T01:02:06.860046+0000 mon.smithi063 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cuyera/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:02:08.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: 2023-11-08T01:02:08.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: audit 2023-11-08T01:02: 2023-11-08T01:02:08.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: 06.862965+0000 mon.smithi063 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cuyera/trash_purge_schedule"}]: dispatch 2023-11-08T01:02:08.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: cluster 2023-11-08T01:02:07.725020+0000 mon.smithi063 2023-11-08T01:02:08.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:07 smithi063 conmon[84397]: (mon.0) 47 : cluster [DBG] mgrmap e7: smithi063.cuyera(active, since 1.00541s) 2023-11-08T01:02:08.205 INFO:teuthology.orchestra.run.smithi063.stderr:mgr epoch 5 is available 2023-11-08T01:02:08.205 INFO:teuthology.orchestra.run.smithi063.stderr:Setting orchestrator backend to cephadm... 2023-11-08T01:02:09.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:08 smithi063 conmon[84397]: audit 2023-11-08T01: 2023-11-08T01:02:09.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:08 smithi063 conmon[84397]: 02:07.724823+0000 mgr.smithi063.cuyera (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T01:02:09.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:08 smithi063 conmon[84397]: audit 2023-11-08T01:02:09.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:08 smithi063 conmon[84397]: 2023-11-08T01:02:07.731952+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:02:09.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:08 smithi063 conmon[84397]: 14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T01:02:09.991 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: value unchanged 2023-11-08T01:02:10.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:09 smithi063 conmon[84397]: cluster 2023-11-08T01:02:08.846273+0000 mon.smithi063 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi063.cuyera(active, since 2s) 2023-11-08T01:02:10.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:09 smithi063 conmon[84397]: audit 2023-11-08T01:02:08.861377+0000 mgr.smithi063.cuyera (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:10.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:09 smithi063 conmon[84397]: audit 2023-11-08T01:02:08.865649+0000 mon.smithi063 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:10.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:09 smithi063 conmon[84397]: audit 2023-11-08T01:02:08.919463+0000 mon.smithi063 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:02:10.487 INFO:teuthology.orchestra.run.smithi063.stderr:Generating ssh key... 2023-11-08T01:02:11.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:10 smithi063 conmon[84397]: audit 2023-11-08T01:02:09.990468+0000 2023-11-08T01:02:11.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:10 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:12.922 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDR776332wTzMmBGPu50PkNmN2LL75wY3F4qksSpjn/GnMINoh0IebiktdIQiDX+4esBwDHYzsR+l4Vh8LcwCMiiRedcLQ49ntwf7ZC2YhBfgm7RnPKxpUoi7o4jdfu4pCjxXcmWk4RkW/X8t4hgPO2dTWOSGvioOhR14Jz38lFs7sTbWtE6OxydOSlQ7s71IgESKjtD4RwktW4wh/yRbRgmJtM57uQUBtBNkBjbnaMMleBNFvwmfQvuTfFFtpRVbnQm92rPLgJsai81LNs8dCF8N999/bT5AlFTzEedHfi53C82AGIgWsrUrjWMu+ezOpzLDPhpEY9wcRiydsF4Wm6RwJOsD38E32XcyNTdXSH8OYzKnHhzvkB+D3uEm3qPmzLtRr8GV90YFVMJy4ZtnLul7M47bq5HDVLSiTr7wJnL8T2ONjw5SbsaLRzx4XKH+JEVYfDt6GpgjOnPT1rzkES7u8Rc4tN+AqJdktd1/ywAfnsI+CYl//UbNl6oky5/dE= ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:02:13.060 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: audit 2023-11-08T01:02:11.146366+0000 2023-11-08T01:02:13.061 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:13.061 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:11.146596+0000 mgr.smithi063.cuyera (mgr.14116) 7 : 2023-11-08T01:02:13.061 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: cephadm [INF] Generating ssh key... 2023-11-08T01:02:13.061 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: audit 2023-11-08T01 2023-11-08T01:02:13.062 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: :02:11.763289+0000 mon.smithi063 2023-11-08T01:02:13.062 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: (mon.0) 51 : audit [INF] 2023-11-08T01:02:13.062 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:13.062 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: audit 2023 2023-11-08T01:02:13.063 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: -11-08T01:02: 2023-11-08T01:02:13.063 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: 11.765087+0000 mon.smithi063 (mon 2023-11-08T01:02:13.063 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: .0) 52 : audit [INF] 2023-11-08T01:02:13.063 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:12 smithi063 conmon[84397]: from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:13.337 INFO:teuthology.orchestra.run.smithi063.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-08T01:02:13.338 INFO:teuthology.orchestra.run.smithi063.stderr:Adding key to root@localhost authorized_keys... 2023-11-08T01:02:13.339 INFO:teuthology.orchestra.run.smithi063.stderr:Adding host smithi063... 2023-11-08T01:02:13.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:13 smithi063 conmon[84397]: audit 2023-11-08T01:02:12.921720+0000 2023-11-08T01:02:13.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:13 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:14.652 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Added host 'smithi063' with addr '172.21.15.63' 2023-11-08T01:02:15.178 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying mon service with default placement... 2023-11-08T01:02:15.353 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:15 smithi063 conmon[84397]: audit 2023-11-08T01:02:14.002260+0000 mgr.smithi063.cuyera (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "addr": "172.21.15.63", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:15.354 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:15 smithi063 conmon[84397]: audit 2023-11-08T01:02:14.650567+0000 mon.smithi063 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:15.354 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:15 smithi063 conmon[84397]: audit 2023-11-08T01:02:14.694119+0000 mon.smithi063 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:02:15.839 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-08T01:02:16.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:16 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:14 2023-11-08T01:02:16.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:16 smithi063 conmon[84397]: .650864+0000 mgr.smithi063.cuyera (mgr.14116) 10 : cephadm [INF] Added host smithi063 2023-11-08T01:02:16.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:16 smithi063 conmon[84397]: audit 2023-11-08T01:02:15.838451+0000 mon.smithi063 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:16.528 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying mgr service with default placement... 2023-11-08T01:02:17.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:17 smithi063 conmon[84397]: audit 2023-11-08T01:02:15.834932+0000 mgr.smithi063.cuyera (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:17.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:17 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:15.836159+0000 mgr.smithi063.cuyera (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-08T01:02:17.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:17 smithi063 conmon[84397]: audit 2023-11-08T01:02:16.924101+0000 mon.smithi063 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:17.456 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-08T01:02:17.928 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying crash service with default placement... 2023-11-08T01:02:18.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:18 smithi063 conmon[84397]: audit 2023-11-08T01:02:17.277651+0000 mon.smithi063 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:18.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:18 smithi063 conmon[84397]: audit 2023-11-08T01:02:17.451683+0000 mgr.smithi063.cuyera (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:18.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:18 smithi063 conmon[84397]: cephadm 2023-11-08T01: 2023-11-08T01:02:18.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:18 smithi063 conmon[84397]: 02:17.452615+0000 mgr.smithi063.cuyera (mgr.14116) 14 2023-11-08T01:02:18.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:18 smithi063 conmon[84397]: : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-08T01:02:18.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:18 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:02:18.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:18 smithi063 conmon[84397]: 08T01:02:17.455176+0000 mon.smithi063 2023-11-08T01:02:18.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:18 smithi063 conmon[84397]: (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:18.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:18 smithi063 conmon[84397]: 2023-11-08T01:02:18.752 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-08T01:02:19.229 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying prometheus service with default placement... 2023-11-08T01:02:19.934 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:19 smithi063 conmon[84397]: audit 2023-11-08T01:02:18 2023-11-08T01:02:19.935 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:19 smithi063 conmon[84397]: .667997+0000 mon.smithi063 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:19.935 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:19 smithi063 conmon[84397]: audit 2023-11-08T01:02:18.748201+0000 mgr.smithi063.cuyera (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:19.935 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:19 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:18.749168+0000 mgr.smithi063.cuyera (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-08T01:02:19.935 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:19 smithi063 conmon[84397]: audit 2023-11-08T01:02:18.751517+0000 mon.smithi063 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:19.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-08T01:02:20.711 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying grafana service with default placement... 2023-11-08T01:02:20.973 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:20 smithi063 conmon[84397]: audit 2023-11-08T01:02:19.942198+0000 mgr.smithi063.cuyera (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:20.974 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:20 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:19.943031+0000 mgr.smithi063.cuyera (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-08T01:02:20.974 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:20 smithi063 conmon[84397]: audit 2023-11-08T01:02:19.945152+0000 mon.smithi063 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:21.358 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-08T01:02:21.911 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying node-exporter service with default placement... 2023-11-08T01:02:22.568 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-08T01:02:22.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:22 smithi063 conmon[84397]: audit 2023-11-08T01:02:21.353757+0000 mgr.smithi063.cuyera (mgr.14116) 19 : audit 2023-11-08T01:02:22.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:22 smithi063 conmon[84397]: [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:22.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:22 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:21.354610+0000 mgr.smithi063.cuyera (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-08T01:02:22.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:22 smithi063 conmon[84397]: audit 2023-11-08T01:02:21.357602+0000 mon.smithi063 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:23.077 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying alertmanager service with default placement... 2023-11-08T01:02:23.725 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-08T01:02:23.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:23 smithi063 conmon[84397]: audit 2023-11-08T01:02:22.563386+0000 2023-11-08T01:02:23.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:23 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:23.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:23 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:22.564268+0000 mgr.smithi063.cuyera (mgr.14116) 22 : cephadm 2023-11-08T01:02:23.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:23 smithi063 conmon[84397]: [INF] Saving service node-exporter spec with placement * 2023-11-08T01:02:23.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:23 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:02:23.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:23 smithi063 conmon[84397]: T01:02:22.567200+0000 mon.smithi063 (mon.0) 63 2023-11-08T01:02:23.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:23 smithi063 conmon[84397]: : audit [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:25.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:24 smithi063 conmon[84397]: audit 2023-11-08T01:02:23.721751+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:02:25.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:24 smithi063 conmon[84397]: 14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:25.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:24 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:23.722606+0000 mgr.smithi063.cuyera (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-08T01:02:25.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:24 smithi063 conmon[84397]: audit 2023-11-08T01:02:23 2023-11-08T01:02:25.053 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:24 smithi063 conmon[84397]: .724886+0000 mon.smithi063 (mon.0) 64 : audit 2023-11-08T01:02:25.053 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:24 smithi063 conmon[84397]: [INF] from='mgr.14116 172.21.15.63:0/2529799229' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:26.192 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:25 smithi063 conmon[84397]: audit 2023-11-08T01:02:24.885180+0000 2023-11-08T01:02:26.192 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:25 smithi063 conmon[84397]: mon.smithi063 (mon.0) 65 : audit [INF] from='client.? 172.21.15.63:0/2226198252' entity='client.admin' 2023-11-08T01:02:26.535 INFO:teuthology.orchestra.run.smithi063.stderr:Enabling the dashboard module... 2023-11-08T01:02:27.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:27 smithi063 conmon[84397]: audit 2023-11-08T01:02:26.024088+0000 mon.smithi063 ( 2023-11-08T01:02:27.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:27 smithi063 conmon[84397]: mon.0) 66 : audit [INF] from='client.? 172.21.15.63:0/2291076622' entity='client.admin' 2023-11-08T01:02:28.283 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:28 smithi063 conmon[84397]: cluster 2023-11-08T01:02:26.726180+0000 mgr.smithi063.cuyera (mgr.14116) 25 : cluster [DBG] 2023-11-08T01:02:28.283 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:28 smithi063 conmon[84397]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:02:28.284 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:28 smithi063 conmon[84397]: audit 2023-11-08T01:02:27.217904+0000 mon.smithi063 (mon.0) 67 : audit [INF] from='client.? 172.21.15.63:0/930761317' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-08T01:02:29.288 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-08T01:02:29.289 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-08T01:02:29.289 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": true, 2023-11-08T01:02:29.289 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "active_name": "smithi063.cuyera", 2023-11-08T01:02:29.289 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T01:02:29.289 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-08T01:02:29.318 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:29 smithi063 conmon[84397]: audit 2023-11-08T01:02:28.026430+0000 mon.smithi063 (mon.0) 68 : 2023-11-08T01:02:29.318 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:29 smithi063 conmon[84397]: audit [INF] from='client.? 172.21.15.63:0/930761317' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-08T01:02:29.318 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:29 smithi063 conmon[84397]: cluster 2023-11-08T01:02:28.026490+0000 mon.smithi063 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi063.cuyera(active, since 21s) 2023-11-08T01:02:29.843 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for the mgr to restart... 2023-11-08T01:02:29.844 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr epoch 9... 2023-11-08T01:02:30.112 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:30 smithi063 conmon[84397]: audit 2023-11-08T01:02:29.287409+0000 mon.smithi063 ( 2023-11-08T01:02:30.112 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:30 smithi063 conmon[84397]: mon.0) 70 : audit [DBG] from='client.? 172.21.15.63:0/4038131824' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T01:02:33.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: cluster 2023-11-08T01:02:33.663359+0000 mon.smithi063 (mon.0) 71 : cluster [INF] Active manager daemon smithi063.cuyera restarted 2023-11-08T01:02:33.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: cluster 2023-11-08T01:02:33.663701+0000 mon.smithi063 (mon.0) 72 : cluster [INF] Activating manager daemon smithi063.cuyera 2023-11-08T01:02:33.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: cluster 2023-11-08T01:02:33.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 2023-11-08T01:02 2023-11-08T01:02:33.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: :33.666722+0000 mon.smithi063 (mon. 2023-11-08T01:02:33.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-08T01:02:33.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: cluster 2023-11-08T01:02:33.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 2023-11-08T01:02 2023-11-08T01:02:33.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: :33.666828+0000 mon.smithi063 (mon.0 2023-11-08T01:02:33.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: ) 74 : cluster [DBG] mgrmap e10: smithi063.cuyera(active, starting, since 0.00324624s) 2023-11-08T01:02:33.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: audit 2023-11-08T01:02:33.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 2023-11-08T01: 2023-11-08T01:02:33.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 02:33.667873+0000 mon.smithi063 (mon. 2023-11-08T01:02:33.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 0) 75 : audit [DBG] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2023-11-08T01:02:33.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: audit 2023-11-08T01:02:33.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 2023-11-08T01: 2023-11-08T01:02:33.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 02:33.668512+0000 mon.smithi063 (mon 2023-11-08T01:02:33.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: .0) 76 : audit [DBG] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr metadata", "who": "smithi063.cuyera", "id": "smithi063.cuyera"}]: dispatch 2023-11-08T01:02:33.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: audit 2023-11-08T01:02:33.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 2023-11-08T01 2023-11-08T01:02:33.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: :02:33.669195+0000 mon.smithi063 ( 2023-11-08T01:02:33.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:02:33.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: audit 2023-11-08T01:02:33.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 2023-11-08T01 2023-11-08T01:02:33.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: :02:33.669372+0000 mon.smithi063 (mon 2023-11-08T01:02:33.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: .0) 78 : audit [DBG] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:02:33.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: audit 2023-11-08T01:02:33.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 2023-11-08T01 2023-11-08T01:02:33.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: :02:33.669533+0000 mon.smithi063 (mon 2023-11-08T01:02:33.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: .0) 79 : audit [DBG] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:02:33.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: cluster 2023-11-08T01:02:33.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 2023-11-08T01:02 2023-11-08T01:02:33.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: :33.683264+0000 mon.smithi063 (mon.0) 2023-11-08T01:02:33.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:33 smithi063 conmon[84397]: 80 : cluster [INF] Manager daemon smithi063.cuyera is now available 2023-11-08T01:02:34.682 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-08T01:02:34.682 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-08T01:02:34.682 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T01:02:34.683 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-08T01:02:35.083 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:34 smithi063 conmon[84397]: audit 2023-11-08T01:02:33.784208+0000 mon.smithi063 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:02:35.083 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:34 smithi063 conmon[84397]: audit 2023-11-08T01:02:33.785784+0000 mon.smithi063 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:02:35.083 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:34 smithi063 conmon[84397]: audit 2023-11-08T01:02:33.809517+0000 mon.smithi063 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cuyera/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:02:35.084 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:34 smithi063 conmon[84397]: audit 2023-11-08T01:02:33.812742+0000 mon.smithi063 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cuyera/trash_purge_schedule"}]: dispatch 2023-11-08T01:02:35.084 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:34 smithi063 conmon[84397]: cluster 2023-11-08T01:02:34.668775+0000 mon.smithi063 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi063.cuyera(active, since 1.0052s) 2023-11-08T01:02:35.421 INFO:teuthology.orchestra.run.smithi063.stderr:mgr epoch 9 is available 2023-11-08T01:02:35.421 INFO:teuthology.orchestra.run.smithi063.stderr:Generating a dashboard self-signed certificate... 2023-11-08T01:02:36.123 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-08T01:02:36.265 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:35 smithi063 conmon[84397]: audit 2023-11-08T01:02:34.668020+0000 2023-11-08T01:02:36.266 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:35 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T01:02:36.266 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:35 smithi063 conmon[84397]: audit 2023-11-08T01:02:34.680803+0000 mgr.smithi063.cuyera (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T01:02:36.266 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:35 smithi063 conmon[84397]: audit 2023-11-08T01:02:34.984351+0000 mon.smithi063 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:36.864 INFO:teuthology.orchestra.run.smithi063.stderr:Creating initial admin user... 2023-11-08T01:02:37.151 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:36 smithi063 conmon[84397]: cluster 2023-11-08T01:02:35.988557+0000 mon.smithi063 ( 2023-11-08T01:02:37.152 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:36 smithi063 conmon[84397]: mon.0) 87 : cluster [DBG] mgrmap e12: smithi063.cuyera(active, since 2s) 2023-11-08T01:02:37.152 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:36 smithi063 conmon[84397]: audit 2023-11-08T01:02:36.120304+0000 mon.smithi063 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:37.152 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:36 smithi063 conmon[84397]: audit 2023-11-08T01:02:36.122251+0000 mon.smithi063 (mon.0) 89 : audit 2023-11-08T01:02:37.152 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:36 smithi063 conmon[84397]: [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:37.797 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$w5CLJkRkSOJrFaOl/rhgeOn9wq/Vw9s2uC.hZW25Ye1ZLCM94Jlyu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1699405357, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-08T01:02:38.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:37 smithi063 conmon[84397]: audit 2023-11-08T01:02:36.088377+0000 mgr.smithi063.cuyera (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:38.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:37 smithi063 conmon[84397]: audit 2023-11-08T01:02:37.796158+0000 mon.smithi063 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:38.434 INFO:teuthology.orchestra.run.smithi063.stderr:Fetching dashboard port number... 2023-11-08T01:02:39.075 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 8443 2023-11-08T01:02:39.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:38 smithi063 conmon[84397]: audit 2023-11-08T01:02:37.550969+0000 mgr.smithi063.cuyera (mgr.14156) 2023-11-08T01:02:39.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:38 smithi063 conmon[84397]: 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:39.609 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2023-11-08T01:02:39.617 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-08T01:02:39.618 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2023-11-08T01:02:39.618 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-08T01:02:39.621 INFO:teuthology.orchestra.run.smithi063.stderr:Ceph Dashboard is now available at: 2023-11-08T01:02:39.621 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:02:39.621 INFO:teuthology.orchestra.run.smithi063.stderr: URL: https://smithi063.front.sepia.ceph.com:8443/ 2023-11-08T01:02:39.621 INFO:teuthology.orchestra.run.smithi063.stderr: User: admin 2023-11-08T01:02:39.621 INFO:teuthology.orchestra.run.smithi063.stderr: Password: 6w6l7ibtl0 2023-11-08T01:02:39.622 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:02:39.622 INFO:teuthology.orchestra.run.smithi063.stderr:Enabling autotune for osd_memory_target 2023-11-08T01:02:40.287 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:39 smithi063 conmon[84397]: audit 2023-11-08T01:02:39.074692+0000 mon.smithi063 (mon 2023-11-08T01:02:40.288 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:39 smithi063 conmon[84397]: .0) 91 : audit [DBG] from='client.? 172.21.15.63:0/2566748377' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-08T01:02:41.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:41 smithi063 conmon[84397]: cluster 2023-11-08T01:02:40.083771+0000 2023-11-08T01:02:41.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:41 smithi063 conmon[84397]: mon.smithi063 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi063.cuyera(active, since 6s) 2023-11-08T01:02:41.495 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-08T01:02:42.067 INFO:teuthology.orchestra.run.smithi063.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-08T01:02:42.068 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:02:42.068 INFO:teuthology.orchestra.run.smithi063.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:02:42.068 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:02:42.068 INFO:teuthology.orchestra.run.smithi063.stderr:Or, if you are only running a single cluster on this host: 2023-11-08T01:02:42.069 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:02:42.069 INFO:teuthology.orchestra.run.smithi063.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-08T01:02:42.069 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:02:42.069 INFO:teuthology.orchestra.run.smithi063.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-08T01:02:42.069 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:02:42.070 INFO:teuthology.orchestra.run.smithi063.stderr: ceph telemetry on 2023-11-08T01:02:42.070 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:02:42.070 INFO:teuthology.orchestra.run.smithi063.stderr:For more information see: 2023-11-08T01:02:42.070 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:02:42.070 INFO:teuthology.orchestra.run.smithi063.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-08T01:02:42.071 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:02:42.071 INFO:teuthology.orchestra.run.smithi063.stderr:Bootstrap complete. 2023-11-08T01:02:42.118 INFO:tasks.cephadm:Fetching config... 2023-11-08T01:02:42.119 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:02:42.119 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-08T01:02:42.135 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-08T01:02:42.136 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:02:42.136 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-08T01:02:42.191 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-08T01:02:42.191 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:02:42.192 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/keyring of=/dev/stdout 2023-11-08T01:02:42.257 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-08T01:02:42.258 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:02:42.258 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-08T01:02:42.315 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-08T01:02:42.315 DEBUG:teuthology.orchestra.run.smithi063:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDR776332wTzMmBGPu50PkNmN2LL75wY3F4qksSpjn/GnMINoh0IebiktdIQiDX+4esBwDHYzsR+l4Vh8LcwCMiiRedcLQ49ntwf7ZC2YhBfgm7RnPKxpUoi7o4jdfu4pCjxXcmWk4RkW/X8t4hgPO2dTWOSGvioOhR14Jz38lFs7sTbWtE6OxydOSlQ7s71IgESKjtD4RwktW4wh/yRbRgmJtM57uQUBtBNkBjbnaMMleBNFvwmfQvuTfFFtpRVbnQm92rPLgJsai81LNs8dCF8N999/bT5AlFTzEedHfi53C82AGIgWsrUrjWMu+ezOpzLDPhpEY9wcRiydsF4Wm6RwJOsD38E32XcyNTdXSH8OYzKnHhzvkB+D3uEm3qPmzLtRr8GV90YFVMJy4ZtnLul7M47bq5HDVLSiTr7wJnL8T2ONjw5SbsaLRzx4XKH+JEVYfDt6GpgjOnPT1rzkES7u8Rc4tN+AqJdktd1/ywAfnsI+CYl//UbNl6oky5/dE= ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T01:02:42.392 INFO:teuthology.orchestra.run.smithi063.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDR776332wTzMmBGPu50PkNmN2LL75wY3F4qksSpjn/GnMINoh0IebiktdIQiDX+4esBwDHYzsR+l4Vh8LcwCMiiRedcLQ49ntwf7ZC2YhBfgm7RnPKxpUoi7o4jdfu4pCjxXcmWk4RkW/X8t4hgPO2dTWOSGvioOhR14Jz38lFs7sTbWtE6OxydOSlQ7s71IgESKjtD4RwktW4wh/yRbRgmJtM57uQUBtBNkBjbnaMMleBNFvwmfQvuTfFFtpRVbnQm92rPLgJsai81LNs8dCF8N999/bT5AlFTzEedHfi53C82AGIgWsrUrjWMu+ezOpzLDPhpEY9wcRiydsF4Wm6RwJOsD38E32XcyNTdXSH8OYzKnHhzvkB+D3uEm3qPmzLtRr8GV90YFVMJy4ZtnLul7M47bq5HDVLSiTr7wJnL8T2ONjw5SbsaLRzx4XKH+JEVYfDt6GpgjOnPT1rzkES7u8Rc4tN+AqJdktd1/ywAfnsI+CYl//UbNl6oky5/dE= ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:02:42.405 DEBUG:teuthology.orchestra.run.smithi188:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDR776332wTzMmBGPu50PkNmN2LL75wY3F4qksSpjn/GnMINoh0IebiktdIQiDX+4esBwDHYzsR+l4Vh8LcwCMiiRedcLQ49ntwf7ZC2YhBfgm7RnPKxpUoi7o4jdfu4pCjxXcmWk4RkW/X8t4hgPO2dTWOSGvioOhR14Jz38lFs7sTbWtE6OxydOSlQ7s71IgESKjtD4RwktW4wh/yRbRgmJtM57uQUBtBNkBjbnaMMleBNFvwmfQvuTfFFtpRVbnQm92rPLgJsai81LNs8dCF8N999/bT5AlFTzEedHfi53C82AGIgWsrUrjWMu+ezOpzLDPhpEY9wcRiydsF4Wm6RwJOsD38E32XcyNTdXSH8OYzKnHhzvkB+D3uEm3qPmzLtRr8GV90YFVMJy4ZtnLul7M47bq5HDVLSiTr7wJnL8T2ONjw5SbsaLRzx4XKH+JEVYfDt6GpgjOnPT1rzkES7u8Rc4tN+AqJdktd1/ywAfnsI+CYl//UbNl6oky5/dE= ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T01:02:42.445 INFO:teuthology.orchestra.run.smithi188.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDR776332wTzMmBGPu50PkNmN2LL75wY3F4qksSpjn/GnMINoh0IebiktdIQiDX+4esBwDHYzsR+l4Vh8LcwCMiiRedcLQ49ntwf7ZC2YhBfgm7RnPKxpUoi7o4jdfu4pCjxXcmWk4RkW/X8t4hgPO2dTWOSGvioOhR14Jz38lFs7sTbWtE6OxydOSlQ7s71IgESKjtD4RwktW4wh/yRbRgmJtM57uQUBtBNkBjbnaMMleBNFvwmfQvuTfFFtpRVbnQm92rPLgJsai81LNs8dCF8N999/bT5AlFTzEedHfi53C82AGIgWsrUrjWMu+ezOpzLDPhpEY9wcRiydsF4Wm6RwJOsD38E32XcyNTdXSH8OYzKnHhzvkB+D3uEm3qPmzLtRr8GV90YFVMJy4ZtnLul7M47bq5HDVLSiTr7wJnL8T2ONjw5SbsaLRzx4XKH+JEVYfDt6GpgjOnPT1rzkES7u8Rc4tN+AqJdktd1/ywAfnsI+CYl//UbNl6oky5/dE= ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:02:42.457 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-08T01:02:42.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:42 smithi063 conmon[84397]: audit 2023-11-08T01:02:41.492184+0000 mon.smithi063 (mon.0) 93 : audit [INF] from='client.? 172.21.15.63:0/3722338250' entity='client.admin' 2023-11-08T01:02:45.108 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-08T01:02:45.109 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-08T01:02:45.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:45 smithi063 conmon[84397]: audit 2023-11-08T01:02:44.474276+0000 mon.smithi063 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:45.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:45 smithi063 conmon[84397]: audit 2023-11-08T01:02:44.613302+0000 mon.smithi063 (mon.0) 95 : audit [INF] from='client.? 172.21.15.63:0/310933494' entity='client.admin' 2023-11-08T01:02:45.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:45 smithi063 conmon[84397]: audit 2023-11-08T01:02:45.083467+0000 mon.smithi063 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:02:45.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:45 smithi063 conmon[84397]: audit 2023-11-08T01:02:45.088047+0000 mon.smithi063 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:46.843 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:46 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:45.102336+0000 2023-11-08T01:02:46.843 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:46 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi063 on smithi063 2023-11-08T01:02:47.815 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi188 2023-11-08T01:02:47.816 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-08T01:02:47.816 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.conf 2023-11-08T01:02:47.833 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-08T01:02:47.833 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T01:02:47.890 INFO:tasks.cephadm:Adding host smithi188 to orchestrator... 2023-11-08T01:02:47.890 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch host add smithi188 2023-11-08T01:02:48.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:48 smithi063 conmon[84397]: audit 2023-11-08T01:02:47.254665+0000 mgr.smithi063.cuyera (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:02:48.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:48 smithi063 conmon[84397]: audit 2023-11-08T01:02:47.257428+0000 mon.smithi063 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:55.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:54 smithi063 conmon[84397]: cluster 2023-11-08T01:02:53.670335+0000 mgr.smithi063.cuyera (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:02:55.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:54 smithi063 conmon[84397]: audit 2023-11-08T01:02:53.879932+0000 mon.smithi063 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:55.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:54 smithi063 conmon[84397]: audit 2023-11-08T01:02:53.881563+0000 mon.smithi063 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:02:55.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:54 smithi063 conmon[84397]: audit 2023-11-08T01:02:53.885995+0000 mon.smithi063 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T01:02:55.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:54 smithi063 conmon[84397]: audit 2023-11-08T01:02:53.886646+0000 mon.smithi063 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:02:55.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:54 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:53.887154+0000 mgr.smithi063.cuyera (mgr.14156) 8 : cephadm [INF] Deploying daemon crash.smithi063 on smithi063 2023-11-08T01:02:57.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:57 smithi063 conmon[84397]: cluster 2023-11-08T01:02:55.670576+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:02:57.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:57 smithi063 conmon[84397]: 14156) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:02:57.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:57 smithi063 conmon[84397]: audit 2023-11-08T01:02:56.016943+0000 mon.smithi063 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:57.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:57 smithi063 conmon[84397]: audit 2023-11-08T01:02:56.089268+0000 mon.smithi063 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:57.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:57 smithi063 conmon[84397]: audit 2023-11-08T01:02:56.091105+0000 mon.smithi063 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:57.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:57 smithi063 conmon[84397]: audit 2023-11-08T01:02:56.093116+0000 mon.smithi063 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T01:02:57.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:57 smithi063 conmon[84397]: audit 2023-11-08T01:02:56.095824+0000 mon.smithi063 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:02:58.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:58 smithi063 conmon[84397]: audit 2023-11-08T01:02:56.093460+0000 mgr.smithi063.cuyera ( 2023-11-08T01:02:58.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:58 smithi063 conmon[84397]: mgr.14156) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T01:02:58.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:58 smithi063 conmon[84397]: cephadm 2023-11-08T01:02:56.102159+0000 mgr.smithi063.cuyera (mgr.14156) 11 : cephadm [INF] Deploying daemon grafana.smithi063 on smithi063 2023-11-08T01:02:59.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:59 smithi063 conmon[84397]: cluster 2023-11-08T01:02:57.670974+0000 mgr.smithi063.cuyera 2023-11-08T01:02:59.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:59 smithi063 conmon[84397]: (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:02:59.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:02:59 smithi063 conmon[84397]: audit 2023-11-08T01:02:58.811750+0000 mon.smithi063 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:00.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:00 smithi063 conmon[84397]: cluster 2023-11-08T01:02:59.671203+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:03:00.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:00 smithi063 conmon[84397]: .14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:03.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:02 smithi063 conmon[84397]: cluster 2023-11-08T01:03:01.671455+0000 mgr.smithi063.cuyera ( 2023-11-08T01:03:03.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:02 smithi063 conmon[84397]: mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:05.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:04 smithi063 conmon[84397]: cluster 2023-11-08T01:03:03.671670+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:03:05.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:04 smithi063 conmon[84397]: .14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:06.988 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:06 smithi063 conmon[84397]: cluster 2023-11-08T01:03:05.671933+0000 mgr.smithi063.cuyera (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:09.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:08 smithi063 conmon[84397]: cluster 2023-11-08T01:03:07.672372+0000 mgr.smithi063.cuyera (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:10.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:10 smithi063 conmon[84397]: cluster 2023-11-08T01:03:09.673003+0000 mgr.smithi063.cuyera (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:12.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:12 smithi063 conmon[84397]: cluster 2023-11-08T01:03:11.673404+0000 2023-11-08T01:03:12.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:12 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:15.184 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:14 smithi063 conmon[84397]: cluster 2023-11-08T01:03:13.673625+0000 mgr.smithi063.cuyera (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:15.184 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:14 smithi063 conmon[84397]: audit 2023-11-08T01:03:13.981945+0000 mon.smithi063 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:15.184 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:14 smithi063 conmon[84397]: cephadm 2023-11-08T01:03:13. 2023-11-08T01:03:15.184 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:14 smithi063 conmon[84397]: 984041+0000 mgr.smithi063.cuyera (mgr.14156) 21 : cephadm [INF] 2023-11-08T01:03:15.185 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:14 smithi063 conmon[84397]: Deploying daemon node-exporter.smithi063 on smithi063 2023-11-08T01:03:17.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:16 smithi063 conmon[84397]: cluster 2023-11-08T01:03:15.673849+0000 mgr.smithi063.cuyera 2023-11-08T01:03:17.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:16 smithi063 conmon[84397]: (mgr.14156) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:18.714 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:18 smithi063 conmon[84397]: audit 2023-11-08T01:03:17.583677+0000 2023-11-08T01:03:18.714 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:18 smithi063 conmon[84397]: mon.smithi063 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:18.714 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:18 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:03:18.715 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:18 smithi063 conmon[84397]: T01:03:17.585808+0000 mon.smithi063 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-08T01:03:18.715 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:18 smithi063 conmon[84397]: cluster 2023-11- 2023-11-08T01:03:18.715 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:18 smithi063 conmon[84397]: 08T01:03:17.674120+0000 mgr.smithi063.cuyera (mgr.14156) 2023-11-08T01:03:18.715 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:18 smithi063 conmon[84397]: 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:19.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:19 smithi063 conmon[84397]: audit 2023-11-08T01:03:18.591238+0000 mon.smithi063 (mon.0) 112 : 2023-11-08T01:03:19.813 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:19 smithi063 conmon[84397]: audit [INF] from='mgr.14156 172.21.15.63:0/2644622929' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-08T01:03:19.813 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:19 smithi063 conmon[84397]: cluster 2023-11-08T01:03:18.591312+0000 mon.smithi063 (mon.0) 113 : cluster [DBG] mgrmap e14: smithi063.cuyera(active, since 44s) 2023-11-08T01:03:25.217 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: cluster 2023-11-08T01:03:24.192557+0000 mon.smithi063 (mon 2023-11-08T01:03:25.217 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: .0) 114 : cluster [INF] Active manager daemon smithi063.cuyera restarted 2023-11-08T01:03:25.218 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: cluster 2023-11-08T01:03:24.192810+0000 mon.smithi063 (mon.0) 115 : cluster [INF] 2023-11-08T01:03:25.218 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: Activating manager daemon smithi063.cuyera 2023-11-08T01:03:25.218 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: cluster 2023-11-08 2023-11-08T01:03:25.218 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: T01:03:24.195474+0000 mon.smithi063 (mon.0) 116 : cluster [DBG] 2023-11-08T01:03:25.218 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: osdmap e4: 0 total, 0 up, 0 in 2023-11-08T01:03:25.219 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: cluster 2023-11-08T01:03:24 2023-11-08T01:03:25.219 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: .195584+0000 mon.smithi063 (mon.0) 117 : cluster 2023-11-08T01:03:25.219 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: [DBG] mgrmap e15: smithi063.cuyera(active, starting, since 0.00286243s) 2023-11-08T01:03:25.219 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit 2023-11-08T01:03 2023-11-08T01:03:25.219 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: :24.196405+0000 mon.smithi063 (mon.0) 118 : 2023-11-08T01:03:25.220 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2023-11-08T01:03:25.220 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit 2023-11-08T01:03 2023-11-08T01:03:25.220 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: :24.196997+0000 mon.smithi063 (mon.0) 119 : 2023-11-08T01:03:25.220 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr metadata", "who": "smithi063.cuyera", "id": "smithi063.cuyera"}]: dispatch 2023-11-08T01:03:25.220 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit 2023-11-08T01 2023-11-08T01:03:25.221 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: :03:24.197629+0000 mon.smithi063 (mon.0) 2023-11-08T01:03:25.221 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: 120 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:03:25.221 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:03:25.221 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: T01:03:24.197773+0000 mon.smithi063 (mon.0 2023-11-08T01:03:25.221 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: ) 121 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:03:25.222 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:03:25.222 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: -08T01:03:24.197904+0000 mon.smithi063 ( 2023-11-08T01:03:25.222 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:03:25.222 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:03:25.222 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: -11-08T01:03:24.212203+0000 mon.smithi063 ( 2023-11-08T01:03:25.223 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: mon.0) 123 : cluster [INF] Manager daemon smithi063.cuyera is now available 2023-11-08T01:03:25.223 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit 2023- 2023-11-08T01:03:25.223 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: 11-08T01:03:24.312972+0000 mon.smithi063 ( 2023-11-08T01:03:25.223 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:03:25.223 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit 2023- 2023-11-08T01:03:25.224 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: 11-08T01:03:24.314873+0000 mon.smithi063 2023-11-08T01:03:25.224 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:03:25.224 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit 2023- 2023-11-08T01:03:25.224 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: 11-08T01:03:24.330428+0000 mon.smithi063 ( 2023-11-08T01:03:25.224 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: mon.0) 126 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:25.224 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:03:25.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: T01:03:24.347281+0000 mon.smithi063 (mon.0 2023-11-08T01:03:25.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: ) 127 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cuyera/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:03:25.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:03:25.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: 08T01:03:24.351517+0000 mon.smithi063 (mon. 2023-11-08T01:03:25.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:25 smithi063 conmon[84397]: 0) 128 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cuyera/trash_purge_schedule"}]: dispatch 2023-11-08T01:03:26.350 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:26 smithi063 conmon[84397]: cluster 2023-11-08T01:03:25.200068+0000 mon.smithi063 (mon 2023-11-08T01:03:26.369 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:26 smithi063 conmon[84397]: .0) 129 : cluster [DBG] mgrmap e16: smithi063.cuyera(active, since 1.00734s) 2023-11-08T01:03:27.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:27 smithi063 conmon[84397]: cluster 2023-11-08T01:03:26.202743+0000 mon.smithi063 ( 2023-11-08T01:03:27.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:27 smithi063 conmon[84397]: mon.0) 130 : cluster [DBG] mgrmap e17: smithi063.cuyera(active, since 2s) 2023-11-08T01:03:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:28 smithi063 conmon[84397]: audit 2023-11-08T01:03:27.431816+0000 mon.smithi063 (mon.0 2023-11-08T01:03:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:28 smithi063 conmon[84397]: ) 131 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:28 smithi063 conmon[84397]: audit 2023-11-08T01:03:27.764102+0000 mon.smithi063 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:03:28.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:28 smithi063 conmon[84397]: audit 2023-11-08T01:03:27.764947+0000 mon.smithi063 (mon.0) 133 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:03:28.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:28 smithi063 conmon[84397]: audit 2023-11-08T01:03:27.765597+0000 mon.smithi063 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:03:28.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:28 smithi063 conmon[84397]: audit 2023-11-08T01:03:27.806757+0000 mon.smithi063 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:28.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:28 smithi063 conmon[84397]: audit 2023-11-08T01:03:27.810135+0000 mon.smithi063 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:29.721 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:29 smithi063 conmon[84397]: cephadm 2023-11-08T01:03:27.766717+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:03:29.722 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:29 smithi063 conmon[84397]: .14180) 1 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2023-11-08T01:03:29.722 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:29 smithi063 conmon[84397]: cephadm 2023-11-08T01:03:27.786170+0000 mgr.smithi063.cuyera (mgr.14180) 2 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2023-11-08T01:03:29.722 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:29 smithi063 conmon[84397]: cephadm 2023- 2023-11-08T01:03:29.722 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:29 smithi063 conmon[84397]: 11-08T01:03:27.821964+0000 mgr.smithi063.cuyera (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi063 on smithi063 2023-11-08T01:03:30.325 INFO:teuthology.orchestra.run.smithi188.stdout:Added host 'smithi188' with addr '172.21.15.188' 2023-11-08T01:03:30.936 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-08T01:03:31.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:31 smithi063 conmon[84397]: audit 2023-11-08T01:03:29.683248+0000 mgr.smithi063.cuyera ( 2023-11-08T01:03:31.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:31 smithi063 conmon[84397]: mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:03:31.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:31 smithi063 conmon[84397]: audit 2023-11-08T01:03:30.324082+0000 mon.smithi063 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:31.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:31 smithi063 conmon[84397]: cephadm 2023-11-08T01:03:30.324392+0000 mgr.smithi063.cuyera (mgr.14180) 5 : cephadm [INF] Added host smithi188 2023-11-08T01:03:32.827 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T01:03:32.828 INFO:teuthology.orchestra.run.smithi188.stdout:[{"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}, {"addr": "172.21.15.188", "hostname": "smithi188", "labels": [], "status": ""}] 2023-11-08T01:03:33.376 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-08T01:03:33.377 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd crush tunables default 2023-11-08T01:03:34.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:33 smithi063 conmon[84397]: audit 2023-11-08T01:03:32.826191+0000 2023-11-08T01:03:34.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:33 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:03:37.970 INFO:teuthology.orchestra.run.smithi063.stderr:adjusted tunables profile to default 2023-11-08T01:03:38.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:37 smithi063 conmon[84397]: audit 2023-11-08T01:03:37.912280+0000 mon.smithi063 (mon.0) 138 : audit [INF] from='client.? 172.21.15.63:0/3201003383' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-08T01:03:38.787 INFO:tasks.cephadm:Adding mon.smithi063 on smithi063 2023-11-08T01:03:38.787 INFO:tasks.cephadm:Adding mon.smithi188 on smithi188 2023-11-08T01:03:38.788 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch apply mon '2;smithi063:172.21.15.63=smithi063;smithi188:172.21.15.188=smithi188' 2023-11-08T01:03:39.108 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:38 smithi063 conmon[84397]: audit 2023-11-08T01:03:37.967127+0000 mon.smithi063 (mon.0) 139 : audit [INF] from='client.? 172.21.15.63:0/3201003383' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-08T01:03:39.108 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:38 smithi063 conmon[84397]: cluster 2023-11-08T01:03:37.967179+0000 mon.smithi063 (mon.0) 140 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T01:03:40.713 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled mon update... 2023-11-08T01:03:41.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:40 smithi063 conmon[84397]: audit 2023-11-08T01:03:39.790543+0000 mon.smithi063 (mon.0) 141 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:41.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:40 smithi063 conmon[84397]: audit 2023-11-08T01:03:39.791713+0000 mon.smithi063 (mon.0) 142 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:03:41.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:40 smithi063 conmon[84397]: audit 2023-11-08T01:03:40.276088+0000 mon.smithi063 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:41.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:40 smithi063 conmon[84397]: audit 2023-11-08T01:03:40.623901+0000 mon.smithi063 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:41.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:40 smithi063 conmon[84397]: audit 2023-11-08T01:03:40.712903+0000 mon.smithi063 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:41.329 DEBUG:teuthology.orchestra.run.smithi188:mon.smithi188> sudo journalctl -f -n 0 -u ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mon.smithi188.service 2023-11-08T01:03:41.331 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:03:41.332 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:03:41.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:-- Logs begin at Wed 2023-11-08 00:49:39 UTC. -- 2023-11-08T01:03:42.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:41 smithi063 conmon[84397]: audit 2023-11-08T01:03:40.707611+0000 mgr.smithi063.cuyera 2023-11-08T01:03:42.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:41 smithi063 conmon[84397]: (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi063:172.21.15.63=smithi063;smithi188:172.21.15.188=smithi188", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:03:42.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:41 smithi063 conmon[84397]: cephadm 2023-11-08T01:03:40.709725+0000 mgr.smithi063.cuyera (mgr.14180) 8 : cephadm [INF] 2023-11-08T01:03:42.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:41 smithi063 conmon[84397]: Saving service mon spec with placement smithi063:172.21.15.63=smithi063;smithi188:172.21.15.188=smithi188;count:2 2023-11-08T01:03:43.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:43 smithi063 conmon[84397]: audit 2023-11-08T01:03:42.597324+0000 mon.smithi063 (mon. 2023-11-08T01:03:43.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:43 smithi063 conmon[84397]: 0) 146 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:43.955 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T01:03:43.955 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"4522225e-7dd2-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:01:41.629623Z","created":"2023-11-08T01:01:41.629623Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:03:43.957 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-11-08T01:03:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:44 smithi063 conmon[84397]: audit 2023-11-08T01:03:43.954000+0000 mon.smithi063 (mon.0) 147 : 2023-11-08T01:03:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:44 smithi063 conmon[84397]: audit [DBG] from='client.? 172.21.15.188:0/39388624' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:03:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:44 smithi063 conmon[84397]: audit 2023-11-08T01:03:44.334318+0000 mon.smithi063 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:45.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:45 smithi063 conmon[84397]: cluster 2023-11-08T01:03:44.199102+0000 mgr.smithi063.cuyera (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:45.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:45 smithi063 conmon[84397]: audit 2023-11-08T01:03:45.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:45 smithi063 conmon[84397]: 2023-11-08T01:03:45.446335+0000 mon.smithi063 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:46.114 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:03:46.115 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:03:47.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: audit 2023-11-08T01:03:45.802079+0000 mon.smithi063 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:47.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: audit 2023-11-08T01:03:47.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: 2023-11-08T01:03:45.802885+0000 mon.smithi063 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:03:47.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: audit 2023-11-08T01:03:45.803981+0000 mon.smithi063 (mon.0) 152 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:03:47.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: audit 2023-11-08T01:03:45.804935+0000 mon.smithi063 (mon.0 2023-11-08T01:03:47.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: ) 153 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:03:47.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: cephadm 2023-11-08T01:03:45.806261+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:03:47.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: .14180) 10 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2023-11-08T01:03:47.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: cephadm 2023-11-08T01:03:45.827748+0000 mgr.smithi063.cuyera ( 2023-11-08T01:03:47.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: mgr.14180) 11 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2023-11-08T01:03:47.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: audit 2023-11-08T01:03:45.855354+0000 mon.smithi063 (mon. 2023-11-08T01:03:47.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: 0) 154 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:47.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: audit 2023-11-08T01:03:47.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: 2023-11-08T01:03:45.858090+0000 mon.smithi063 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:47.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: audit 2023-11-08T01:03:45.859872 2023-11-08T01:03:47.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:03:47.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: audit 2023-11-08T01:03:45.861888+0000 2023-11-08T01:03:47.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: mon.smithi063 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T01:03:47.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: audit 2023-11-08T01:03:45.862717+0000 mon.smithi063 (mon.0 2023-11-08T01:03:47.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: ) 158 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:03:47.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: cephadm 2023- 2023-11-08T01:03:47.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: 11-08T01:03:45.863497+0000 mgr.smithi063.cuyera (mgr.14180) 12 : cephadm [INF] Deploying daemon crash.smithi188 on smithi188 2023-11-08T01:03:47.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: cluster 2023-11-08T01:03: 2023-11-08T01:03:47.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:46 smithi063 conmon[84397]: 46.199508+0000 mgr.smithi063.cuyera (mgr.14180) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:48.701 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T01:03:48.702 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"4522225e-7dd2-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:01:41.629623Z","created":"2023-11-08T01:01:41.629623Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:03:48.703 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-11-08T01:03:49.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:49 smithi063 conmon[84397]: cluster 2023-11-08T01:03:48.199822+0000 mgr.smithi063.cuyera (mgr.14180) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:49.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:49 smithi063 conmon[84397]: audit 2023-11-08T01:03:48.700410+0000 mon.smithi063 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.188:0/3309202354' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:03:50.444 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:03:50.445 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:03:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:50 smithi063 conmon[84397]: audit 2023-11-08T01:03:49.526058+0000 mon.smithi063 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:50 smithi063 conmon[84397]: 2023-11-08T01:03:50.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:50 smithi063 conmon[84397]: audit 2023-11-08T01:03:49.528459+0000 mon.smithi063 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.bnblwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T01:03:50.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:50 smithi063 conmon[84397]: audit 2023-11-08T01:03:50.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:50 smithi063 conmon[84397]: 2023-11-08T01:03:49.530702+0000 mon.smithi063 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.bnblwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-08T01:03:50.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:50 smithi063 conmon[84397]: audit 2023 2023-11-08T01:03:50.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:50 smithi063 conmon[84397]: -11-08T01:03:49.531622+0000 mon.smithi063 (mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T01:03:50.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:50 smithi063 conmon[84397]: audit 2023-11-08T01:03 2023-11-08T01:03:50.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:50 smithi063 conmon[84397]: :49.532665+0000 mon.smithi063 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:03:50.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:50 smithi063 conmon[84397]: cephadm 2023-11-08T01:03:49.533438+0000 2023-11-08T01:03:50.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:50 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 15 : cephadm [INF] Deploying daemon mgr.smithi188.bnblwu on smithi188 2023-11-08T01:03:51.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:51 smithi063 conmon[84397]: cluster 2023-11-08T01:03:50.200191+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:03:51.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:51 smithi063 conmon[84397]: 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:52.811 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T01:03:52.811 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"4522225e-7dd2-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:01:41.629623Z","created":"2023-11-08T01:01:41.629623Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:03:52.813 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2023-11-08T01:03:53.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:53 smithi063 conmon[84397]: cluster 2023-11-08T01:03:52.200638+0000 mgr.smithi063.cuyera (mgr.14180) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:53.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:53 smithi063 conmon[84397]: audit 2023-11-08T01:03:52.309705+0000 mon.smithi063 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:53.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:53 smithi063 conmon[84397]: audit 2023-11-08T01:03:52.312039+0000 mon.smithi063 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T01:03:53.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:53 smithi063 conmon[84397]: audit 2023-11-08T01:03:52.312940+0000 mon.smithi063 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:03:53.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:53 smithi063 conmon[84397]: cephadm 2023-11-08T01:03:52.313742+0000 2023-11-08T01:03:53.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:53 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 18 : cephadm [INF] Deploying daemon mon.smithi188 on smithi188 2023-11-08T01:03:53.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:53 smithi063 conmon[84397]: audit 2023-11-08T01:03:52.810552+0000 2023-11-08T01:03:53.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:53 smithi063 conmon[84397]: mon.smithi063 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.188:0/274981717' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:03:54.977 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:03:54.978 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:03:55.537 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:55 smithi188 systemd[1]: Starting Ceph mon.smithi188 for 4522225e-7dd2-11ee-8dbb-212e2dc638e7... 2023-11-08T01:03:55.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:55 smithi063 conmon[84397]: cluster 2023-11-08T01:03:54.201010+0000 mgr.smithi063.cuyera (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:55.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:55 smithi063 conmon[84397]: audit 2023-11-08T01:03:55.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:03:55 smithi063 conmon[84397]: 2023-11-08T01:03:54.338473+0000 mon.smithi063 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:56.846 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.659+0000 7f6979ed2880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T01:03:56.846 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.659+0000 7f6979ed2880 0 ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable), process ceph-mon, pid 7 2023-11-08T01:03:56.846 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.659+0000 7f6979ed2880 0 pidfile_write: ignore empty --pid-file 2023-11-08T01:03:56.847 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.663+0000 7f6979ed2880 0 load: jerasure load: lrc load: isa 2023-11-08T01:03:56.847 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T01:03:56.847 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.847 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T01:03:56.847 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T01:03:56.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: DB SUMMARY 2023-11-08T01:03:56.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: CURRENT file: CURRENT 2023-11-08T01:03:56.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-08T01:03:56.848 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-08T01:03:56.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi188/store.db dir, Total Num: 0, files: 2023-11-08T01:03:56.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.849 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi188/store.db: 000003.log size: 511 ; 2023-11-08T01:03:56.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T01:03:56.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.create_if_missing: 0 2023-11-08T01:03:56.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T01:03:56.850 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 bash[89170]: f6737219068aea871d460f983cf41b2f440188ec5cde899730eaa402cf35c366 2023-11-08T01:03:56.851 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.env: 0x559c78fcf080 2023-11-08T01:03:56.851 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.fs: Posix File System 2023-11-08T01:03:56.851 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.info_log: 0x559c7b67bd80 2023-11-08T01:03:56.851 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T01:03:56.851 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.statistics: (nil) 2023-11-08T01:03:56.852 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.use_fsync: 0 2023-11-08T01:03:56.852 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T01:03:56.852 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T01:03:56.852 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T01:03:56.852 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T01:03:56.853 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T01:03:56.853 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T01:03:56.853 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T01:03:56.853 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T01:03:56.853 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T01:03:56.853 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T01:03:56.854 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T01:03:56.854 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.db_log_dir: 2023-11-08T01:03:56.854 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi188/store.db 2023-11-08T01:03:56.854 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T01:03:56.854 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T01:03:56.855 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T01:03:56.855 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T01:03:56.855 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T01:03:56.855 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T01:03:56.855 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T01:03:56.856 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T01:03:56.856 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T01:03:56.856 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T01:03:56.856 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.write_buffer_manager: 0x559c7c2d2480 2023-11-08T01:03:56.856 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T01:03:56.856 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T01:03:56.857 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T01:03:56.857 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T01:03:56.858 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T01:03:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T01:03:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T01:03:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T01:03:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T01:03:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.unordered_write: 0 2023-11-08T01:03:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T01:03:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T01:03:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T01:03:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T01:03:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.row_cache: None 2023-11-08T01:03:56.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.wal_filter: None 2023-11-08T01:03:56.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T01:03:56.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T01:03:56.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T01:03:56.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T01:03:56.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T01:03:56.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T01:03:56.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T01:03:56.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T01:03:56.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T01:03:56.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T01:03:56.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T01:03:56.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T01:03:56.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T01:03:56.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T01:03:56.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T01:03:56.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T01:03:56.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T01:03:56.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T01:03:56.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T01:03:56.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T01:03:56.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T01:03:56.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_open_files: -1 2023-11-08T01:03:56.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T01:03:56.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T01:03:56.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T01:03:56.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T01:03:56.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Compression algorithms supported: 2023-11-08T01:03:56.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T01:03:56.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: kZSTD supported: 0 2023-11-08T01:03:56.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T01:03:56.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T01:03:56.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T01:03:56.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T01:03:56.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T01:03:56.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T01:03:56.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T01:03:56.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi188/store.db/MANIFEST-000001 2023-11-08T01:03:56.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T01:03:56.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T01:03:56.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.merge_operator: 2023-11-08T01:03:56.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_filter: None 2023-11-08T01:03:56.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T01:03:56.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T01:03:56.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T01:03:56.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559c7b625d30) 2023-11-08T01:03:56.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: cache_index_and_filter_blocks: 1 2023-11-08T01:03:56.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T01:03:56.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T01:03:56.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: pin_top_level_index_and_filter: 1 2023-11-08T01:03:56.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: index_type: 0 2023-11-08T01:03:56.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: data_block_index_type: 0 2023-11-08T01:03:56.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: index_shortening: 1 2023-11-08T01:03:56.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: data_block_hash_table_util_ratio: 0.750000 2023-11-08T01:03:56.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: hash_index_allow_collision: 1 2023-11-08T01:03:56.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: checksum: 1 2023-11-08T01:03:56.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: no_block_cache: 0 2023-11-08T01:03:56.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: block_cache: 0x559c7b65ef10 2023-11-08T01:03:56.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: block_cache_name: BinnedLRUCache 2023-11-08T01:03:56.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: block_cache_options: 2023-11-08T01:03:56.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: capacity : 536870912 2023-11-08T01:03:56.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: num_shard_bits : 4 2023-11-08T01:03:56.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: strict_capacity_limit : 0 2023-11-08T01:03:56.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: high_pri_pool_ratio: 0.000 2023-11-08T01:03:56.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: block_cache_compressed: (nil) 2023-11-08T01:03:56.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: persistent_cache: (nil) 2023-11-08T01:03:56.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: block_size: 4096 2023-11-08T01:03:56.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: block_size_deviation: 10 2023-11-08T01:03:56.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: block_restart_interval: 16 2023-11-08T01:03:56.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: index_block_restart_interval: 1 2023-11-08T01:03:56.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: metadata_block_size: 4096 2023-11-08T01:03:56.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: partition_filters: 0 2023-11-08T01:03:56.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: use_delta_encoding: 1 2023-11-08T01:03:56.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T01:03:56.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: whole_key_filtering: 1 2023-11-08T01:03:56.876 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: verify_compression: 0 2023-11-08T01:03:56.876 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: read_amp_bytes_per_bit: 0 2023-11-08T01:03:56.876 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: format_version: 2 2023-11-08T01:03:56.876 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: enable_index_compression: 1 2023-11-08T01:03:56.877 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: block_align: 0 2023-11-08T01:03:56.877 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.877 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T01:03:56.877 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T01:03:56.877 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compression: NoCompression 2023-11-08T01:03:56.878 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T01:03:56.878 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T01:03:56.878 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T01:03:56.878 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.num_levels: 7 2023-11-08T01:03:56.878 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T01:03:56.879 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T01:03:56.879 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T01:03:56.879 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T01:03:56.879 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T01:03:56.879 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T01:03:56.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T01:03:56.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:03:56.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T01:03:56.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T01:03:56.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T01:03:56.880 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T01:03:56.881 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T01:03:56.881 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:03:56.881 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T01:03:56.881 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T01:03:56.881 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T01:03:56.882 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T01:03:56.882 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T01:03:56.882 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T01:03:56.882 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T01:03:56.882 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T01:03:56.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T01:03:56.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T01:03:56.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T01:03:56.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T01:03:56.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T01:03:56.883 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T01:03:56.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T01:03:56.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T01:03:56.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T01:03:56.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T01:03:56.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T01:03:56.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T01:03:56.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T01:03:56.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T01:03:56.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T01:03:56.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T01:03:56.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T01:03:56.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T01:03:56.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T01:03:56.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T01:03:56.886 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T01:03:56.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T01:03:56.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T01:03:56.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T01:03:56.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T01:03:56.887 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T01:03:56.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T01:03:56.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T01:03:56.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T01:03:56.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T01:03:56.888 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T01:03:56.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T01:03:56.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T01:03:56.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T01:03:56.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T01:03:56.889 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T01:03:56.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T01:03:56.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.ttl: 2592000 2023-11-08T01:03:56.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.664+0000 7f6979ed2880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T01:03:56.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.665+0000 7f6979ed2880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi188/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-08T01:03:56.890 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.665+0000 7f6979ed2880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-08T01:03:56.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.665+0000 7f6979ed2880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699405436666603, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-08T01:03:56.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.665+0000 7f6979ed2880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-08T01:03:56.891 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.665+0000 7f6979ed2880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-08T01:03:56.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.666+0000 7f6979ed2880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699405436667269, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1699405436, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-08T01:03:56.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.666+0000 7f6979ed2880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-08T01:03:56.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.666+0000 7f6979ed2880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699405436667775, "job": 1, "event": "recovery_finished"} 2023-11-08T01:03:56.892 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.667+0000 7f6979ed2880 4 rocksdb: DB pointer 0x559c7b729800 2023-11-08T01:03:56.893 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.667+0000 7f6960cd8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T01:03:56.893 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.667+0000 7f6960cd8700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T01:03:56.893 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: ** DB Stats ** 2023-11-08T01:03:56.893 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:03:56.893 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T01:03:56.893 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T01:03:56.894 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:03:56.894 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T01:03:56.894 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T01:03:56.894 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:03:56.894 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.895 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: ** Compaction Stats [default] ** 2023-11-08T01:03:56.895 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:03:56.895 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:03:56.895 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-11-08T01:03:56.895 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-11-08T01:03:56.896 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-11-08T01:03:56.896 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.896 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: ** Compaction Stats [default] ** 2023-11-08T01:03:56.896 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:03:56.896 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:03:56.897 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-11-08T01:03:56.897 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:03:56.897 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:03:56.897 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:03:56.897 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:03:56.897 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:03:56.898 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:03:56.898 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Cumulative compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:03:56.898 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Interval compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:03:56.898 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:03:56.898 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.899 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:03:56.899 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.899 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: ** Compaction Stats [default] ** 2023-11-08T01:03:56.899 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:03:56.899 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:03:56.900 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-11-08T01:03:56.900 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-11-08T01:03:56.900 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-08T01:03:56.900 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.900 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: ** Compaction Stats [default] ** 2023-11-08T01:03:56.901 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-08T01:03:56.901 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:03:56.901 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-11-08T01:03:56.901 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:03:56.901 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:03:56.902 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:03:56.902 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:03:56.902 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:03:56.902 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:03:56.902 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:03:56.903 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:03:56.903 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T01:03:56.903 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.903 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:03:56.903 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.904 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.668+0000 7f6979ed2880 0 mon.smithi188 does not exist in monmap, will attempt to join an existing cluster 2023-11-08T01:03:56.904 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.668+0000 7f6979ed2880 0 using public_addr v2:172.21.15.188:0/0 -> [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] 2023-11-08T01:03:56.904 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.668+0000 7f6979ed2880 0 starting mon.smithi188 rank -1 at public addrs [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] at bind addrs [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi188 fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:03:56.904 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.669+0000 7f6979ed2880 1 mon.smithi188@-1(???) e0 preinit fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:03:56.904 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 systemd[1]: Started Ceph mon.smithi188 for 4522225e-7dd2-11ee-8dbb-212e2dc638e7. 2023-11-08T01:03:56.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.706+0000 7f69634dd700 0 mon.smithi188@-1(synchronizing).mds e1 new map 2023-11-08T01:03:56.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.706+0000 7f69634dd700 0 mon.smithi188@-1(synchronizing).mds e1 print_map 2023-11-08T01:03:56.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: e1 2023-11-08T01:03:56.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T01:03:56.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-08T01:03:56.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: legacy client fscid: -1 2023-11-08T01:03:56.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: No filesystems configured 2023-11-08T01:03:56.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.706+0000 7f69634dd700 1 mon.smithi188@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-08T01:03:56.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.706+0000 7f69634dd700 1 mon.smithi188@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-08T01:03:56.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.707+0000 7f69634dd700 1 mon.smithi188@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-08T01:03:56.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.707+0000 7f69634dd700 1 mon.smithi188@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-08T01:03:56.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.707+0000 7f69634dd700 1 mon.smithi188@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-08T01:03:56.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.707+0000 7f69634dd700 1 mon.smithi188@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-08T01:03:56.910 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.707+0000 7f69634dd700 1 mon.smithi188@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-08T01:03:56.910 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.708+0000 7f69634dd700 0 mon.smithi188@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T01:03:56.910 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.708+0000 7f69634dd700 0 mon.smithi188@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:03:56.910 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.708+0000 7f69634dd700 0 mon.smithi188@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:03:56.910 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.708+0000 7f69634dd700 0 mon.smithi188@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:03:56.911 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: cluster 2023-11-08T01:03:56.911 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03: 2023-11-08T01:03:56.911 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 54.201010+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:03:56.911 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:03:56.911 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 2023-11-08T01:03:56.912 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:03:56.912 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: 08T01:03:54.338473+0000 2023-11-08T01:03:56.912 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: mon.smithi063 (mon.0) 169 : audit 2023-11-08T01:03:56.912 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:03:56.912 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.709+0000 7f69634dd700 1 mon.smithi188@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-08T01:03:56.912 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:03:56 smithi188 conmon[89266]: debug 2023-11-08T01:03:56.711+0000 7f69634dd700 10 mon.smithi188@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-08T01:04:02.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023-11-08T01:03:56.719299+0000 mon.smithi063 (mon.0) 171 : audit [DBG] 2023-11-08T01:04:02.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2023-11-08T01:04:02.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster 2023-11-08T01:03:56.719495+0000 mon.smithi063 (mon.0) 172 : cluster [INF] mon.smithi063 calling monitor election 2023-11-08T01:04:02.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023-11-08T01:03:56.734550+0000 mon.smithi063 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023-11-08T01:03:57.714699+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:02.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 174 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:04:02.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 03:57.913895+0000 mon.smithi063 (mon.0) 175 : 2023-11-08T01:04:02.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit [DBG] from='mgr.? 172.21.15.188:0/581721559' entity='mgr.smithi188.bnblwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.bnblwu/crt"}]: dispatch 2023-11-08T01:04:02.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster 2023-11-08T01:03:58.201679+0000 mgr.smithi063.cuyera ( 2023-11-08T01:04:02.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:02.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:04:02.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 01:03:58.714874+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:02.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 176 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster 2023-11-08T01: 2023-11-08T01:04:02.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 03:58.716844+0000 mon.smithi188 (mon.1) 1 : 2023-11-08T01:04:02.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster [INF] mon.smithi188 calling monitor election 2023-11-08T01:04:02.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:04:02.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 01:03:59.714827+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:02.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 177 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster 2023-11-08T01 2023-11-08T01:04:02.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: :04:00.201932+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:04:02.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:02.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:04:02.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: :04:00.715135+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:02.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 178 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:04:02.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 01:04:01.715361+0000 mon.smithi063 (mon.0 2023-11-08T01:04:02.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: ) 179 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster 2023-11-08T01:04:01.748022+0000 mon.smithi063 (mon.0) 180 : cluster [INF] mon.smithi063 is new leader, mons smithi063,smithi188 in quorum (ranks 0,1) 2023-11-08T01:04:02.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster 2023-11-08T01:04 2023-11-08T01:04:02.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: :01.754230+0000 mon.smithi063 (mon.0) 181 : cluster 2023-11-08T01:04:02.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: [DBG] monmap e2: 2 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],smithi188=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} 2023-11-08T01:04:02.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster 2023-11-08T01:04:01 2023-11-08T01:04:02.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: .766025+0000 mon.smithi063 (mon.0) 182 : cluster [DBG] 2023-11-08T01:04:02.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: fsmap 2023-11-08T01:04:02.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster 2023 2023-11-08T01:04:02.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: -11-08T01:04:01.766084+0000 mon.smithi063 (mon.0) 183 : 2023-11-08T01:04:02.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T01:04:02.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster 2023-11-08T01: 2023-11-08T01:04:02.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 04:01.766349+0000 mon.smithi063 (mon.0) 184 2023-11-08T01:04:02.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: : cluster [DBG] mgrmap e17: smithi063.cuyera(active, since 37s) 2023-11-08T01:04:02.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster 2023-11-08T01:04: 2023-11-08T01:04:02.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 01.767462+0000 mon.smithi063 (mon.0) 185 : cluster 2023-11-08T01:04:02.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: [DBG] Standby manager daemon smithi188.bnblwu started 2023-11-08T01:04:02.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023-11-08T01:04:01.769315+0000 2023-11-08T01:04:02.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: mon.smithi063 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.188:0/581721559' entity='mgr.smithi188.bnblwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T01:04:02.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: cluster 2023- 2023-11-08T01:04:02.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 11-08T01:04:01.770996+0000 mon.smithi063 2023-11-08T01:04:02.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: (mon.0) 187 : cluster [INF] overall HEALTH_OK 2023-11-08T01:04:02.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:04:02.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 11-08T01:04:01.771557+0000 mon.smithi063 2023-11-08T01:04:02.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.188:0/581721559' entity='mgr.smithi188.bnblwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.bnblwu/key"}]: dispatch 2023-11-08T01:04:02.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:04:02.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: 08T01:04:01.772128+0000 mon.smithi063 (mon 2023-11-08T01:04:02.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: .0) 189 : audit [DBG] from='mgr.? 172.21.15.188:0/581721559' entity='mgr.smithi188.bnblwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T01:04:02.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:04:02.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: -08T01:04:01.774190+0000 mon.smithi063 (mon.0) 190 : audit [INF] 2023-11-08T01:04:02.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:01 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:02.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11-08T01:03:56.719299+0000 mon.smithi063 (mon.0 2023-11-08T01:04:02.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: ) 171 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2023-11-08T01:04:02.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: cluster 2023-11-08T01:03:56.719495+0000 mon.smithi063 (mon.0) 172 : cluster [INF] mon.smithi063 calling monitor election 2023-11-08T01:04:02.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:04:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 08T01:03:56.734550+0000 mon.smithi063 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11-08T01:03:57 2023-11-08T01:04:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: .714699+0000 mon.smithi063 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11-08T01:04:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 2023-11-08T01:03:57.913895+0000 mon.smithi063 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.188:0/581721559' entity='mgr.smithi188.bnblwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.bnblwu/crt"}]: dispatch 2023-11-08T01:04:02.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 2023-11-08T01:04:02.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: cluster 2023-11-08T01 2023-11-08T01:04:02.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: :03:58.201679+0000 mgr.smithi063.cuyera (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:02.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11-08T01:03:58.714874+0000 mon.smithi063 (mon. 2023-11-08T01:04:02.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 0) 176 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:04:02.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: -11-08T01:03:58.716844+0000 mon.smithi188 (mon.1) 1 : cluster [INF] mon.smithi188 calling monitor election 2023-11-08T01:04:02.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11-08T01:03:59. 2023-11-08T01:04:02.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 714827+0000 mon.smithi063 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: cluster 2023-11-08T01:04:00.201932 2023-11-08T01:04:02.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:02.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11-08T01:04:00.715135+0000 mon.smithi063 (mon 2023-11-08T01:04:02.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: .0) 178 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11-08T01:04:02.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 2023-11-08T01:04:01.715361+0000 mon.smithi063 (mon.0) 179 : audit [DBG] 2023-11-08T01:04:02.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:02.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: cluster 2023-11-08T 2023-11-08T01:04:02.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 01:04:01.748022+0000 mon.smithi063 (mon.0) 180 : cluster [INF] mon.smithi063 is new leader, mons smithi063,smithi188 in quorum (ranks 0,1) 2023-11-08T01:04:02.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: cluster 2023-11-08T01:04:01.754230+0000 mon.smithi063 (mon. 2023-11-08T01:04:02.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 0) 181 : cluster [DBG] monmap e2: 2 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],smithi188=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} 2023-11-08T01:04:02.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:04:02.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: -11-08T01:04:01.766025+0000 mon.smithi063 (mon.0) 182 : cluster [DBG] fsmap 2023-11-08T01:04:02.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: cluster 2023-11-08T01:04:01 2023-11-08T01:04:02.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: .766084+0000 mon.smithi063 (mon.0) 183 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T01:04:02.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: cluster 2023-11-08T01:04:01. 2023-11-08T01:04:02.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 766349+0000 mon.smithi063 (mon.0) 184 : cluster [DBG] mgrmap e17: smithi063.cuyera(active, since 37s) 2023-11-08T01:04:02.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: cluster 2023-11-08T01:04 2023-11-08T01:04:02.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: :01.767462+0000 mon.smithi063 (mon.0) 185 : cluster [DBG] 2023-11-08T01:04:02.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: Standby manager daemon smithi188.bnblwu started 2023-11-08T01:04:02.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:04:02.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 08T01:04:01.769315+0000 mon.smithi063 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.188:0/581721559' entity='mgr.smithi188.bnblwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T01:04:02.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: cluster 2023-11-08T01:04:01.770996+0000 2023-11-08T01:04:02.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: mon.smithi063 (mon.0) 187 : cluster [INF] overall HEALTH_OK 2023-11-08T01:04:02.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11-08T01:04:01.771557+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:02.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 188 : audit [DBG] from='mgr.? 172.21.15.188:0/581721559' entity='mgr.smithi188.bnblwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.bnblwu/key"}]: dispatch 2023-11-08T01:04:02.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:04:02.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: -08T01:04:01.772128+0000 mon.smithi063 (mon.0) 189 : 2023-11-08T01:04:02.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit [DBG] from='mgr.? 172.21.15.188:0/581721559' entity='mgr.smithi188.bnblwu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T01:04:02.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: audit 2023-11-08T01:04: 2023-11-08T01:04:02.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:01 smithi063 conmon[84397]: 01.774190+0000 mon.smithi063 (mon.0) 190 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:03.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:02 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:01.776146+0000 mgr.smithi063.cuyera (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi188 on smithi188 2023-11-08T01:04:03.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:02 smithi188 conmon[89266]: cluster 2023-11-08T 2023-11-08T01:04:03.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:02 smithi188 conmon[89266]: 01:04:01.827620+0000 mon.smithi063 (mon.0) 191 : cluster [DBG] mgrmap e18: smithi063.cuyera(active, since 37s), standbys: smithi188.bnblwu 2023-11-08T01:04:03.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:02 smithi188 conmon[89266]: audit 2023-11-08T01:04:01.827798+0000 mon.smithi063 (mon.0) 192 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr metadata", "who": "smithi188.bnblwu", "id": "smithi188.bnblwu"}]: dispatch 2023-11-08T01:04:03.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:02 smithi188 conmon[89266]: cluster 2023-11-08T01:04:02.202366+0000 mgr.smithi063.cuyera (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:03.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:02 smithi188 conmon[89266]: audit 2023-11-08T01:04:02.715640+0000 mon.smithi063 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:03.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:02 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:01.776146+0000 mgr.smithi063.cuyera (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi188 on smithi188 2023-11-08T01:04:03.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:02 smithi063 conmon[84397]: cluster 2023-11-08T01:04:01.827620+0000 mon.smithi063 (mon.0) 191 : cluster [DBG] mgrmap e18: smithi063.cuyera(active, since 37s), standbys: smithi188.bnblwu 2023-11-08T01:04:03.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:02 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:04:03.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:02 smithi063 conmon[84397]: -08T01:04:01.827798+0000 mon.smithi063 (mon.0) 192 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr metadata", "who": "smithi188.bnblwu", "id": "smithi188.bnblwu"}]: dispatch 2023-11-08T01:04:03.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:02 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:04:03.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:02 smithi063 conmon[84397]: -11-08T01:04:02.202366+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:04:03.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:02 smithi063 conmon[84397]: ) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:03.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:02 smithi063 conmon[84397]: audit 2023-11-08T01:04:02 2023-11-08T01:04:03.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:02 smithi063 conmon[84397]: .715640+0000 mon.smithi063 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2023-11-08T01:04:03.309 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-11-08T01:04:03.309 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":2,"fsid":"4522225e-7dd2-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:03:56.715819Z","created":"2023-11-08T01:01:41.629623Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi188","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:3300","nonce":0},{"type":"v1","addr":"172.21.15.188:6789","nonce":0}]},"addr":"172.21.15.188:6789/0","public_addr":"172.21.15.188:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-08T01:04:03.310 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 2 2023-11-08T01:04:04.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:03 smithi188 conmon[89266]: audit 2023-11-08T01:04:03.306648+0000 mon.smithi063 (mon. 2023-11-08T01:04:04.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:03 smithi188 conmon[89266]: 0) 194 : audit [DBG] from='client.? 172.21.15.188:0/286911285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:04:04.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:03 smithi063 conmon[84397]: audit 2023-11-08T01:04:03.306648+0000 mon.smithi063 (mon.0 2023-11-08T01:04:04.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:03 smithi063 conmon[84397]: ) 194 : audit [DBG] from='client.? 172.21.15.188:0/286911285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:04:04.281 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-08T01:04:04.282 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-08T01:04:05.607 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:05 smithi188 conmon[89266]: cluster 2023-11-08T01:04:04.202677+0000 mgr.smithi063.cuyera (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:05.607 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:05 smithi188 conmon[89266]: audit 2023-11-08T01:04:04.343988+0000 mon.smithi063 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:05.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:05 smithi063 conmon[84397]: cluster 2023-11-08T01:04:04.202677+0000 mgr.smithi063.cuyera (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:05.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:05 smithi063 conmon[84397]: audit 2023-11-08T01:04:04.343988+0000 mon.smithi063 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:06.230 INFO:teuthology.orchestra.run.smithi063.stdout:# minimal ceph.conf for 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:04:06.231 INFO:teuthology.orchestra.run.smithi063.stdout:[global] 2023-11-08T01:04:06.231 INFO:teuthology.orchestra.run.smithi063.stdout: fsid = 4522225e-7dd2-11ee-8dbb-212e2dc638e7 2023-11-08T01:04:06.231 INFO:teuthology.orchestra.run.smithi063.stdout: mon_host = [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] 2023-11-08T01:04:06.779 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-08T01:04:06.780 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:04:06.780 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T01:04:06.811 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:04:06.811 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T01:04:06.876 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-08T01:04:06.877 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T01:04:06.907 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-08T01:04:06.907 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T01:04:06.975 INFO:tasks.cephadm:Deploying OSDs... 2023-11-08T01:04:06.975 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:04:06.976 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:04:06.991 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T01:04:06.991 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/nvme1n1 2023-11-08T01:04:07.047 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/nvme1n1 2023-11-08T01:04:07.047 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:04:07.048 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 237530 Links: 1 Device type: 103,1 2023-11-08T01:04:07.048 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:04:07.048 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:04:07.048 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-11-08 01:02:45.011993799 +0000 2023-11-08T01:04:07.048 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-11-08 01:02:44.892994955 +0000 2023-11-08T01:04:07.049 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-11-08 01:02:44.892994955 +0000 2023-11-08T01:04:07.049 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-11-08T01:04:07.049 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-08T01:04:07.109 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:06 smithi063 conmon[84397]: audit 2023-11-08T01:04: 2023-11-08T01:04:07.109 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:06 smithi063 conmon[84397]: 05.802301+0000 mon.smithi063 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:07.109 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:06 smithi063 conmon[84397]: audit 2023-11-08T01:04:05.803719+0000 mon.smithi063 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:04:07.109 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:06 smithi063 conmon[84397]: cluster 2023-11-08T01:04:06.202910+0000 mgr.smithi063.cuyera (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:07.110 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:06 smithi063 conmon[84397]: audit 2023-11-08T01:04:06.229913+0000 mon.smithi063 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.63:0/69480708' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:07.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:06 smithi188 conmon[89266]: audit 2023-11-08T01:04:05.802301+0000 mon.smithi063 (mon.0) 196 : audit [INF] 2023-11-08T01:04:07.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:06 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:07.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:06 smithi188 conmon[89266]: audit 2023-11-08T01:04:05.803719+0000 mon.smithi063 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:04:07.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:06 smithi188 conmon[89266]: cluster 2023-11-08T01:04:06.202910+0000 mgr.smithi063.cuyera (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:07.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:06 smithi188 conmon[89266]: audit 2023-11-08T01:04:06.229913+0000 mon.smithi063 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.63:0/69480708' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:07.112 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-11-08T01:04:07.112 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-11-08T01:04:07.113 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000216801 s, 2.4 MB/s 2023-11-08T01:04:07.113 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-08T01:04:07.168 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/nvme2n1 2023-11-08T01:04:07.224 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/nvme2n1 2023-11-08T01:04:07.224 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:04:07.224 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 246043 Links: 1 Device type: 103,2 2023-11-08T01:04:07.225 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:04:07.225 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:04:07.225 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-11-08 01:02:45.022993692 +0000 2023-11-08T01:04:07.225 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-11-08 01:02:44.894994936 +0000 2023-11-08T01:04:07.225 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-11-08 01:02:44.894994936 +0000 2023-11-08T01:04:07.226 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-11-08T01:04:07.226 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-08T01:04:07.288 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-11-08T01:04:07.289 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-11-08T01:04:07.289 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000233392 s, 2.2 MB/s 2023-11-08T01:04:07.290 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-08T01:04:07.348 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/nvme3n1 2023-11-08T01:04:07.403 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/nvme3n1 2023-11-08T01:04:07.403 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:04:07.404 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 247908 Links: 1 Device type: 103,3 2023-11-08T01:04:07.404 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:04:07.404 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:04:07.404 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-11-08 01:02:45.033993585 +0000 2023-11-08T01:04:07.404 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-11-08 01:02:44.897994907 +0000 2023-11-08T01:04:07.405 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-11-08 01:02:44.897994907 +0000 2023-11-08T01:04:07.405 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-11-08T01:04:07.405 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-08T01:04:07.470 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-11-08T01:04:07.471 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-11-08T01:04:07.471 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.00025033 s, 2.0 MB/s 2023-11-08T01:04:07.472 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-08T01:04:07.529 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/nvme4n1 2023-11-08T01:04:07.589 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/nvme4n1 2023-11-08T01:04:07.589 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:04:07.589 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 247948 Links: 1 Device type: 103,4 2023-11-08T01:04:07.589 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:04:07.590 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:04:07.590 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2023-11-08 01:02:45.044993478 +0000 2023-11-08T01:04:07.590 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2023-11-08 01:02:44.899994887 +0000 2023-11-08T01:04:07.590 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2023-11-08 01:02:44.899994887 +0000 2023-11-08T01:04:07.590 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2023-11-08T01:04:07.591 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-08T01:04:07.655 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2023-11-08T01:04:07.655 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2023-11-08T01:04:07.655 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000239793 s, 2.1 MB/s 2023-11-08T01:04:07.656 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-08T01:04:07.712 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-08T01:04:07.713 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T01:04:07.729 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T01:04:07.729 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme1n1 2023-11-08T01:04:07.785 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme1n1 2023-11-08T01:04:07.785 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:04:07.785 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 244146 Links: 1 Device type: 103,1 2023-11-08T01:04:07.785 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:04:07.786 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:04:07.786 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-11-08 01:03:43.827497086 +0000 2023-11-08T01:04:07.786 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-11-08 01:03:43.774498048 +0000 2023-11-08T01:04:07.786 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-11-08 01:03:43.774498048 +0000 2023-11-08T01:04:07.786 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-11-08T01:04:07.787 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-08T01:04:07.849 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-11-08T01:04:07.849 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-11-08T01:04:07.849 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000247189 s, 2.1 MB/s 2023-11-08T01:04:07.850 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-08T01:04:07.906 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme2n1 2023-11-08T01:04:07.962 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme2n1 2023-11-08T01:04:07.962 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:04:07.962 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 246080 Links: 1 Device type: 103,2 2023-11-08T01:04:07.962 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:04:07.963 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:04:07.963 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-11-08 01:03:43.837496905 +0000 2023-11-08T01:04:07.963 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-11-08 01:03:43.774498048 +0000 2023-11-08T01:04:07.963 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-11-08 01:03:43.774498048 +0000 2023-11-08T01:04:07.963 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-11-08T01:04:07.964 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-08T01:04:08.025 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-11-08T01:04:08.025 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-11-08T01:04:08.026 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.00025873 s, 2.0 MB/s 2023-11-08T01:04:08.027 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-08T01:04:08.083 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme3n1 2023-11-08T01:04:08.137 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme3n1 2023-11-08T01:04:08.138 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:04:08.138 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 246137 Links: 1 Device type: 103,3 2023-11-08T01:04:08.138 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:04:08.139 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:04:08.139 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-11-08 01:03:43.847496723 +0000 2023-11-08T01:04:08.139 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-11-08 01:03:43.778497975 +0000 2023-11-08T01:04:08.139 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-11-08 01:03:43.778497975 +0000 2023-11-08T01:04:08.139 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-11-08T01:04:08.140 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-08T01:04:08.200 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-11-08T01:04:08.201 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-11-08T01:04:08.201 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000252067 s, 2.0 MB/s 2023-11-08T01:04:08.202 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-08T01:04:08.257 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme4n1 2023-11-08T01:04:08.311 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme4n1 2023-11-08T01:04:08.312 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T01:04:08.312 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 242542 Links: 1 Device type: 103,4 2023-11-08T01:04:08.312 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T01:04:08.312 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-08T01:04:08.313 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2023-11-08 01:03:43.857496542 +0000 2023-11-08T01:04:08.313 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2023-11-08 01:03:43.780497939 +0000 2023-11-08T01:04:08.313 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2023-11-08 01:03:43.780497939 +0000 2023-11-08T01:04:08.313 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2023-11-08T01:04:08.313 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-08T01:04:08.375 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2023-11-08T01:04:08.375 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2023-11-08T01:04:08.375 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000241605 s, 2.1 MB/s 2023-11-08T01:04:08.376 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-08T01:04:08.432 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-08T01:04:08.493 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: audit 2023-11-08T01:04:07.328564+0000 mon.smithi063 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:08.493 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: audit 2023-11-08T01:04:07.329243+0000 mon.smithi063 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:08.493 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: audit 2023-11-08T01:04:07.329900+0000 mon.smithi063 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:04:08.494 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:07.330742+0000 mgr.smithi063.cuyera (mgr.14180) 27 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2023-11-08T01:04:08.494 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:07.330952+0000 mgr.smithi063.cuyera (mgr.14180) 28 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2023-11-08T01:04:08.495 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: audit 2023-11-08T01:04:07.349189+0000 mon.smithi063 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:08.495 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: audit 2023-11-08T01:04:07.360631+0000 mon.smithi063 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:08.495 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: audit 2023-11-08T01:04:07.363690+0000 mon.smithi063 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:08.496 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:07.366332+0000 mgr.smithi063.cuyera (mgr.14180) 29 : cephadm [INF] 2023-11-08T01:04:08.496 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: Reconfiguring mon.smithi063 (unknown last config time)... 2023-11-08T01:04:08.496 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: audit 2023-11-08T01:04:07.366578+0000 mon.smithi063 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T01:04:08.497 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: audit 2023-11-08T01:04:07.367141+0000 mon.smithi063 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T01:04:08.497 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: audit 2023-11-08T01:04:07.367672+0000 mon.smithi063 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:08.497 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:08 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:07.368159+0000 mgr.smithi063.cuyera (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi063 on smithi063 2023-11-08T01:04:08.512 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: audit 2023-11-08T01:04:07.328564+0000 mon.smithi063 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:08.512 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: audit 2023-11-08T01:04:07.329243+0000 mon.smithi063 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:08.512 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: audit 2023-11-08T01:04:07.329900+0000 mon.smithi063 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:04:08.512 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:07.330742+0000 mgr.smithi063.cuyera (mgr.14180) 27 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2023-11-08T01:04:08.513 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:07.330952+0000 mgr.smithi063.cuyera (mgr.14180) 28 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2023-11-08T01:04:08.513 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: audit 2023-11-08T01:04:07.349189+0000 mon.smithi063 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:08.513 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: audit 2023-11-08T01:04:07.360631+0000 mon.smithi063 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:08.513 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: audit 2023-11-08T01:04:07.363690+0000 mon.smithi063 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:08.513 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:07.366332+0000 mgr.smithi063.cuyera (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi063 (unknown last config time)... 2023-11-08T01:04:08.514 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:04:08.514 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: 08T01:04:07.366578+0000 mon.smithi063 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T01:04:08.514 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: audit 2023-11-08T01:04:07.367141+0000 mon.smithi063 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T01:04:08.514 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: audit 2023-11-08T01:04:07.367672+0000 mon.smithi063 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:08.514 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:08 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:07.368159+0000 mgr.smithi063.cuyera (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi063 on smithi063 2023-11-08T01:04:09.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:09 smithi063 conmon[84397]: cluster 2023-11-08T01:04:08.203138+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:04:09.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:09 smithi063 conmon[84397]: .14180) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:09.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:09 smithi063 conmon[84397]: audit 2023-11-08T01:04:08.554076+0000 mon.smithi063 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:09.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:09 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:08.554640+0000 mgr.smithi063.cuyera (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi063.cuyera (unknown last config time)... 2023-11-08T01:04:09.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:09 smithi063 conmon[84397]: audit 2023-11-08T01:04:08.554861+0000 mon.smithi063 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi063.cuyera", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T01:04:09.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:09 smithi063 conmon[84397]: audit 2023-11-08T01:04:08.555541+0000 mon.smithi063 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T01:04:09.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:09 smithi063 conmon[84397]: audit 2023-11-08T01:04:08.556070+0000 mon.smithi063 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:09.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:09 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:08.556580+0000 mgr.smithi063.cuyera (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi063.cuyera on smithi063 2023-11-08T01:04:09.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:09 smithi063 conmon[84397]: audit 2023-11-08T01:04:09.350608+0000 mon.smithi063 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:09.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:09 smithi188 conmon[89266]: cluster 2023-11-08T01:04:08.203138+0000 mgr.smithi063.cuyera (mgr.14180) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:09 smithi188 conmon[89266]: audit 2023-11-08T01:04 2023-11-08T01:04:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:09 smithi188 conmon[89266]: :08.554076+0000 mon.smithi063 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:09 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:08.554640+0000 mgr.smithi063.cuyera (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi063.cuyera (unknown last config time)... 2023-11-08T01:04:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:09 smithi188 conmon[89266]: audit 2023-11-08T01:04:08.554861+0000 mon.smithi063 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi063.cuyera", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T01:04:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:09 smithi188 conmon[89266]: audit 2023-11-08T01:04:08.555541+0000 mon.smithi063 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T01:04:09.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:09 smithi188 conmon[89266]: audit 2023-11-08T01:04:08.556070+0000 mon.smithi063 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:09.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:09 smithi188 conmon[89266]: cephadm 2023-11-08T01: 2023-11-08T01:04:09.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:09 smithi188 conmon[89266]: 04:08.556580+0000 mgr.smithi063.cuyera (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi063.cuyera on smithi063 2023-11-08T01:04:09.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:09 smithi188 conmon[89266]: audit 2023-11-08T01:04:09.350608+0000 mon.smithi063 (mon 2023-11-08T01:04:09.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:09 smithi188 conmon[89266]: .0) 212 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:10.602 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled osd.all-available-devices update... 2023-11-08T01:04:11.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:10 smithi188 conmon[89266]: audit 2023-11-08T01:04:09. 2023-11-08T01:04:11.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:10 smithi188 conmon[89266]: 776224+0000 mon.smithi063 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:11.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:10 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:09.776895+0000 mgr.smithi063.cuyera (mgr.14180) 34 : cephadm [INF] Reconfiguring alertmanager.smithi063 (dependencies changed)... 2023-11-08T01:04:11.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:10 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:09.782848+0000 mgr.smithi063.cuyera (mgr.14180) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi063 on smithi063 2023-11-08T01:04:11.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:10 smithi188 conmon[89266]: cluster 2023-11-08T01:04:10.203470+0000 mgr.smithi063.cuyera (mgr.14180) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:11.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:10 smithi188 conmon[89266]: audit 2023-11-08T01:04:10.595695+0000 mgr.smithi063.cuyera (mgr.14180) 37 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:04:11.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:10 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:10.597185+0000 mgr.smithi063.cuyera (mgr.14180) 38 : cephadm [INF] Marking host: smithi063 for OSDSpec preview refresh. 2023-11-08T01:04:11.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:10 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:10.597257+0000 mgr.smithi063.cuyera (mgr.14180) 39 : cephadm [INF] Marking host: smithi188 for OSDSpec preview refresh. 2023-11-08T01:04:11.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:10 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:10.597601+0000 mgr.smithi063.cuyera (mgr.14180) 40 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-08T01:04:11.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:10 smithi188 conmon[89266]: audit 2023-11-08T01:04:10.601074+0000 mon.smithi063 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:11.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: audit 2023-11-08T01:04:09.776224+0000 mon.smithi063 (mon.0) 213 2023-11-08T01:04:11.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:11.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:09.776895+0000 mgr.smithi063.cuyera (mgr.14180) 34 : cephadm [INF] Reconfiguring alertmanager.smithi063 (dependencies changed)... 2023-11-08T01:04:11.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: cephadm 2023-11-08T01 2023-11-08T01:04:11.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: :04:09.782848+0000 mgr.smithi063.cuyera (mgr.14180) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi063 on smithi063 2023-11-08T01:04:11.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: cluster 2023-11-08T 2023-11-08T01:04:11.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: 01:04:10.203470+0000 mgr.smithi063.cuyera (mgr.14180) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:11.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: audit 2023-11-08T01:04:10.595695+0000 2023-11-08T01:04:11.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 37 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:04:11.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:10.597185+0000 2023-11-08T01:04:11.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 38 : cephadm [INF] Marking host: smithi063 for OSDSpec preview refresh. 2023-11-08T01:04:11.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:10.597257+0000 2023-11-08T01:04:11.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 39 : cephadm [INF] Marking host: smithi188 for OSDSpec preview refresh. 2023-11-08T01:04:11.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:10.597601+0000 2023-11-08T01:04:11.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 40 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-08T01:04:11.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: audit 2023-11-08T01:04:10.601074+0000 mon.smithi063 2023-11-08T01:04:11.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:10 smithi063 conmon[84397]: (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:11.229 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-08T01:04:11.229 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:13.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:13 smithi063 conmon[84397]: cluster 2023-11-08T01:04:12.203771+0000 mgr.smithi063.cuyera 2023-11-08T01:04:13.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:13 smithi063 conmon[84397]: (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:13.407 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:13.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:13 smithi188 conmon[89266]: cluster 2023-11-08T01:04:12.203771+0000 mgr.smithi063.cuyera (mgr.14180) 41 : cluster [DBG] 2023-11-08T01:04:13.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:13 smithi188 conmon[89266]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:14.041 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:04:14.588 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:14 smithi063 conmon[84397]: audit 2023-11-08T01:04:13.406474+0000 mon.smithi063 (mon 2023-11-08T01:04:14.588 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:14 smithi063 conmon[84397]: .0) 215 : audit [DBG] from='client.? 172.21.15.63:0/3366098912' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:14.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:14 smithi188 conmon[89266]: audit 2023-11-08T01:04:13.406474+0000 mon.smithi063 (mon. 2023-11-08T01:04:14.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:14 smithi188 conmon[89266]: 0) 215 : audit [DBG] from='client.? 172.21.15.63:0/3366098912' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:15.043 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:15.800 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:15 smithi063 conmon[84397]: cluster 2023-11-08T01:04:14.204236+0000 mgr.smithi063.cuyera (mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:15.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:15 smithi063 conmon[84397]: audit 2023-11-08T01:04:14.629983+0000 mon.smithi063 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:15.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:15 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:14.630546+0000 mgr.smithi063.cuyera (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi063 (monmap changed)... 2023-11-08T01:04:15.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:15 smithi063 conmon[84397]: audit 2023-11-08T01:04:14.630769+0000 mon.smithi063 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:04:15.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:15 smithi063 conmon[84397]: audit 2023-11-08T01:04:14.631482+0000 mon.smithi063 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:15.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:15 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:14.632001+0000 mgr.smithi063.cuyera (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi063 on smithi063 2023-11-08T01:04:16.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: cluster 2023-11-08T01:04:14.204236+0000 mgr.smithi063.cuyera ( 2023-11-08T01:04:16.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:16.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: audit 2023-11-08T01:04:14.629983+0000 mon.smithi063 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:16.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:14.630546+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:04:16.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: .14180) 43 : cephadm [INF] Reconfiguring crash.smithi063 (monmap changed)... 2023-11-08T01:04:16.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:04:16.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: 08T01:04:14.630769+0000 mon.smithi063 (mon. 2023-11-08T01:04:16.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: 0) 217 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:04:16.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:04:16.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: 01:04:14.631482+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:16.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: 218 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:16.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: cephadm 2023-11-08T01 2023-11-08T01:04:16.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: :04:14.632001+0000 mgr.smithi063.cuyera (mgr.14180) 44 2023-11-08T01:04:16.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:15 smithi188 conmon[89266]: : cephadm [INF] Reconfiguring daemon crash.smithi063 on smithi063 2023-11-08T01:04:17.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:16 smithi188 conmon[89266]: audit 2023-11-08T01:04:15.841851+0000 mon.smithi063 (mon.0 2023-11-08T01:04:17.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:16 smithi188 conmon[89266]: ) 219 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:17.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:16 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:15.842559+0000 mgr.smithi063.cuyera (mgr.14180) 45 : cephadm [INF] Reconfiguring grafana.smithi063 (dependencies changed)... 2023-11-08T01:04:17.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:16 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:17.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:16 smithi188 conmon[89266]: 2023-11-08T01:04:15.873899+0000 mgr.smithi063.cuyera (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi063 on smithi063 2023-11-08T01:04:17.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:16 smithi188 conmon[89266]: cluster 2023-11-08T01: 2023-11-08T01:04:17.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:16 smithi188 conmon[89266]: 04:16.204479+0000 mgr.smithi063.cuyera (mgr.14180) 47 : 2023-11-08T01:04:17.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:16 smithi188 conmon[89266]: cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:17.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:16 smithi063 conmon[84397]: audit 2023-11-08T01:04:15.841851+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:17.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:16 smithi063 conmon[84397]: 219 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:17.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:16 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:15.842559+0000 mgr.smithi063.cuyera (mgr.14180) 45 : cephadm [INF] Reconfiguring grafana.smithi063 (dependencies changed)... 2023-11-08T01:04:17.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:16 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:15.873899+0000 mgr.smithi063.cuyera (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi063 on smithi063 2023-11-08T01:04:17.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:16 smithi063 conmon[84397]: cluster 2023-11-08T01:04:16.204479+0000 mgr.smithi063.cuyera (mgr.14180) 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:17.884 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:18.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:17 smithi063 conmon[84397]: audit 2023-11-08T01:04:17.883839+0000 mon.smithi063 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.63:0/2671484271' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:18.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:17 smithi188 conmon[89266]: audit 2023-11-08T01:04:17.883839+0000 mon.smithi063 2023-11-08T01:04:18.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:17 smithi188 conmon[89266]: (mon.0) 220 : audit [DBG] from='client.? 172.21.15.63:0/2671484271' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:19.002 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:04:19.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:18 smithi063 conmon[84397]: cluster 2023-11-08T01:04:18.204898+0000 mgr.smithi063.cuyera (mgr.14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:19.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:18 smithi188 conmon[89266]: cluster 2023-11-08T01:04:18.204898+0000 mgr.smithi063.cuyera (mgr.14180) 48 2023-11-08T01:04:19.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:18 smithi188 conmon[89266]: : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:20.004 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:21.773 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:21 smithi063 conmon[84397]: cluster 2023-11-08T01:04:20.205206+0000 mgr.smithi063.cuyera (mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:21.773 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:21 smithi063 conmon[84397]: audit 2023-11-08T01:04:20.482878+0000 mon.smithi063 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:21.773 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:21 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:20.483693+0000 mgr.smithi063.cuyera (mgr.14180) 50 : cephadm [INF] Reconfiguring prometheus.smithi063 (dependencies changed)... 2023-11-08T01:04:21.774 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:21 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:20.487504+0000 mgr.smithi063.cuyera (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi063 on smithi063 2023-11-08T01:04:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:21 smithi188 conmon[89266]: cluster 2023-11-08T01:04:20.205206+0000 mgr.smithi063.cuyera (mgr.14180) 49 2023-11-08T01:04:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:21 smithi188 conmon[89266]: : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:21 smithi188 conmon[89266]: audit 2023-11-08T01:04:20.482878+0000 mon.smithi063 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:21 smithi188 conmon[89266]: cephadm 2023-11-08T 2023-11-08T01:04:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:21 smithi188 conmon[89266]: 01:04:20.483693+0000 mgr.smithi063.cuyera (mgr.14180) 50 : cephadm [INF] Reconfiguring prometheus.smithi063 (dependencies changed)... 2023-11-08T01:04:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:21 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:20.487504 2023-11-08T01:04:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:21 smithi188 conmon[89266]: +0000 mgr.smithi063.cuyera (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi063 on smithi063 2023-11-08T01:04:21.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:21 smithi188 conmon[89266]: 2023-11-08T01:04:22.189 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:22 smithi188 conmon[89266]: audit 2023-11-08T01:04:22.179332+0000 mon.smithi063 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.63:0/1985523111' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:22 smithi063 conmon[84397]: audit 2023-11-08T01:04:22 2023-11-08T01:04:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:22 smithi063 conmon[84397]: .179332+0000 mon.smithi063 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.63:0/1985523111' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:22.898 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:04:23.770 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:23 smithi063 conmon[84397]: cluster 2023-11-08T01:04:22.205477+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:04:23.770 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:23 smithi063 conmon[84397]: .14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:23 smithi188 conmon[89266]: cluster 2023-11-08T01:04:22.205477+0000 mgr.smithi063.cuyera (mgr.14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:23.899 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:25.147 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:25 smithi063 conmon[84397]: cluster 2023-11-08T01:04:24 2023-11-08T01:04:25.148 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:25 smithi063 conmon[84397]: .205685+0000 mgr.smithi063.cuyera (mgr.14180) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:25.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:25 smithi188 conmon[89266]: cluster 2023-11-08T01:04:24.205685+0000 mgr.smithi063.cuyera (mgr.14180) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:25.975 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:26.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:26 smithi188 conmon[89266]: audit 2023-11-08T01:04:25.973466+0000 mon.smithi063 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.63:0/87988232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:26.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:26 smithi188 conmon[89266]: 2023-11-08T01:04:26.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:26 smithi188 conmon[89266]: audit 2023-11-08T01:04:26.048127+0000 mon.smithi063 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:26.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:26 smithi188 conmon[89266]: audit 2023-11-08T01:04:26.049135+0000 mon.smithi063 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:04:26.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:26 smithi188 conmon[89266]: audit 2023-11-08T01:04:26.049891+0000 mon.smithi063 2023-11-08T01:04:26.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:26 smithi188 conmon[89266]: (mon.0) 226 : audit [DBG] 2023-11-08T01:04:26.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:26 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:26.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:26 smithi063 conmon[84397]: audit 2023-11-08T01:04:25.973466+0000 2023-11-08T01:04:26.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:26 smithi063 conmon[84397]: mon.smithi063 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.63:0/87988232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:26.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:26 smithi063 conmon[84397]: audit 2023-11-08T01:04:26.048127 2023-11-08T01:04:26.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:26 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:26.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:26 smithi063 conmon[84397]: audit 2023-11-08T01:04:26.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:26 smithi063 conmon[84397]: 2023-11-08T01:04:26.049135+0000 mon.smithi063 (mon 2023-11-08T01:04:26.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:26 smithi063 conmon[84397]: .0) 225 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:04:26.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:26 smithi063 conmon[84397]: audit 2023-11-08T01:04: 2023-11-08T01:04:26.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:26 smithi063 conmon[84397]: 26.049891+0000 mon.smithi063 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:26.576 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:04:27.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:27 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:26.048824+0000 mgr.smithi063.cuyera (mgr.14180) 54 : cephadm [INF] Reconfiguring crash.smithi188 (monmap changed)... 2023-11-08T01:04:27.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:27 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:26.050474+0000 mgr.smithi063.cuyera (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon crash.smithi188 on smithi188 2023-11-08T01:04:27.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:27 smithi188 conmon[89266]: cluster 2023-11-08T01:04:26.206039+0000 mgr.smithi063.cuyera (mgr.14180) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:27.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:27 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:26.048824+0000 mgr.smithi063.cuyera ( 2023-11-08T01:04:27.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:27 smithi063 conmon[84397]: mgr.14180) 54 : cephadm [INF] Reconfiguring crash.smithi188 (monmap changed)... 2023-11-08T01:04:27.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:27 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:26.050474+0000 mgr.smithi063.cuyera (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon crash.smithi188 on smithi188 2023-11-08T01:04:27.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:27 smithi063 conmon[84397]: cluster 2023-11-08T01:04:26.206039+0000 mgr.smithi063.cuyera (mgr.14180) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:27.577 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:28.526 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: audit 2023-11-08T01:04:27.308327+0000 mon.smithi063 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:28.527 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:27.308938+0000 mgr.smithi063.cuyera (mgr.14180) 57 : cephadm [INF] Reconfiguring mgr.smithi188.bnblwu (monmap changed)... 2023-11-08T01:04:28.527 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:04:28.527 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: -08T01:04:27.309257+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:28.527 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: 228 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.bnblwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T01:04:28.528 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:04:28.528 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: 01:04:27.310196+0000 mon.smithi063 ( 2023-11-08T01:04:28.528 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T01:04:28.528 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: 2023-11-08T01:04:28.528 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:04:28.529 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: :04:27.311019+0000 mon.smithi063 ( 2023-11-08T01:04:28.529 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: mon.0) 230 : audit [DBG] 2023-11-08T01:04:28.529 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:28.529 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:28.529 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: 2023-11-08T01:04: 2023-11-08T01:04:28.529 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: 27.311758+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:04:28.530 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:28 smithi188 conmon[89266]: 14180) 58 : cephadm [INF] Reconfiguring daemon mgr.smithi188.bnblwu on smithi188 2023-11-08T01:04:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: audit 2023-11-08T01:04:27.308327+0000 mon.smithi063 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:28.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: 2023-11-08T01:04:28.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:27.308938+0000 mgr.smithi063.cuyera (mgr.14180) 57 : cephadm [INF] Reconfiguring mgr.smithi188.bnblwu (monmap changed)... 2023-11-08T01:04:28.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: audit 2023-11-08T01:04:27.309257+0000 mon.smithi063 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.bnblwu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T01:04:28.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: audit 2023-11-08T01:04:27.310196+0000 mon.smithi063 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T01:04:28.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: 2023-11-08T01:04:28.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:04:28.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: T01:04:27.311019+0000 mon.smithi063 (mon.0 2023-11-08T01:04:28.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: ) 230 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:28.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:28.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: 2023-11-08T01:04:27.311758+0000 2023-11-08T01:04:28.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:28 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon mgr.smithi188.bnblwu on smithi188 2023-11-08T01:04:29.307 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:29.579 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:29 smithi063 conmon[84397]: cluster 2023-11-08T01:04:28. 2023-11-08T01:04:29.580 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:29 smithi063 conmon[84397]: 206432+0000 mgr.smithi063.cuyera (mgr.14180) 59 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:29.580 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:29 smithi063 conmon[84397]: audit 2023-11-08T01:04:28.578796+0000 mon.smithi063 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:29.835 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:29 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:28.579330+0000 mgr.smithi063.cuyera (mgr.14180) 60 : cephadm [INF] Reconfiguring mon.smithi188 (monmap changed)... 2023-11-08T01:04:29.835 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:29 smithi063 conmon[84397]: audit 2023-11-08T01:04:28.579590+0000 mon.smithi063 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T01:04:29.836 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:29 smithi063 conmon[84397]: audit 2023-11-08T01:04:28.580229+0000 mon.smithi063 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T01:04:29.836 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:29 smithi063 conmon[84397]: audit 2023-11-08T01:04:28.580830+0000 mon.smithi063 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:29.836 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:29 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:28.581372+0000 mgr.smithi063.cuyera (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mon.smithi188 on smithi188 2023-11-08T01:04:29.836 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:29 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.306292+0000 mon.smithi063 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.63:0/2277847217' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:29.837 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:04:29.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: cluster 2023-11-08T01:04:28.206432+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:04:29.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: 14180) 59 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:29.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: audit 2023-11-08T01:04:28.578796+0000 mon.smithi063 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:29.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:28.579330+0000 mgr.smithi063.cuyera (mgr.14180) 60 : cephadm [INF] Reconfiguring mon.smithi188 (monmap changed)... 2023-11-08T01:04:29.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: audit 2023-11-08T01:04:28.579590+0000 mon.smithi063 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T01:04:29.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: audit 2023-11-08T01:04:28. 2023-11-08T01:04:29.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: 580229+0000 mon.smithi063 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T01:04:29.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: audit 2023 2023-11-08T01:04:29.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: -11-08T01:04:28.580830+0000 2023-11-08T01:04:29.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: mon.smithi063 (mon.0) 234 : audit [DBG] 2023-11-08T01:04:29.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:29.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:29.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: 2023-11- 2023-11-08T01:04:29.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: 08T01:04:28.581372 2023-11-08T01:04:29.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: +0000 mgr.smithi063.cuyera (mgr.14180) 61 : 2023-11-08T01:04:29.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: cephadm [INF] Reconfiguring daemon mon.smithi188 on smithi188 2023-11-08T01:04:29.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: audit 2023 2023-11-08T01:04:29.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: -11-08T01:04:29.306292 2023-11-08T01:04:29.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 235 : audit 2023-11-08T01:04:29.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:29 smithi188 conmon[89266]: [DBG] from='client.? 172.21.15.63:0/2277847217' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:30.838 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:31.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.763331+0000 2023-11-08T01:04:31.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: mon.smithi063 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:31.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.765878+0000 mon.smithi063 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T01:04:31.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.766195+0000 mgr.smithi063.cuyera (mgr.14180) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T01:04:31.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.767066+0000 mon.smithi063 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T01:04:31.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.767322+0000 mgr.smithi063.cuyera (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T01:04:31.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.770566+0000 mon.smithi063 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:31.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.775358+0000 mon.smithi063 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T01:04:31.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.775714+0000 mgr.smithi063.cuyera (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T01:04:31.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.780819+0000 mon.smithi063 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T01:04:31.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.781122+0000 mgr.smithi063.cuyera (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T01:04:31.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.784857+0000 mon.smithi063 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:31.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.789316+0000 mon.smithi063 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T01:04:31.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.789773+0000 mgr.smithi063.cuyera (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T01:04:31.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:04:31.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: 08T01:04:29.793040+0000 mon.smithi063 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T01:04:31.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.793363+0000 mgr.smithi063.cuyera (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T01:04:31.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.797432+0000 mon.smithi063 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:31.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: audit 2023-11-08T01:04:29.800952+0000 mon.smithi063 (mon.0 2023-11-08T01:04:31.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: ) 246 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:04:31.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: cluster 2023-11-08T01:04:30.206622+0000 mgr.smithi063.cuyera (mgr.14180) 68 : 2023-11-08T01:04:31.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:30 smithi188 conmon[89266]: cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:31.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.763331+0000 mon.smithi063 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:31.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.765878+0000 mon.smithi063 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T01:04:31.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.766195+0000 mgr.smithi063.cuyera (mgr.14180) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T01:04:31.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.767066+0000 mon.smithi063 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T01:04:31.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.767322+0000 mgr.smithi063.cuyera (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T01:04:31.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.770566+0000 mon.smithi063 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:31.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.775358+0000 mon.smithi063 ( 2023-11-08T01:04:31.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T01:04:31.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.775714+0000 mgr.smithi063.cuyera (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T01:04:31.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.780819+0000 mon.smithi063 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T01:04:31.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.781122+0000 mgr.smithi063.cuyera (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T01:04:31.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.784857+0000 mon.smithi063 2023-11-08T01:04:31.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:31.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.789316+0000 2023-11-08T01:04:31.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: mon.smithi063 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T01:04:31.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T 2023-11-08T01:04:31.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: 01:04:29.789773+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:04:31.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: .14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T01:04:31.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:04:31.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: T01:04:29.793040+0000 mon.smithi063 (mon. 2023-11-08T01:04:31.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: 0) 244 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T01:04:31.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29. 2023-11-08T01:04:31.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: 793363+0000 mgr.smithi063.cuyera (mgr.14180) 67 : audit 2023-11-08T01:04:31.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T01:04:31.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29 2023-11-08T01:04:31.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: .797432+0000 mon.smithi063 (mon.0) 245 : audit 2023-11-08T01:04:31.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:31.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: audit 2023-11-08T01:04:29.800952 2023-11-08T01:04:31.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:04:31.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: cluster 2023- 2023-11-08T01:04:31.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: 11-08T01:04:30.206622+0000 2023-11-08T01:04:31.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 68 : cluster [DBG] 2023-11-08T01:04:31.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:30 smithi063 conmon[84397]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:32.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:32 smithi063 conmon[84397]: audit 2023-11-08T01:04:31.263799+0000 mon.smithi063 ( 2023-11-08T01:04:32.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:32 smithi063 conmon[84397]: mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:32.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:32 smithi063 conmon[84397]: audit 2023-11-08T01:04:31.271058+0000 mon.smithi063 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:32.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:32 smithi188 conmon[89266]: audit 2023-11-08T01:04:31.263799+0000 mon.smithi063 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:32.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:32 smithi188 conmon[89266]: audit 2023-11-08T01:04:31.271058+0000 mon.smithi063 (mon.0) 248 : audit 2023-11-08T01:04:32.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:32 smithi188 conmon[89266]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:33.120 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:33.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:33 smithi188 conmon[89266]: cluster 2023-11-08T01:04:32.206865+0000 mgr.smithi063.cuyera (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:33.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:33 smithi188 conmon[89266]: audit 2023-11-08T01:04:33.120148+0000 mon.smithi063 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.63:0/3844007950' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:33.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:33 smithi063 conmon[84397]: cluster 2023-11-08T01:04:32.206865+0000 mgr.smithi063.cuyera 2023-11-08T01:04:33.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:33 smithi063 conmon[84397]: (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:33.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:33 smithi063 conmon[84397]: audit 2023-11-08T01:04:33.120148+0000 mon.smithi063 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.63:0/3844007950' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:33.776 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T01:04:34.526 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:34 smithi063 conmon[84397]: audit 2023-11-08T01:04:33.279678+0000 mon.smithi063 2023-11-08T01:04:34.527 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:34 smithi063 conmon[84397]: (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:34.527 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:34 smithi063 conmon[84397]: audit 2023-11-08T01:04:33.638250+0000 mon.smithi063 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:34.527 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:34 smithi063 conmon[84397]: audit 2023-11-08T01:04:33.639070+0000 mon.smithi063 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:34.527 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:34 smithi063 conmon[84397]: audit 2023-11-08T01:04:33.639739+0000 mon.smithi063 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:04:34.527 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:34 smithi063 conmon[84397]: audit 2023-11-08T01:04:33.645391+0000 mon.smithi063 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:34.528 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:34 smithi063 conmon[84397]: audit 2023-11-08T01:04:33.649545+0000 mon.smithi063 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:04:34.528 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:34 smithi063 conmon[84397]: audit 2023-11-08T01:04:33.652842+0000 mon.smithi063 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:04:34.528 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:34 smithi063 conmon[84397]: audit 2023-11-08T01:04:33.653824+0000 mon.smithi063 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:04:34.528 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:34 smithi063 conmon[84397]: audit 2023-11-08T01:04:33.653980+0000 mon.smithi063 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:34.528 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:34 smithi063 conmon[84397]: audit 2023-11-08T01:04:33.654435+0000 mon.smithi063 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:34.533 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:34 smithi188 conmon[89266]: audit 2023-11-08T01:04:33.279678+0000 mon.smithi063 (mon.0) 250 : 2023-11-08T01:04:34.533 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:34 smithi188 conmon[89266]: audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:34.534 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:34 smithi188 conmon[89266]: audit 2023-11-08T01:04:33.638250+0000 mon.smithi063 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:34.534 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:34 smithi188 conmon[89266]: audit 2023-11-08T01:04:33.639070+0000 mon.smithi063 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:34.534 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:34 smithi188 conmon[89266]: audit 2023-11-08T01:04:33.639739+0000 mon.smithi063 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:04:34.534 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:34 smithi188 conmon[89266]: audit 2023-11-08T01:04:33.645391+0000 mon.smithi063 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:34.535 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:34 smithi188 conmon[89266]: audit 2023-11-08T01:04:33.649545+0000 mon.smithi063 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:04:34.535 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:34 smithi188 conmon[89266]: audit 2023-11-08T01:04:33.652842+0000 mon.smithi063 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:04:34.535 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:34 smithi188 conmon[89266]: audit 2023-11-08T01:04:33.653824+0000 mon.smithi063 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:04:34.535 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:34 smithi188 conmon[89266]: audit 2023-11-08T01:04:33.653980+0000 mon.smithi063 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:34.535 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:34 smithi188 conmon[89266]: audit 2023-11-08T01:04:33.654435+0000 mon.smithi063 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:34.777 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:35.411 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:35 smithi063 conmon[84397]: cluster 2023-11-08T01:04:34.207081+0000 mgr.smithi063.cuyera (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:35.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:35 smithi188 conmon[89266]: cluster 2023-11-08T01:04:34.207081+0000 mgr.smithi063.cuyera (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:36.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: audit 2023-11-08T01:04:36.183726+0000 mon.smithi188 (mon 2023-11-08T01:04:36.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: .1) 2 : audit [INF] from='client.? 172.21.15.188:0/3351533856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62a34422-76c1-474a-99f6-77425ea6017f"}]: dispatch 2023-11-08T01:04:36.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: audit 2023-11-08T01:04:36.184129+0000 mon.smithi063 (mon.0) 260 : audit [INF] 2023-11-08T01:04:36.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62a34422-76c1-474a-99f6-77425ea6017f"}]: dispatch 2023-11-08T01:04:36.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: audit 2023-11-08 2023-11-08T01:04:36.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: T01:04:36.188528+0000 mon.smithi063 (mon.0) 261 : audit [INF] 2023-11-08T01:04:36.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62a34422-76c1-474a-99f6-77425ea6017f"}]': finished 2023-11-08T01:04:36.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: cluster 2023-11-08T01:04:36. 2023-11-08T01:04:36.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: 188616+0000 mon.smithi063 (mon.0) 262 : cluster 2023-11-08T01:04:36.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-08T01:04:36.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: audit 2023-11-08T01:04 2023-11-08T01:04:36.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: :36.188738+0000 mon.smithi063 (mon.0) 263 : 2023-11-08T01:04:36.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:36 smithi188 conmon[89266]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:36.574 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:36 smithi063 conmon[84397]: audit 2023 2023-11-08T01:04:36.574 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:36 smithi063 conmon[84397]: -11-08T01:04:36.183726+0000 mon.smithi188 (mon.1) 2 : audit [INF] from='client.? 172.21.15.188:0/3351533856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62a34422-76c1-474a-99f6-77425ea6017f"}]: dispatch 2023-11-08T01:04:36.575 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:36 smithi063 conmon[84397]: audit 2023-11-08T01:04:36.184129+0000 mon.smithi063 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62a34422-76c1-474a-99f6-77425ea6017f"}]: dispatch 2023-11-08T01:04:36.575 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:36 smithi063 conmon[84397]: audit 2023-11-08T01:04:36.188528+0000 mon.smithi063 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62a34422-76c1-474a-99f6-77425ea6017f"}]': finished 2023-11-08T01:04:36.575 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:36 smithi063 conmon[84397]: cluster 2023-11-08T01:04:36.188616+0000 mon.smithi063 (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-08T01:04:36.575 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:36 smithi063 conmon[84397]: audit 2023-11-08T01:04:36.188738+0000 mon.smithi063 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:36.962 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:37.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:37 smithi188 conmon[89266]: cluster 2023-11-08T01:04:36.207316+0000 mgr.smithi063.cuyera (mgr.14180) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:37.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:37 smithi188 conmon[89266]: audit 2023-11-08T01:04:36.338883+0000 mon.smithi063 (mon.0) 264 : audit [INF] from='client.? 172.21.15.63:0/2046789127' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbb0bd28-6687-4459-8e4f-0f3a06911ded"}]: dispatch 2023-11-08T01:04:37.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:37 smithi188 conmon[89266]: audit 2023-11-08T01:04:36.346656+0000 mon.smithi063 (mon.0) 265 : audit [INF] from='client.? 172.21.15.63:0/2046789127' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bbb0bd28-6687-4459-8e4f-0f3a06911ded"}]': finished 2023-11-08T01:04:37.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:37 smithi188 conmon[89266]: cluster 2023-11-08T01:04:36.346707+0000 mon.smithi063 (mon.0) 266 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-08T01:04:37.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:37 smithi188 conmon[89266]: audit 2023-11-08T01:04:36.346850+0000 mon.smithi063 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:37.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:37 smithi188 conmon[89266]: audit 2023-11-08T01:04:36.347267+0000 mon.smithi063 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:37.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:37 smithi188 conmon[89266]: audit 2023-11-08T01:04:36.961194+0000 mon.smithi063 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.63:0/1797452125' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:37.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:37 smithi063 conmon[84397]: cluster 2023-11-08T01:04:36. 2023-11-08T01:04:37.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:37 smithi063 conmon[84397]: 207316+0000 mgr.smithi063.cuyera (mgr.14180) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:37.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:37 smithi063 conmon[84397]: audit 2023-11-08T01:04:36.338883+0000 mon.smithi063 (mon.0) 264 : audit [INF] from='client.? 172.21.15.63:0/2046789127' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbb0bd28-6687-4459-8e4f-0f3a06911ded"}]: dispatch 2023-11-08T01:04:37.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:37 smithi063 conmon[84397]: audit 2023-11-08T01:04:36.346656+0000 mon.smithi063 (mon.0) 265 : audit [INF] from='client.? 172.21.15.63:0/2046789127' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bbb0bd28-6687-4459-8e4f-0f3a06911ded"}]': finished 2023-11-08T01:04:37.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:37 smithi063 conmon[84397]: cluster 2023-11-08T01:04:36.346707+0000 mon.smithi063 (mon.0) 266 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-08T01:04:37.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:37 smithi063 conmon[84397]: audit 2023-11-08T01:04:36.346850+0000 mon.smithi063 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:37.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:37 smithi063 conmon[84397]: audit 2023-11-08T01:04:36.347267+0000 mon.smithi063 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:37.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:37 smithi063 conmon[84397]: audit 2023-11-08T01:04:36.961194+0000 mon.smithi063 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.63:0/1797452125' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:37.644 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1699405476,"num_remapped_pgs":0} 2023-11-08T01:04:38.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:38 smithi188 conmon[89266]: audit 2023-11-08T01:04:37.316406+0000 mon.smithi188 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.188:0/240036890' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:38.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:38 smithi188 conmon[89266]: 2023-11-08T01:04:38.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:38 smithi188 conmon[89266]: audit 2023-11-08T01:04:37.660225+0000 mon.smithi063 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.63:0/4051360661' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:38.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:38 smithi063 conmon[84397]: audit 2023-11-08T01:04:37.316406+0000 mon.smithi188 2023-11-08T01:04:38.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:38 smithi063 conmon[84397]: (mon.1) 3 : audit [DBG] from='client.? 172.21.15.188:0/240036890' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:38.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:38 smithi063 conmon[84397]: audit 2023-11-08T01:04:37.660225+0000 mon.smithi063 (mon.0) 270 : audit 2023-11-08T01:04:38.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:38 smithi063 conmon[84397]: [DBG] from='client.? 172.21.15.63:0/4051360661' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:38.645 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:39.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:39 smithi063 conmon[84397]: cluster 2023-11-08T01:04:38.207639+0000 mgr.smithi063.cuyera (mgr.14180) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:39.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:39 smithi188 conmon[89266]: cluster 2023-11-08T01:04:38.207639+0000 mgr.smithi063.cuyera (mgr.14180) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:40.514 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:40.539 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11-08T01:04:39.813453+0000 mon.smithi188 (mon.1) 4 : 2023-11-08T01:04:40.540 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit [INF] from='client.? 172.21.15.188:0/3344595196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e773cbe0-71ef-4954-a40d-ed1ac94ab43d"}]: dispatch 2023-11-08T01:04:40.540 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11-08T01:04:39.813912+0000 mon.smithi063 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e773cbe0-71ef-4954-a40d-ed1ac94ab43d"}]: dispatch 2023-11-08T01:04:40.540 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11-08T01:04:39.819953+0000 mon.smithi063 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e773cbe0-71ef-4954-a40d-ed1ac94ab43d"}]': finished 2023-11-08T01:04:40.540 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: cluster 2023-11-08T01:04:39.820002+0000 mon.smithi063 (mon.0) 273 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-08T01:04:40.541 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11-08T01:04:39.820093+0000 mon.smithi063 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:40.541 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11-08T01:04:39.820391+0000 mon.smithi063 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:40.541 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:04:40.541 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: -08T01:04:39.820568+0000 mon.smithi063 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:40.542 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11-08T01:04:40.203831+0000 mon.smithi063 ( 2023-11-08T01:04:40.542 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: mon.0) 277 : audit [INF] from='client.? 172.21.15.63:0/1847906272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36f08b6a-c192-45d6-831c-dbd1895662af"}]: dispatch 2023-11-08T01:04:40.542 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11-08T01:04:40.542 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: 2023-11-08T01:04:40.207550+0000 mon.smithi063 (mon.0) 278 : audit [INF] from='client.? 172.21.15.63:0/1847906272' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36f08b6a-c192-45d6-831c-dbd1895662af"}]': finished 2023-11-08T01:04:40.542 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: cluster 2023-11-08T01:04:40.207600 2023-11-08T01:04:40.543 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 279 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-08T01:04:40.543 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11-08T01:04:40.207700+0000 mon.smithi063 ( 2023-11-08T01:04:40.543 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:40.543 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11-08T01:04:40.543 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: 2023-11-08T01:04:40.208066+0000 mon.smithi063 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:40.544 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11-08T01:04:40.208292+0000 2023-11-08T01:04:40.544 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: mon.smithi063 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:40.544 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: audit 2023-11-08T01:04:40.208532+0000 mon.smithi063 (mon 2023-11-08T01:04:40.544 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:40 smithi063 conmon[84397]: .0) 283 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:04:40.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023-11-08T01:04:39.813453+0000 mon.smithi188 (mon.1 2023-11-08T01:04:40.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: ) 4 : audit [INF] from='client.? 172.21.15.188:0/3344595196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e773cbe0-71ef-4954-a40d-ed1ac94ab43d"}]: dispatch 2023-11-08T01:04:40.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023-11-08T01:04:39.813912+0000 mon.smithi063 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e773cbe0-71ef-4954-a40d-ed1ac94ab43d"}]: dispatch 2023-11-08T01:04:40.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023-11-08T01:04:39.819953+0000 mon.smithi063 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e773cbe0-71ef-4954-a40d-ed1ac94ab43d"}]': finished 2023-11-08T01:04:40.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: cluster 2023-11-08T01:04:39.820002+0000 mon.smithi063 (mon.0) 273 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-08T01:04:40.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023-11-08T01:04 2023-11-08T01:04:40.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: :39.820093+0000 mon.smithi063 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:40.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023-11-08T01:04:39. 2023-11-08T01:04:40.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: 820391+0000 mon.smithi063 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:40.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023-11-08 2023-11-08T01:04:40.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: T01:04:39.820568+0000 mon.smithi063 (mon 2023-11-08T01:04:40.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: .0) 276 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:40.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: 2023-11-08T01:04:40.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023-11-08 2023-11-08T01:04:40.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: T01:04:40.203831+0000 2023-11-08T01:04:40.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: mon.smithi063 (mon.0) 277 : audit 2023-11-08T01:04:40.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: [INF] from='client.? 172.21.15.63:0/1847906272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36f08b6a-c192-45d6-831c-dbd1895662af"}]: dispatch 2023-11-08T01:04:40.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:04:40.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: 11-08T01:04:40.207550+0000 mon.smithi063 (mon 2023-11-08T01:04:40.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: .0) 278 : audit [INF] from='client.? 172.21.15.63:0/1847906272' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36f08b6a-c192-45d6-831c-dbd1895662af"}]': finished 2023-11-08T01:04:40.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: cluster 2023-11-08T01 2023-11-08T01:04:40.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: :04:40.207600+0000 mon.smithi063 (mon.0) 279 2023-11-08T01:04:40.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-08T01:04:40.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023-11-08T01:04: 2023-11-08T01:04:40.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: 40.207700+0000 mon.smithi063 (mon.0) 280 : audit 2023-11-08T01:04:40.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:40.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023-11-08T01:04:40.208066 2023-11-08T01:04:40.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:40.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:04:40.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: -08T01:04:40.208292+0000 mon.smithi063 (mon 2023-11-08T01:04:40.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: .0) 282 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:40.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: audit 2023-11-08T01:04 2023-11-08T01:04:40.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:40 smithi188 conmon[89266]: :40.208532+0000 mon.smithi063 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:04:41.292 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1699405480,"num_remapped_pgs":0} 2023-11-08T01:04:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:41 smithi188 conmon[89266]: cluster 2023-11-08T01:04:40.207839+0000 mgr.smithi063.cuyera (mgr.14180) 73 : 2023-11-08T01:04:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:41 smithi188 conmon[89266]: cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:41.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:41 smithi188 conmon[89266]: audit 2023-11-08T01:04:40.513804+0000 mon.smithi063 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.63:0/311099989' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:41.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:41 smithi188 conmon[89266]: audit 2023-11-08T01:04:41.001207+0000 2023-11-08T01:04:41.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:41 smithi188 conmon[89266]: mon.smithi188 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.188:0/3540540612' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:41 smithi063 conmon[84397]: cluster 2023-11-08T01:04:40.207839+0000 mgr.smithi063.cuyera (mgr.14180) 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:41 smithi063 conmon[84397]: audit 2023-11-08T01:04:40.513804+0000 mon.smithi063 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.63:0/311099989' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:41.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:41 smithi063 conmon[84397]: audit 2023-11-08T01:04:41.001207+0000 mon.smithi188 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.188:0/3540540612' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:42.294 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:42.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:42 smithi188 conmon[89266]: audit 2023-11-08T01:04:41.703011+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:42.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:42 smithi188 conmon[89266]: 285 : audit [DBG] from='client.? 172.21.15.63:0/1164032561' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:42.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:42 smithi063 conmon[84397]: audit 2023-11-08T01:04:41.703011+0000 mon.smithi063 ( 2023-11-08T01:04:42.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:42 smithi063 conmon[84397]: mon.0) 285 : audit [DBG] from='client.? 172.21.15.63:0/1164032561' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:43.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:43 smithi063 conmon[84397]: cluster 2023-11-08T01:04:42.208123 2023-11-08T01:04:43.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:43 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:43 smithi188 conmon[89266]: cluster 2023-11-08T01:04:42.208123+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:04:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:43 smithi188 conmon[89266]: 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:44.086 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:44.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:43.501633+0000 mon.smithi188 (mon.1) 6 : audit [INF] from='client.? 172.21.15.188:0/347811137' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08e8f359-4581-4cb1-b9fa-30ff375eb9b6"}]: dispatch 2023-11-08T01:04:44.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:43.502017+0000 mon.smithi063 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08e8f359-4581-4cb1-b9fa-30ff375eb9b6"}]: dispatch 2023-11-08T01:04:44.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:43.505788+0000 mon.smithi063 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08e8f359-4581-4cb1-b9fa-30ff375eb9b6"}]': finished 2023-11-08T01:04:44.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: cluster 2023-11-08T01:04:43.505837+0000 mon.smithi063 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-08T01:04:44.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:43.505944+0000 mon.smithi063 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:44.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:43.506329+0000 mon.smithi063 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:44.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:04:44.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: 08T01:04:43.506557+0000 mon.smithi063 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:44.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:43.506781+0000 mon.smithi063 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:04:44.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:43.506999+0000 mon.smithi063 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:04:44.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:44.085347+0000 mon.smithi063 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.63:0/3200008364' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:44.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:44.258083+0000 mon.smithi063 (mon.0) 295 : audit [INF] from='client.? 172.21.15.63:0/159137375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c7c636b-8254-4716-a65c-e20989f9c396"}]: dispatch 2023-11-08T01:04:44.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:44.261890+0000 mon.smithi063 (mon.0) 296 : audit [INF] from='client.? 172.21.15.63:0/159137375' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c7c636b-8254-4716-a65c-e20989f9c396"}]': finished 2023-11-08T01:04:44.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: cluster 2023-11-08T01:04:44.261940+0000 mon.smithi063 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-08T01:04:44.367 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:44.262037+0000 mon.smithi063 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:44.367 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:44.262283+0000 mon.smithi063 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:44.367 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:44.262431+0000 mon.smithi063 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:44.367 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:44.262641+0000 mon.smithi063 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:04:44.368 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:44.262788+0000 mon.smithi063 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:04:44.368 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:44 smithi063 conmon[84397]: audit 2023-11-08T01:04:44.262958+0000 mon.smithi063 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:04:44.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:43.501633+0000 mon.smithi188 (mon.1) 2023-11-08T01:04:44.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: 6 : audit [INF] from='client.? 172.21.15.188:0/347811137' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08e8f359-4581-4cb1-b9fa-30ff375eb9b6"}]: dispatch 2023-11-08T01:04:44.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:43.502017+0000 mon.smithi063 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08e8f359-4581-4cb1-b9fa-30ff375eb9b6"}]: dispatch 2023-11-08T01:04:44.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:43.505788+0000 mon.smithi063 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08e8f359-4581-4cb1-b9fa-30ff375eb9b6"}]': finished 2023-11-08T01:04:44.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: cluster 2023-11-08T01:04:43.505837+0000 mon.smithi063 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-08T01:04:44.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:43.505944+0000 mon.smithi063 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:44.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:43.506329+0000 mon.smithi063 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:44.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:43.506557+0000 mon.smithi063 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:44.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:43.506781+0000 mon.smithi063 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:04:44.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:43.506999+0000 mon.smithi063 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:04:44.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:44.085347+0000 mon.smithi063 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.63:0/3200008364' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:44.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:44.258083+0000 mon.smithi063 (mon.0) 295 : audit [INF] from='client.? 172.21.15.63:0/159137375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c7c636b-8254-4716-a65c-e20989f9c396"}]: dispatch 2023-11-08T01:04:44.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:44.261890+0000 mon.smithi063 (mon.0) 296 : audit [INF] from='client.? 172.21.15.63:0/159137375' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c7c636b-8254-4716-a65c-e20989f9c396"}]': finished 2023-11-08T01:04:44.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: cluster 2023-11-08T01:04:44.261940+0000 mon.smithi063 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-08T01:04:44.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:44.262037+0000 mon.smithi063 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:44.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:44.262283+0000 mon.smithi063 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:44.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:44.262431+0000 mon.smithi063 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:44.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:44.262641+0000 mon.smithi063 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:04:44.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:44.262788+0000 mon.smithi063 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:04:44.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: audit 2023-11-08T01:04:44.262958+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:44.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:44 smithi188 conmon[89266]: 303 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:04:44.731 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1699405483,"num_remapped_pgs":0} 2023-11-08T01:04:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:45 smithi188 conmon[89266]: cluster 2023-11-08T01:04:44.208362+0000 mgr.smithi063.cuyera (mgr.14180) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:45 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:04:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:45 smithi188 conmon[89266]: 01:04:44.649060+0000 mon.smithi188 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.188:0/3376466001' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:45.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:45 smithi063 conmon[84397]: cluster 2023-11-08T01:04:44.208362+0000 mgr.smithi063.cuyera (mgr.14180) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:45.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:45 smithi063 conmon[84397]: audit 2023-11-08T01:04:44.649060+0000 mon.smithi188 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.188:0/3376466001' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:45.733 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:46.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:46 smithi188 conmon[89266]: audit 2023-11-08T01:04:45.676612+0000 mon.smithi063 (mon. 2023-11-08T01:04:46.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:46 smithi188 conmon[89266]: 0) 304 : audit [DBG] from='client.? 172.21.15.63:0/647571742' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:46.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:46 smithi063 conmon[84397]: audit 2023-11-08T01:04:45.676612+0000 mon.smithi063 (mon 2023-11-08T01:04:46.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:46 smithi063 conmon[84397]: .0) 304 : audit [DBG] from='client.? 172.21.15.63:0/647571742' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:47.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: cluster 2023-11-08T01:04:46.208728+0000 mgr.smithi063.cuyera (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:47.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: audit 2023-11-08T01:04:47.146125+0000 mon.smithi188 (mon.1) 8 : audit [INF] from='client.? 172.21.15.188:0/2038957060' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c6b8edb-f756-4600-8c4b-b8bde20ea246"}]: dispatch 2023-11-08T01:04:47.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: audit 2023-11-08T01:04:47.146597+0000 mon.smithi063 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c6b8edb-f756-4600-8c4b-b8bde20ea246"}]: dispatch 2023-11-08T01:04:47.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: audit 2023-11-08T01:04:47.150206+0000 mon.smithi063 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c6b8edb-f756-4600-8c4b-b8bde20ea246"}]': finished 2023-11-08T01:04:47.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: cluster 2023-11-08T01:04:47.150262+0000 mon.smithi063 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-08T01:04:47.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: audit 2023-11-08T01:04:47.150371+0000 mon.smithi063 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:47.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: audit 2023-11-08T01:04:47.150607+0000 mon.smithi063 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:47.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: audit 2023-11-08T01:04:47.150752+0000 mon.smithi063 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:47.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:04:47.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: 01:04:47.150902+0000 mon.smithi063 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:04:47.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: audit 2023-11-08T01:04:47.151049+0000 mon.smithi063 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:04:47.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: audit 2023-11-08T01:04:47.151202+0000 mon.smithi063 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:04:47.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:47 smithi188 conmon[89266]: audit 2023-11-08T01:04:47.151347+0000 mon.smithi063 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:04:47.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: cluster 2023-11-08T01:04:46.208728+0000 mgr.smithi063.cuyera (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:47.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: audit 2023-11-08T01:04:47.146125+0000 mon.smithi188 (mon.1) 8 : audit [INF] from='client.? 172.21.15.188:0/2038957060' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c6b8edb-f756-4600-8c4b-b8bde20ea246"}]: dispatch 2023-11-08T01:04:47.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: audit 2023-11-08T01:04:47.146597+0000 mon.smithi063 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c6b8edb-f756-4600-8c4b-b8bde20ea246"}]: dispatch 2023-11-08T01:04:47.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: audit 2023-11-08T01:04:47.150206+0000 mon.smithi063 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c6b8edb-f756-4600-8c4b-b8bde20ea246"}]': finished 2023-11-08T01:04:47.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: cluster 2023-11-08T01:04:47.150262+0000 mon.smithi063 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-08T01:04:47.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: audit 2023-11-08T01:04:47.150371+0000 mon.smithi063 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:47.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: audit 2023-11-08T01:04:47.150607+0000 mon.smithi063 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:47.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:04:47.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: T01:04:47.150752+0000 mon.smithi063 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:47.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: audit 2023-11-08T01:04:47.150902+0000 mon.smithi063 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:04:47.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: audit 2023-11-08T01:04:47.151049+0000 mon.smithi063 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:04:47.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: audit 2023-11-08T01:04:47.151202+0000 mon.smithi063 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:04:47.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:47 smithi063 conmon[84397]: audit 2023-11-08T01:04:47.151347+0000 mon.smithi063 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:04:47.616 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:48.192 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1699405487,"num_remapped_pgs":0} 2023-11-08T01:04:48.428 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: audit 2023-11-08T01:04:47.613339+0000 mon.smithi063 2023-11-08T01:04:48.429 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: (mon.0) 315 : audit [DBG] from='client.? 172.21.15.63:0/1311342484' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:48.429 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: audit 2023-11-08T01:04:48.283148+0000 mon.smithi063 (mon.0) 316 : audit [INF] from='client.? 172.21.15.63:0/1282685440' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e03d3368-fab5-432e-9c68-e4c838ce50a4"}]: dispatch 2023-11-08T01:04:48.429 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: audit 2023-11-08T01:04:48.286630+0000 mon.smithi063 (mon.0) 317 : audit [INF] from='client.? 172.21.15.63:0/1282685440' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e03d3368-fab5-432e-9c68-e4c838ce50a4"}]': finished 2023-11-08T01:04:48.429 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: cluster 2023-11-08T01:04:48.286672+0000 mon.smithi063 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-08T01:04:48.429 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: audit 2023-11-08T01:04:48.286765+0000 mon.smithi063 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:48.430 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: audit 2023-11-08T01:04:48.287008+0000 mon.smithi063 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:48.430 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: audit 2023-11-08T01:04:48.287178+0000 mon.smithi063 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:48.430 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: audit 2023-11-08T01:04:48.287341+0000 mon.smithi063 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:04:48.430 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: audit 2023-11-08T01:04:48.287538+0000 mon.smithi063 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:04:48.431 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: audit 2023-11-08T01:04:48.287699+0000 mon.smithi063 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:04:48.431 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: audit 2023-11-08T01:04:48.287853+0000 mon.smithi063 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:04:48.431 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:48 smithi063 conmon[84397]: audit 2023-11-08T01:04:48.288010+0000 mon.smithi063 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:04:48.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: audit 2023-11-08T01:04:47.613339+0000 mon.smithi063 (mon.0) 315 2023-11-08T01:04:48.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: : audit [DBG] from='client.? 172.21.15.63:0/1311342484' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:48.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: audit 2023-11-08T01:04:48.283148+0000 mon.smithi063 (mon.0) 316 : audit [INF] from='client.? 172.21.15.63:0/1282685440' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e03d3368-fab5-432e-9c68-e4c838ce50a4"}]: dispatch 2023-11-08T01:04:48.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:04:48.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: 04:48.286630+0000 mon.smithi063 (mon.0) 317 : audit [INF] from='client.? 172.21.15.63:0/1282685440' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e03d3368-fab5-432e-9c68-e4c838ce50a4"}]': finished 2023-11-08T01:04:48.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: cluster 2023-11-08T01:04:48.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: 2023-11-08T01:04:48.286672+0000 mon.smithi063 (mon.0 2023-11-08T01:04:48.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: ) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-08T01:04:48.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:04:48.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: :04:48.286765+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:48.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: 319 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:04:48.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: audit 2023-11-08T01:04:48.287008 2023-11-08T01:04:48.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:04:48.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: 2023-11-08T01:04:48.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: audit 2023 2023-11-08T01:04:48.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: -11-08T01:04:48.287178+0000 mon.smithi063 (mon.0 2023-11-08T01:04:48.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: ) 321 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:04:48.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:04:48.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: 01:04:48.287341+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:48.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: 322 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:04:48.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:04:48.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: :04:48.287538+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:48.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: 323 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:04:48.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:04:48.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: 04:48.287699+0000 mon.smithi063 (mon.0) 324 2023-11-08T01:04:48.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:04:48.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: audit 2023-11-08T01:04: 2023-11-08T01:04:48.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: 48.287853+0000 mon.smithi063 (mon.0) 325 : audit 2023-11-08T01:04:48.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:04:48.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: audit 2023-11-08T01:04:48 2023-11-08T01:04:48.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: .288010+0000 mon.smithi063 (mon.0) 326 : audit 2023-11-08T01:04:48.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:48 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:04:49.193 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:49.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:49 smithi188 conmon[89266]: cluster 2023-11-08T01:04:48.208977+0000 mgr.smithi063.cuyera (mgr.14180) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:49.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:49 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:04:49.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:49 smithi188 conmon[89266]: 01:04:48.340026+0000 mon.smithi188 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.188:0/2068790323' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:49.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:49 smithi063 conmon[84397]: cluster 2023-11-08T01:04:48.208977+0000 mgr.smithi063.cuyera (mgr.14180) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:49.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:49 smithi063 conmon[84397]: audit 2023-11-08T01:04:48.340026+0000 mon.smithi188 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.188:0/2068790323' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:50.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:50 smithi188 conmon[89266]: audit 2023-11-08T01:04:49.503328+0000 mon.smithi063 (mon.0) 327 : audit 2023-11-08T01:04:50.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:50 smithi188 conmon[89266]: [DBG] from='client.? 172.21.15.63:0/2135617502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:50.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:50 smithi063 conmon[84397]: audit 2023-11-08T01:04:49.503328+0000 mon.smithi063 ( 2023-11-08T01:04:50.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:50 smithi063 conmon[84397]: mon.0) 327 : audit [DBG] from='client.? 172.21.15.63:0/2135617502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T01:04:51.070 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:51.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:51 smithi063 conmon[84397]: cluster 2023-11-08T01:04:50.209311+0000 mgr.smithi063.cuyera (mgr.14180) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:51.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:51 smithi063 conmon[84397]: audit 2023-11-08T01:04:51.069427+0000 mon.smithi063 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.63:0/3268900182' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:51 smithi188 conmon[89266]: cluster 2023-11-08T01:04:50.209311+0000 mgr.smithi063.cuyera (mgr.14180) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:51 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:04:51.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:51 smithi188 conmon[89266]: 01:04:51.069427+0000 mon.smithi063 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.63:0/3268900182' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:51.677 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699405488,"num_remapped_pgs":0} 2023-11-08T01:04:52.678 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:53.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:53 smithi188 conmon[89266]: cluster 2023-11-08T01:04:52.209707+0000 mgr.smithi063.cuyera (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:53.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:53 smithi063 conmon[84397]: cluster 2023-11-08T01:04:52.209707+0000 mgr.smithi063.cuyera (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:54.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:54 smithi188 conmon[89266]: audit 2023-11-08T01:04:53.812469+0000 mon.smithi063 (mon.0) 329 : 2023-11-08T01:04:54.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:54 smithi188 conmon[89266]: audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T01:04:54.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:54 smithi188 conmon[89266]: audit 2023-11-08T01:04:53.813112+0000 mon.smithi063 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:54.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:54 smithi063 conmon[84397]: audit 2023-11-08T01:04:53. 2023-11-08T01:04:54.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:54 smithi063 conmon[84397]: 812469+0000 mon.smithi063 (mon.0) 329 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T01:04:54.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:54 smithi063 conmon[84397]: audit 2023-11-08T01:04:53.813112+0000 mon.smithi063 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:55.128 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:55.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:55 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:53.813673+0000 mgr.smithi063.cuyera (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.0 on smithi188 2023-11-08T01:04:55.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:55 smithi188 conmon[89266]: cluster 2023-11-08T01:04:54.209984+0000 mgr.smithi063.cuyera (mgr.14180) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:55.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:55 smithi188 conmon[89266]: audit 2023-11-08T01:04:55.128033+0000 mon.smithi063 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.63:0/2275203145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:55.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:55 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:53.813673+0000 mgr.smithi063.cuyera (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.0 on smithi188 2023-11-08T01:04:55.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:55 smithi063 conmon[84397]: cluster 2023-11-08T01:04:54.209984+0000 mgr.smithi063.cuyera (mgr.14180) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:55.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:55 smithi063 conmon[84397]: audit 2023-11-08T01:04:55.128033+0000 mon.smithi063 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.63:0/2275203145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:04:56.160 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699405488,"num_remapped_pgs":0} 2023-11-08T01:04:56.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:56 smithi188 conmon[89266]: audit 2023-11-08T01:04:55.688273+0000 mon.smithi063 (mon.0) 2023-11-08T01:04:56.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:56 smithi188 conmon[89266]: 332 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T01:04:56.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:56 smithi188 conmon[89266]: audit 2023-11-08T01:04:55.688904+0000 mon.smithi063 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:56.429 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:56 smithi063 conmon[84397]: audit 2023-11-08T01:04:55.688273+0000 mon.smithi063 (mon.0) 332 2023-11-08T01:04:56.429 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:56 smithi063 conmon[84397]: : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T01:04:56.429 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:56 smithi063 conmon[84397]: audit 2023-11-08T01:04:55.688904+0000 mon.smithi063 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:57.162 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:04:57.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:57 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:55.689415+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:04:57.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:57 smithi188 conmon[89266]: 14180) 82 : cephadm [INF] Deploying daemon osd.1 on smithi063 2023-11-08T01:04:57.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:57 smithi188 conmon[89266]: cluster 2023-11-08T01:04:56.210212+0000 mgr.smithi063.cuyera (mgr.14180) 83 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:57.394 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:57 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:55.689415+0000 mgr.smithi063.cuyera (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.1 on smithi063 2023-11-08T01:04:57.394 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:57 smithi063 conmon[84397]: cluster 2023-11-08T01:04:56.210212+0000 mgr.smithi063.cuyera (mgr.14180) 83 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:59.487 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:04:59.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:59 smithi188 conmon[89266]: cluster 2023-11-08T01:04:58.210573+0000 mgr.smithi063.cuyera (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:59.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:59 smithi188 conmon[89266]: audit 2023-11-08T01:04:59.091076+0000 mon.smithi063 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:59.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:59 smithi188 conmon[89266]: audit 2023-11-08T01:04:59.091936+0000 mon.smithi063 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T01:04:59.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:04:59 smithi188 conmon[89266]: audit 2023-11-08T01:04:59.092602+0000 mon.smithi063 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:04:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:59 smithi063 conmon[84397]: cluster 2023-11-08T01:04:58.210573 2023-11-08T01:04:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:59 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:04:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:59 smithi063 conmon[84397]: audit 2023-11-08T01:04:59.091076+0000 mon.smithi063 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:04:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:59 smithi063 conmon[84397]: audit 2023-11-08T01:04:59.091936+0000 mon.smithi063 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T01:04:59.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:04:59 smithi063 conmon[84397]: audit 2023-11-08T01:04:59.092602+0000 mon.smithi063 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:00.396 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699405488,"num_remapped_pgs":0} 2023-11-08T01:05:00.515 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:00 smithi063 conmon[84397]: cephadm 2023-11-08T01:04:59.093193+0000 2023-11-08T01:05:00.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:00 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.2 on smithi188 2023-11-08T01:05:00.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:00 smithi063 conmon[84397]: audit 2023-11-08T01 2023-11-08T01:05:00.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:00 smithi063 conmon[84397]: :04:59.485835+0000 mon.smithi063 (mon.0) 337 2023-11-08T01:05:00.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:00 smithi063 conmon[84397]: : audit [DBG] from='client.? 172.21.15.63:0/3227639627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:00.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:00 smithi188 conmon[89266]: cephadm 2023-11-08T01:04:59.093193+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:05:00.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:00 smithi188 conmon[89266]: .14180) 85 : cephadm [INF] Deploying daemon osd.2 on smithi188 2023-11-08T01:05:00.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:00 smithi188 conmon[89266]: audit 2023-11-08T01:04:59.485835+0000 mon.smithi063 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.63:0/3227639627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:01.397 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:05:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:01 smithi188 conmon[89266]: cluster 2023-11-08T01:05:00.210815+0000 mgr.smithi063.cuyera (mgr.14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:05:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:01 smithi063 conmon[84397]: cluster 2023-11-08T01:05:00.210815 2023-11-08T01:05:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:01 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:05:02.800 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: audit 2023-11-08T01:05:01.522364+0000 mon.smithi063 (mon. 2023-11-08T01:05:02.800 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: 0) 338 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:02.800 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: audit 2023-11-08T01:05:01.523136+0000 mon.smithi063 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T01:05:02.800 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: audit 2023-11-08T01:05:01.523842+0000 mon.smithi063 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:02.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: cephadm 2023-11-08T01:05:01.524440+0000 mgr.smithi063.cuyera (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.3 on smithi063 2023-11-08T01:05:02.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: audit 2023-11-08T01:05:02 2023-11-08T01:05:02.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: .272141+0000 mon.smithi188 (mon.1) 2023-11-08T01:05:02.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: 10 : audit [INF] from='osd.0 [v2:172.21.15.188:6800/2255905770,v1:172.21.15.188:6801/2255905770]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T01:05:02.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: audit 2023- 2023-11-08T01:05:02.802 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: 11-08T01:05:02.272517+0000 2023-11-08T01:05:02.802 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: mon.smithi063 (mon.0) 341 2023-11-08T01:05:02.802 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:02 smithi063 conmon[84397]: : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T01:05:02.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: audit 2023-11-08T01:05:01.522364+0000 mon.smithi063 ( 2023-11-08T01:05:02.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:02.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: audit 2023-11-08T01:05:01.523136+0000 mon.smithi063 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T01:05:02.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: audit 2023-11-08T01:05:01.523842+0000 2023-11-08T01:05:02.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: mon.smithi063 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:02.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: cephadm 2023-11-08T01:05:02.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: 2023-11-08T01:05:01.524440+0000 mgr.smithi063.cuyera ( 2023-11-08T01:05:02.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: mgr.14180) 87 : cephadm [INF] Deploying daemon osd.3 on smithi063 2023-11-08T01:05:02.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:05:02.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: 11-08T01:05:02.272141+0000 mon.smithi188 (mon.1) 2023-11-08T01:05:02.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: 10 : audit [INF] from='osd.0 [v2:172.21.15.188:6800/2255905770,v1:172.21.15.188:6801/2255905770]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T01:05:02.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:02.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: 08T01:05:02.272517+0000 mon.smithi063 (mon. 2023-11-08T01:05:02.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:02 smithi188 conmon[89266]: 0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T01:05:03.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: cluster 2023-11-08T01:05:02.211059+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:05:03.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 88 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:05:03.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit 2023-11-08T01:05:02.527720+0000 mon.smithi063 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T01:05:03.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: cluster 2023-11-08T01:05:02.527850+0000 mon.smithi063 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-08T01:05:03.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit 2023-11-08T01:05:02.527954+0000 mon.smithi063 (mon.0) 344 : audit 2023-11-08T01:05:03.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:05:03.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:05:03.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 05:02.528268+0000 mon.smithi063 (mon.0) 345 : audit 2023-11-08T01:05:03.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:03.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:05:03.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 01:05:02.528434+0000 mon.smithi063 (mon 2023-11-08T01:05:03.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: .0) 346 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:03.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:03.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 08T01:05:02.528607 2023-11-08T01:05:03.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 347 : audit 2023-11-08T01:05:03.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:03.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:03.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 08T01:05:02.528688+0000 2023-11-08T01:05:03.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: mon.smithi188 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.188:6800/2255905770,v1:172.21.15.188:6801/2255905770]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:03.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit 2023-11-08T01:05:03.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 2023-11-08T01:05: 2023-11-08T01:05:03.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 02.528795+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:03.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 348 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:03.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:05:03.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 11-08T01:05:02 2023-11-08T01:05:03.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: .528962+0000 mon.smithi063 (mon.0) 349 : 2023-11-08T01:05:03.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:03.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:03.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 08T01:05:02.529208+0000 2023-11-08T01:05:03.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: mon.smithi063 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:03.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 2023-11-08T01:05:03.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit 2023-11-08T01:05:03.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 2023-11-08T01:05:02. 2023-11-08T01:05:03.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: 529451+0000 mon.smithi063 (mon.0) 351 : audit [INF] 2023-11-08T01:05:03.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:03.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:05:03.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: -08T01:05:02.529680 2023-11-08T01:05:03.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 352 : audit [DBG] 2023-11-08T01:05:03.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:03 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:03.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: cluster 2023-11-08T01:05:02.211059+0000 mgr.smithi063.cuyera (mgr.14180) 88 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:05:03.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: audit 2023-11-08T01:05:02.527720+0000 mon.smithi063 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T01:05:03.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: cluster 2023-11-08T01:05:02.527850+0000 mon.smithi063 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-08T01:05:03.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: audit 2023-11-08T01:05:02.527954+0000 mon.smithi063 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:05:03.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: audit 2023-11-08T01:05:02.528268+0000 mon.smithi063 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:03.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: audit 2023-11-08T01:05:02.528434+0000 mon.smithi063 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:03.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: audit 2023-11-08T01:05:02.528607+0000 mon.smithi063 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:03.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: audit 2023-11-08T01:05:02.528688+0000 mon.smithi188 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.188:6800/2255905770,v1:172.21.15.188:6801/2255905770]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:03.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: audit 2023-11-08T01:05:02.528795+0000 mon.smithi063 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:03.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: audit 2023-11-08T01:05:02.528962+0000 mon.smithi063 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:03.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: audit 2023-11-08T01:05:02.529208+0000 mon.smithi063 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:03.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: audit 2023-11-08T01:05:02.529451+0000 mon.smithi063 (mon.0) 351 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:03.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:03 smithi063 conmon[84397]: audit 2023-11-08T01:05:02.529680+0000 mon.smithi063 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:03.967 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:05:04.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:03.528912+0000 mon.smithi063 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-11-08T01:05:04.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: cluster 2023-11-08T01:05:03.528987+0000 mon.smithi063 (mon.0) 354 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-08T01:05:04.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:03.529325+0000 mon.smithi063 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:05:04.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:03.529580+0000 mon.smithi063 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:04.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:03.529807+0000 mon.smithi063 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:04.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:03.529979+0000 mon.smithi063 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:04.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:03.530154+0000 mon.smithi063 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:04.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:03.533357+0000 mon.smithi063 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:04.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:03.533578+0000 mon.smithi063 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:04.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:03.533759+0000 mon.smithi063 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:04.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:03.533967+0000 mon.smithi063 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:05:04.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:03.967239+0000 mon.smithi063 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.63:0/3916634758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:04.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.346906+0000 mon.smithi063 (mon.0) 365 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:04.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.347670+0000 mon.smithi063 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T01:05:04.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:04 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.348494+0000 mon.smithi063 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:04.813 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11-08T01:05:03.528912+0000 mon.smithi063 2023-11-08T01:05:04.813 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-11-08T01:05:04.814 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: cluster 2023-11-08T01:05:03.528987+0000 mon.smithi063 (mon.0) 354 : cluster 2023-11-08T01:05:04.814 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-08T01:05:04.814 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.814 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 2023-11 2023-11-08T01:05:04.814 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: -08T01:05:03.529325 2023-11-08T01:05:04.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 355 : audit [DBG] 2023-11-08T01:05:04.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:05:04.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:05:04.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: :05:03.529580+0000 mon.smithi063 (mon.0) 356 2023-11-08T01:05:04.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:04.816 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.816 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 2023-11 2023-11-08T01:05:04.816 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: -08T01:05:03.529807 2023-11-08T01:05:04.816 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 357 : 2023-11-08T01:05:04.816 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:04.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 2023-11- 2023-11-08T01:05:04.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 08T01:05:03.529979+0000 2023-11-08T01:05:04.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: mon.smithi063 (mon.0) 358 : audit [DBG] 2023-11-08T01:05:04.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:04.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:05:04.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: -08T01:05:03.530154+0000 2023-11-08T01:05:04.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: mon.smithi063 (mon.0) 359 : audit 2023-11-08T01:05:04.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:04.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 2023-11 2023-11-08T01:05:04.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: -08T01:05:03.533357 2023-11-08T01:05:04.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 360 : audit 2023-11-08T01:05:04.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:04.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:04.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 08T01:05:03.533578+0000 2023-11-08T01:05:04.820 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: mon.smithi063 (mon.0) 361 : audit 2023-11-08T01:05:04.820 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:04.820 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.820 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 2023-11-08T01: 2023-11-08T01:05:04.820 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 05:03.533759+0000 mon.smithi063 (mon 2023-11-08T01:05:04.821 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: .0) 362 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:04.821 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 2023-11-08T01:05:04.821 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.821 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 2023-11-08T 2023-11-08T01:05:04.821 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 01:05:03.533967+0000 mon.smithi063 2023-11-08T01:05:04.822 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: (mon.0) 363 : audit [DBG] 2023-11-08T01:05:04.822 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:05:04.822 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.822 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 2023-11- 2023-11-08T01:05:04.822 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 08T01:05:03.967239 2023-11-08T01:05:04.822 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 364 : 2023-11-08T01:05:04.823 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit [DBG] from='client.? 172.21.15.63:0/3916634758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:04.823 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.823 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 2023-11- 2023-11-08T01:05:04.823 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 08T01:05:04.346906+0000 2023-11-08T01:05:04.823 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: mon.smithi063 (mon.0) 365 : audit 2023-11-08T01:05:04.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:04.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 2023-11-08T01:05:04. 2023-11-08T01:05:04.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 347670+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:04.824 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: 366 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T01:05:04.825 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:04.825 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: -11-08T01:05:04.348494 2023-11-08T01:05:04.825 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 367 : audit 2023-11-08T01:05:04.825 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:04 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:05.289 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699405488,"num_remapped_pgs":0} 2023-11-08T01:05:05.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: cluster 2023-11-08T01:05:03.236381+0000 osd.0 ( 2023-11-08T01:05:05.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:05.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: cluster 2023-11-08T01:05:03.236449+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:05.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: cluster 2023-11-08T01:05:04.211314+0000 mgr.smithi063.cuyera (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:05:05.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: cephadm 2023-11-08T01:05:04.349324+0000 mgr.smithi063.cuyera (mgr.14180) 90 : cephadm [INF] Deploying daemon osd.4 on smithi188 2023-11-08T01:05:05.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: cluster 2023-11-08T01:05:04.533858+0000 mon.smithi063 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.188:6800/2255905770,v1:172.21.15.188:6801/2255905770] boot 2023-11-08T01:05:05.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: cluster 2023-11-08T 2023-11-08T01:05:05.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: 01:05:04.533898+0000 mon.smithi063 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-08T01:05:05.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.534187+0000 2023-11-08T01:05:05.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: mon.smithi063 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:05:05.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:05:05.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: 05:04.534424+0000 mon.smithi063 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:05:05.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: 2023-11-08T01:05:05.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: audit 2023-11-08T01:05: 2023-11-08T01:05:05.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: 04.534605+0000 mon.smithi063 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:05.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.534738+0000 mon.smithi063 2023-11-08T01:05:05.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:05.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.534856+0000 mon.smithi063 2023-11-08T01:05:05.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:05.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: audit 2023-11-08T01:05:04.534978+0000 mon.smithi063 2023-11-08T01:05:05.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:05.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:05:05.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: -08T01:05:04.535093+0000 mon.smithi063 2023-11-08T01:05:05.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:05.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:05:05.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: -08T01:05:04.535231+0000 mon.smithi063 2023-11-08T01:05:05.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:05.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:05:05.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: 11-08T01:05:04.535373+0000 2023-11-08T01:05:05.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: mon.smithi063 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:05.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:05:05.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: 11-08T01:05:04.689128+0000 mon.smithi063 2023-11-08T01:05:05.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:05 smithi188 conmon[89266]: (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.63:6802/3348466711,v1:172.21.15.63:6803/3348466711]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T01:05:05.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: cluster 2023-11-08T01:05:03.236381+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:05.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: cluster 2023-11-08T01:05:03.236449+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:05.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: cluster 2023-11-08T01:05:04.211314+0000 mgr.smithi063.cuyera (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:05:05.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: cephadm 2023-11-08T01:05:04.349324+0000 mgr.smithi063.cuyera (mgr.14180) 90 : cephadm [INF] Deploying daemon osd.4 on smithi188 2023-11-08T01:05:05.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: cluster 2023-11-08T01:05:04.533858+0000 mon.smithi063 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.188:6800/2255905770,v1:172.21.15.188:6801/2255905770] boot 2023-11-08T01:05:05.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: cluster 2023-11-08T01:05:04.533898+0000 mon.smithi063 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-08T01:05:05.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.534187+0000 mon.smithi063 (mon. 2023-11-08T01:05:05.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: 0) 370 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:05:05.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.534424+0000 mon.smithi063 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T01:05:05.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.534605+0000 mon.smithi063 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:05.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.534738+0000 mon.smithi063 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:05.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.534856+0000 mon.smithi063 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:05.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.534978+0000 mon.smithi063 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:05.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.535093+0000 mon.smithi063 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:05.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.535231+0000 mon.smithi063 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:05.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.535373+0000 mon.smithi063 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:05.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:05 smithi063 conmon[84397]: audit 2023-11-08T01:05:04.689128+0000 mon.smithi063 (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.63:6802/3348466711,v1:172.21.15.63:6803/3348466711]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T01:05:06.291 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:05:06.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:06 smithi188 conmon[89266]: audit 2023-11-08T01:05:05.543729+0000 mon.smithi063 (mon.0) 380 : audit [INF] from='osd.1 [v2:172.21.15.63:6802/3348466711,v1:172.21.15.63:6803/3348466711]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T01:05:06.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:06 smithi188 conmon[89266]: cluster 2023-11-08T01:05:05.543807+0000 mon.smithi063 (mon.0) 381 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-08T01:05:06.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:06 smithi188 conmon[89266]: audit 2023-11-08T01:05:05.543952+0000 mon.smithi063 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:06.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:06 smithi188 conmon[89266]: audit 2023-11-08T01:05:05.544403+0000 mon.smithi063 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:06.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:06 smithi188 conmon[89266]: audit 2023-11-08T01:05:05.544700+0000 mon.smithi063 (mon.0) 384 : audit [INF] from='osd.1 [v2:172.21.15.63:6802/3348466711,v1:172.21.15.63:6803/3348466711]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-11-08T01:05:06.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:06 smithi188 conmon[89266]: audit 2023-11-08T01:05:05.545041+0000 mon.smithi063 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:06.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:06 smithi188 conmon[89266]: audit 2023-11-08T01:05:05.545304+0000 mon.smithi063 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:06.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:06 smithi188 conmon[89266]: audit 2023-11-08T01:05:05.545568+0000 mon.smithi063 (mon.0) 387 : 2023-11-08T01:05:06.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:06 smithi188 conmon[89266]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:06.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:06 smithi188 conmon[89266]: audit 2023-11-08T01:05:05.545878+0000 mon.smithi063 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:06.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:06 smithi188 conmon[89266]: audit 2023-11-08T01:05:05.546132+0000 mon.smithi063 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:06.810 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: audit 2023-11-08T01:05:05.543729+0000 mon.smithi063 (mon.0 2023-11-08T01:05:06.810 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: ) 380 : audit [INF] from='osd.1 [v2:172.21.15.63:6802/3348466711,v1:172.21.15.63:6803/3348466711]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T01:05:06.811 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: cluster 2023-11-08T01:05:05.543807+0000 mon.smithi063 (mon.0) 381 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-08T01:05:06.811 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: audit 2023-11-08T01:05:05.543952+0000 mon.smithi063 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:06.811 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: audit 2023-11-08T01:05:05.544403+0000 mon.smithi063 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:06.811 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: audit 2023-11-08T01:05:05.544700+0000 mon.smithi063 (mon.0) 384 : audit [INF] from='osd.1 [v2:172.21.15.63:6802/3348466711,v1:172.21.15.63:6803/3348466711]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-11-08T01:05:06.811 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: audit 2023-11-08T01:05:05.545041+0000 mon.smithi063 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:06.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: audit 2023-11-08T01:05:05.545304+0000 mon.smithi063 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:06.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: audit 2023-11-08T01:05:05.545568+0000 mon.smithi063 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:06.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: audit 2023-11-08T01:05:05.545878+0000 mon.smithi063 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:06.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: audit 2023-11-08T01:05:05.546132+0000 mon.smithi063 (mon.0) 389 2023-11-08T01:05:06.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:06 smithi063 conmon[84397]: : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:07.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: cluster 2023-11-08T01:05:06.211679 2023-11-08T01:05:07.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: +0000 mgr.smithi063.cuyera (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T01:05:07.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:05:07.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 01:05:06.548460+0000 mon.smithi063 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.63:6802/3348466711,v1:172.21.15.63:6803/3348466711]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2023-11-08T01:05:07.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: cluster 2023-11-08T01:05:07.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 2023-11-08T01:05:06.548544 2023-11-08T01:05:07.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 391 : cluster 2023-11-08T01:05:07.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-08T01:05:07.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: audit 2023-11-08T01:05:07.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 2023-11-08T01:05 2023-11-08T01:05:07.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: :06.548902+0000 mon.smithi063 (mon 2023-11-08T01:05:07.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: .0) 392 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:07.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 2023-11-08T01:05:07.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:05:07.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 11-08T01:05:06 2023-11-08T01:05:07.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: .549320+0000 mon.smithi063 (mon.0 2023-11-08T01:05:07.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: ) 393 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:07.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:07.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: -11-08T01:05:06. 2023-11-08T01:05:07.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 549782+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:07.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 394 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:07.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:07.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: -11-08T01:05:06 2023-11-08T01:05:07.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: .549950+0000 mon.smithi063 (mon.0 2023-11-08T01:05:07.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: ) 395 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:07.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:07.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: -11-08T01:05:06. 2023-11-08T01:05:07.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 550072+0000 mon.smithi063 (mon.0 2023-11-08T01:05:07.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: ) 396 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:07.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:07.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: -11-08T01:05:06. 2023-11-08T01:05:07.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 550302+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:07.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 397 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:07.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:07.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: -11-08T01:05:06. 2023-11-08T01:05:07.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 550496+0000 mon.smithi063 (mon.0 2023-11-08T01:05:07.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: ) 398 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:07.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:07.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: -11-08T01:05:06. 2023-11-08T01:05:07.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 552817+0000 mon.smithi063 (mon.0) 399 2023-11-08T01:05:07.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:07.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:07.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: -11-08T01:05:07. 2023-11-08T01:05:07.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 538866+0000 mon.smithi188 (mon.1 2023-11-08T01:05:07.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: ) 12 : audit [INF] from='osd.2 [v2:172.21.15.188:6808/1477090308,v1:172.21.15.188:6809/1477090308]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T01:05:07.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:07.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: -11-08T01:05:07. 2023-11-08T01:05:07.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 539249+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:07.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:07 smithi188 conmon[89266]: 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T01:05:07.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: cluster 2023-11-08T01:05:06.211679+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:05:07.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: 14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T01:05:07.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: audit 2023-11-08T01:05:06.548460+0000 mon.smithi063 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.63:6802/3348466711,v1:172.21.15.63:6803/3348466711]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2023-11-08T01:05:07.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: cluster 2023-11-08T01:05:06.548544+0000 mon.smithi063 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-08T01:05:07.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: audit 2023-11-08T01:05:06.548902+0000 mon.smithi063 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:07.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: audit 2023-11-08T01:05:06.549320+0000 mon.smithi063 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:07.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: audit 2023-11-08T01:05:06.549782+0000 mon.smithi063 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:07.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: audit 2023-11-08T01:05:06.549950+0000 mon.smithi063 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:07.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: audit 2023-11-08T01:05:06.550072+0000 mon.smithi063 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:07.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: audit 2023-11-08T01:05:06.550302+0000 mon.smithi063 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:07.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: audit 2023-11-08T01:05:06.550496+0000 mon.smithi063 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:07.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: audit 2023-11-08T01:05:06.552817+0000 mon.smithi063 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:07.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.538866+0000 mon.smithi188 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.188:6808/1477090308,v1:172.21.15.188:6809/1477090308]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T01:05:07.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:07 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.539249+0000 mon.smithi063 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T01:05:08.594 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:05:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: cluster 2023-11-08T01:05:05.650612 2023-11-08T01:05:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: +0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: cluster 2023-11-08T01:05:05.650662+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: cluster 2023-11-08T01:05:07.549322+0000 mon.smithi063 (mon.0) 401 : cluster [INF] osd.1 [v2:172.21.15.63:6802/3348466711,v1:172.21.15.63:6803/3348466711] boot 2023-11-08T01:05:08.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:07.549377+0000 mon.smithi063 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T01:05:08.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: cluster 2023-11-08T01:05:07.549433+0000 mon.smithi063 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-08T01:05:08.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:07.549967+0000 mon.smithi188 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.188:6808/1477090308,v1:172.21.15.188:6809/1477090308]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:08.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: 2023-11-08T01:05: 2023-11-08T01:05:08.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: 07.550091+0000 mon.smithi063 (mon. 2023-11-08T01:05:08.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: 0) 404 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:08.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:05:08.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: 11-08T01:05:07.550400+0000 2023-11-08T01:05:08.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: mon.smithi063 (mon.0) 405 : audit 2023-11-08T01:05:08.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:08.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: 2023-11-08T01:05: 2023-11-08T01:05:08.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: 07.550648+0000 mon.smithi063 (mon.0) 406 : 2023-11-08T01:05:08.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:08.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:07.550974+0000 2023-11-08T01:05:08.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: mon.smithi063 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:08.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:07.551164+0000 mon.smithi063 2023-11-08T01:05:08.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:08.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:07.551383+0000 mon.smithi063 (mon.0 2023-11-08T01:05:08.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: ) 409 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:08.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: 2023-11-08T01:05:07.551621+0000 mon.smithi063 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:08.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:07.554840+0000 2023-11-08T01:05:08.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: mon.smithi063 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:08.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.550663+0000 mon.smithi063 (mon 2023-11-08T01:05:08.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: .0) 412 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-11-08T01:05:08.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: cluster 2023-11-08T01:05:08.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: 2023-11-08T01:05:08.550730+0000 mon.smithi063 (mon.0) 413 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-08T01:05:08.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.550818 2023-11-08T01:05:08.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:08.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.551081 2023-11-08T01:05:08.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:08.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:08 2023-11-08T01:05:08.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: .551248+0000 mon.smithi063 (mon.0) 416 : audit [DBG] 2023-11-08T01:05:08.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:08.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: 2023-11-08T01:05:08.551432+0000 mon.smithi063 2023-11-08T01:05:08.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:08.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:05:08.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: :05:08.551613+0000 mon.smithi063 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:08.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:08 smithi188 conmon[89266]: 2023-11-08T01:05:08.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: cluster 2023-11-08T01:05: 2023-11-08T01:05:08.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: 05.650612+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:08.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: cluster 2023-11-08T01:05:05.650662+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:08.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: cluster 2023-11-08T01:05:07.549322+0000 mon.smithi063 (mon.0) 401 : cluster [INF] osd.1 [v2:172.21.15.63:6802/3348466711,v1:172.21.15.63:6803/3348466711] boot 2023-11-08T01:05:08.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.549377+0000 mon.smithi063 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T01:05:08.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: cluster 2023-11-08T01:05:07.549433+0000 mon.smithi063 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-08T01:05:08.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.549967+0000 mon.smithi188 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.188:6808/1477090308,v1:172.21.15.188:6809/1477090308]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:08.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.550091+0000 mon.smithi063 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T01:05:08.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.550400+0000 mon.smithi063 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:08.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.550648+0000 mon.smithi063 (mon.0) 406 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:08.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.550974+0000 mon.smithi063 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:08.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.551164+0000 mon.smithi063 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:08.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.551383+0000 mon.smithi063 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:08.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.551621+0000 mon.smithi063 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:08.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:07.554840+0000 mon.smithi063 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:08.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:08.550663+0000 mon.smithi063 (mon.0) 412 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-11-08T01:05:08.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: cluster 2023-11-08T01:05:08.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: 2023-11-08T01:05:08.550730+0000 mon.smithi063 (mon.0) 413 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-08T01:05:08.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:08.550818+0000 mon.smithi063 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:08.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:08.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: 2023-11-08T01:05:08.551081+0000 mon.smithi063 (mon.0) 415 : audit 2023-11-08T01:05:08.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:08.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023 2023-11-08T01:05:08.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: -11-08T01:05:08.551248+0000 mon.smithi063 2023-11-08T01:05:08.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:08.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T01:05:08.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: 2023-11-08T01:05 2023-11-08T01:05:08.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: :08.551432+0000 mon.smithi063 (mon.0) 417 : audit 2023-11-08T01:05:08.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:08.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: audit 2023-11-08T 2023-11-08T01:05:08.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: 01:05:08.551613+0000 mon.smithi063 (mon.0 2023-11-08T01:05:08.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:08 smithi063 conmon[84397]: ) 418 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:09.245 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1699405507,"num_in_osds":8,"osd_in_since":1699405488,"num_remapped_pgs":0} 2023-11-08T01:05:09.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:09 smithi188 conmon[89266]: cluster 2023-11-08T01:05:08.211936+0000 mgr.smithi063.cuyera (mgr.14180) 92 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T01:05:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:09 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.551800+0000 mon.smithi063 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:09 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.557459+0000 mon.smithi063 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:09 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.593972+0000 mon.smithi063 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.63:0/2610720283' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:09 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.751265+0000 mon.smithi063 (mon.0) 422 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:09 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.751951+0000 mon.smithi063 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T01:05:09.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:09 smithi188 conmon[89266]: audit 2023-11-08T01:05:08.752499+0000 mon.smithi063 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:09.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:09 smithi063 conmon[84397]: cluster 2023-11-08T01:05:08.211936+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:05:09.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:09 smithi063 conmon[84397]: .14180) 92 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T01:05:09.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:09 smithi063 conmon[84397]: audit 2023-11-08T01:05:08.551800+0000 mon.smithi063 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:09.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:09 smithi063 conmon[84397]: audit 2023-11-08T01:05:08.557459+0000 mon.smithi063 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:09.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:09 smithi063 conmon[84397]: audit 2023-11-08T01:05:08.593972+0000 mon.smithi063 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.63:0/2610720283' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:09.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:09 smithi063 conmon[84397]: audit 2023-11-08T01:05:08.751265+0000 mon.smithi063 (mon.0) 422 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:09.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:09 smithi063 conmon[84397]: audit 2023-11-08T01:05:08.751951+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:09.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:09 smithi063 conmon[84397]: 423 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T01:05:09.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:09 smithi063 conmon[84397]: audit 2023-11-08T01:05:08.752499+0000 mon.smithi063 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:10.247 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:05:10.858 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: cluster 2023-11-08T01:05:08.575735+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:10.858 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: cluster 2023-11-08T01:05:08.575783+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:10.859 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: cephadm 2023-11-08T01:05:08.753017+0000 mgr.smithi063.cuyera (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.5 on smithi063 2023-11-08T01:05:10.859 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: audit 2023-11-08T01:05:09.554642+0000 mon.smithi063 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:10.859 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: audit 2023-11-08T01:05:09.560032+0000 mon.smithi063 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:10.859 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: audit 2023-11-08T01:05:09.560760+0000 mon.smithi063 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T01:05:10.859 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: cluster 2023-11-08T01:05:09.563709+0000 mon.smithi063 (mon.0) 428 : cluster [INF] osd.2 [v2:172.21.15.188:6808/1477090308,v1:172.21.15.188:6809/1477090308] boot 2023-11-08T01:05:10.860 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: cluster 2023-11-08T01:05:09.563755+0000 mon.smithi063 (mon.0) 429 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-08T01:05:10.860 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: audit 2023- 2023-11-08T01:05:10.860 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: 11-08T01:05:09.563863+0000 mon.smithi063 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:10.860 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: audit 2023-11-08T01:05:09.564082+0000 mon.smithi063 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:10.861 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: audit 2023-11-08T01:05:09.564286+0000 mon.smithi063 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:10.861 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: audit 2023-11-08T01:05:09.564478+0000 mon.smithi063 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:10.861 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: audit 2023-11-08T01:05:09.564652+0000 mon.smithi063 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:10.861 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: audit 2023-11-08T01:05:09.564799+0000 mon.smithi063 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:10.861 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: audit 2023-11-08T01:05:09.564949+0000 mon.smithi063 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:10.862 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:10 smithi063 conmon[84397]: audit 2023-11-08T01:05:09.565124+0000 mon.smithi063 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-08T01:05:10.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: cluster 2023-11-08T01:05:08.575735+0000 osd.2 (osd 2023-11-08T01:05:10.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: .2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:10.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: cluster 2023-11-08T01:05:08.575783+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:10.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: cephadm 2023-11-08T01:05:08.753017+0000 mgr.smithi063.cuyera (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.5 on smithi063 2023-11-08T01:05:10.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:10.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 08T01:05:09.554642+0000 mon.smithi063 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:10.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: audit 2023-11-08T01:05:10.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 2023-11-08T01:05:09 2023-11-08T01:05:10.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: .560032+0000 mon.smithi063 (mon.0) 426 2023-11-08T01:05:10.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:10.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: audit 2023-11-08T01:05:10.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 2023-11-08T01:05:09 2023-11-08T01:05:10.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: .560760+0000 mon.smithi063 (mon.0) 427 2023-11-08T01:05:10.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T01:05:10.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: cluster 2023-11-08T01:05:10.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 2023-11-08T01:05: 2023-11-08T01:05:10.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 09.563709+0000 mon.smithi063 (mon.0 2023-11-08T01:05:10.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: ) 428 : cluster [INF] osd.2 [v2:172.21.15.188:6808/1477090308,v1:172.21.15.188:6809/1477090308] boot 2023-11-08T01:05:10.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: cluster 2023-11- 2023-11-08T01:05:10.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 08T01:05:09.563755+0000 2023-11-08T01:05:10.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: mon.smithi063 (mon.0) 429 : cluster [DBG] 2023-11-08T01:05:10.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: osdmap e21: 8 total, 3 up, 8 in 2023-11-08T01:05:10.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:10.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 08T01:05:09.563863+0000 2023-11-08T01:05:10.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: mon.smithi063 (mon.0) 430 : audit [DBG] 2023-11-08T01:05:10.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:10.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: audit 2023-11-08 2023-11-08T01:05:10.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: T01:05:09.564082+0000 2023-11-08T01:05:10.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: mon.smithi063 (mon.0) 431 : audit [DBG] 2023-11-08T01:05:10.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T01:05:10.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:10.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 08T01:05:09.564286+0000 2023-11-08T01:05:10.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: mon.smithi063 (mon.0) 432 : audit 2023-11-08T01:05:10.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:10.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: audit 2023-11-08T01:05:10.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 2023-11-08T01:05:09 2023-11-08T01:05:10.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: .564478+0000 mon.smithi063 (mon.0) 433 2023-11-08T01:05:10.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:10.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:05:10.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 11-08T01:05:09. 2023-11-08T01:05:10.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 564652+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:10.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 434 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:10.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:05:10.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 11-08T01:05:09. 2023-11-08T01:05:10.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 564799+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:10.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 435 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:10.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:10.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: -11-08T01:05:09. 2023-11-08T01:05:10.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 564949+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:10.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 436 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:10.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:10.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: -11-08T01:05:09. 2023-11-08T01:05:10.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 565124+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:10.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:10 smithi188 conmon[89266]: 437 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-08T01:05:11.678 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:11 smithi188 conmon[89266]: cephadm 2023-11-08T01:05:10.009268+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:05:11.678 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:11 smithi188 conmon[89266]: 14180) 94 : cephadm [INF] Deploying daemon osd.6 on smithi188 2023-11-08T01:05:11.678 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:11 smithi188 conmon[89266]: cluster 2023-11-08T01:05:10.212209+0000 mgr.smithi063.cuyera (mgr.14180) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T01:05:11.679 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:11 smithi188 conmon[89266]: audit 2023-11-08T01:05:10.567857+0000 mon.smithi063 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-08T01:05:11.679 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:11 smithi188 conmon[89266]: cluster 2023-11-08T01:05:10.567911+0000 mon.smithi063 (mon.0) 439 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-08T01:05:11.679 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:11 smithi188 conmon[89266]: audit 2023-11-08T01:05:10.568044+0000 mon.smithi063 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:11.679 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:11 smithi188 conmon[89266]: audit 2023-11-08T01:05:10.568405+0000 mon.smithi063 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:11.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:11 smithi188 conmon[89266]: audit 2023-11-08T01:05:10.568653+0000 mon.smithi063 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:11.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:11 smithi188 conmon[89266]: audit 2023-11-08T01:05:10.568852+0000 mon.smithi063 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:11.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:11 smithi188 conmon[89266]: audit 2023-11-08T01:05:10.569083+0000 mon.smithi063 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:11.680 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:11 smithi188 conmon[89266]: audit 2023-11-08T01:05:10.569765+0000 mon.smithi063 (mon.0) 445 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-08T01:05:11.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:11 smithi063 conmon[84397]: cephadm 2023-11-08T01:05:10. 2023-11-08T01:05:11.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:11 smithi063 conmon[84397]: 009268+0000 mgr.smithi063.cuyera (mgr.14180) 94 : cephadm [INF] Deploying daemon osd.6 on smithi188 2023-11-08T01:05:11.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:11 smithi063 conmon[84397]: cluster 2023-11-08T01:05:10.212209+0000 mgr.smithi063.cuyera (mgr.14180) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T01:05:11.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:11 smithi063 conmon[84397]: audit 2023-11-08T01:05:10.567857+0000 mon.smithi063 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-08T01:05:11.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:11 smithi063 conmon[84397]: cluster 2023-11-08T01:05:10.567911+0000 mon.smithi063 (mon.0) 439 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-08T01:05:11.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:11 smithi063 conmon[84397]: audit 2023-11-08T01:05:10.568044+0000 mon.smithi063 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:11.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:11 smithi063 conmon[84397]: audit 2023-11-08T01:05:10.568405+0000 mon.smithi063 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:11.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:11 smithi063 conmon[84397]: audit 2023-11-08T01:05:10.568653+0000 mon.smithi063 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:11.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:11 smithi063 conmon[84397]: audit 2023-11-08T01:05:10.568852+0000 mon.smithi063 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:11.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:11 smithi063 conmon[84397]: audit 2023-11-08T01:05:10.569083+0000 mon.smithi063 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:11.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:11 smithi063 conmon[84397]: audit 2023-11-08T01:05:10.569765+0000 mon.smithi063 (mon.0) 445 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-08T01:05:12.850 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:05:12.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:12 smithi188 conmon[89266]: audit 2023-11-08T01:05:11.569412+0000 mon.smithi063 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-08T01:05:12.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:12 smithi188 conmon[89266]: cluster 2023-11-08T01:05:11.569466+0000 mon.smithi063 (mon.0) 447 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-08T01:05:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:12 smithi188 conmon[89266]: audit 2023-11-08T01:05:11.569812+0000 mon.smithi063 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:12 smithi188 conmon[89266]: audit 2023-11-08T01:05:11.570076+0000 mon.smithi063 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:12 smithi188 conmon[89266]: audit 2023-11-08T01:05:11.570228+0000 mon.smithi063 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:12 smithi188 conmon[89266]: audit 2023-11-08T01:05:11.570411+0000 mon.smithi063 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:12 smithi188 conmon[89266]: audit 2023-11-08T01:05:11.573050+0000 mon.smithi063 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:12.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:12 smithi188 conmon[89266]: audit 2023-11-08T01:05:11.906479+0000 mon.smithi063 (mon.0) 453 : audit [INF] from='osd.3 [v2:172.21.15.63:6810/1601984747,v1:172.21.15.63:6811/1601984747]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T01:05:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:12 smithi063 conmon[84397]: audit 2023-11-08T01:05: 2023-11-08T01:05:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:12 smithi063 conmon[84397]: 11.569412+0000 mon.smithi063 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-08T01:05:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:12 smithi063 conmon[84397]: cluster 2023-11-08T01:05:11.569466+0000 mon.smithi063 (mon.0) 447 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-08T01:05:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:12 smithi063 conmon[84397]: audit 2023-11-08T01:05:11.569812+0000 mon.smithi063 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:12.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:12 smithi063 conmon[84397]: audit 2023-11-08T01:05:11.570076+0000 mon.smithi063 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:12.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:12 smithi063 conmon[84397]: audit 2023-11-08T01:05:11.570228+0000 mon.smithi063 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:12.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:12 smithi063 conmon[84397]: audit 2023-11-08T01:05:11.570411+0000 mon.smithi063 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:12.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:12 smithi063 conmon[84397]: audit 2023-11-08T01:05:11.573050+0000 mon.smithi063 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:12.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:12 smithi063 conmon[84397]: audit 2023-11-08T01:05:11.906479+0000 mon.smithi063 (mon.0) 453 : audit [INF] from='osd.3 [v2:172.21.15.63:6810/1601984747,v1:172.21.15.63:6811/1601984747]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T01:05:13.646 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1699405509,"num_in_osds":8,"osd_in_since":1699405488,"num_remapped_pgs":0} 2023-11-08T01:05:13.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: cluster 2023-11-08T01:05:12.212590+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:05:13.905 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: 14180) 96 : cluster [DBG] pgmap v66: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-08T01:05:13.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: audit 2023-11-08T01:05:12.578105+0000 mon.smithi063 (mon.0) 454 : audit [INF] from='osd.3 [v2:172.21.15.63:6810/1601984747,v1:172.21.15.63:6811/1601984747]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T01:05:13.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: cluster 2023-11-08T01:05:12.578160+0000 mon.smithi063 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-08T01:05:13.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: audit 2023-11-08T01:05:12.578280+0000 mon.smithi063 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:13.906 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: audit 2023-11-08T01:05:12.578619+0000 mon.smithi063 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:13.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: audit 2023-11-08T01:05:12.578784+0000 mon.smithi063 (mon.0) 458 : audit [INF] from='osd.3 [v2:172.21.15.63:6810/1601984747,v1:172.21.15.63:6811/1601984747]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-11-08T01:05:13.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: audit 2023-11-08T01:05:12.578984+0000 mon.smithi063 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:13.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: audit 2023-11-08T01:05:12.579131+0000 mon.smithi063 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:13.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: audit 2023-11-08T01:05:12.579273+0000 mon.smithi063 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:13.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: audit 2023-11-08T01:05:12.745301+0000 mon.smithi188 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.188:6816/3735949369,v1:172.21.15.188:6817/3735949369]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T01:05:13.908 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: audit 2023-11-08T01:05:12.745665+0000 mon.smithi063 (mon.0) 462 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T01:05:13.908 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:13 smithi188 conmon[89266]: audit 2023-11-08T01:05:12.849984+0000 mon.smithi063 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.63:0/1961344689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:13.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: cluster 2023-11-08T01:05:12.212590+0000 mgr.smithi063.cuyera (mgr.14180) 96 : cluster [DBG] pgmap v66: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-08T01:05:13.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: audit 2023-11-08T01:05:12.578105+0000 mon.smithi063 (mon.0) 454 : audit [INF] from='osd.3 [v2:172.21.15.63:6810/1601984747,v1:172.21.15.63:6811/1601984747]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T01:05:13.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: cluster 2023-11-08T01:05:12.578160+0000 mon.smithi063 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-08T01:05:13.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: audit 2023-11-08T01:05:12.578280+0000 mon.smithi063 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:13.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: audit 2023-11-08T01:05:12 2023-11-08T01:05:13.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: .578619+0000 mon.smithi063 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:13.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:05:13.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: -08T01:05:12.578784+0000 mon.smithi063 (mon.0) 458 : audit 2023-11-08T01:05:13.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: [INF] from='osd.3 [v2:172.21.15.63:6810/1601984747,v1:172.21.15.63:6811/1601984747]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-11-08T01:05:13.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: audit 2023-11-08T01:05: 2023-11-08T01:05:13.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: 12.578984+0000 mon.smithi063 (mon.0) 459 : audit 2023-11-08T01:05:13.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:13.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: audit 2023-11-08T01: 2023-11-08T01:05:13.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: 05:12.579131+0000 mon.smithi063 (mon.0) 460 : 2023-11-08T01:05:13.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:13.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: audit 2023-11-08T01:05:13.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: 2023-11-08T01:05:12.579273+0000 2023-11-08T01:05:13.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: mon.smithi063 (mon.0) 461 : audit [DBG] 2023-11-08T01:05:13.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:13.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: audit 2023-11-08T01:05:13.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: 2023-11-08T01:05:12.745301+0000 2023-11-08T01:05:13.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: mon.smithi188 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.188:6816/3735949369,v1:172.21.15.188:6817/3735949369]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T01:05:13.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: 2023-11-08T01:05:13.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: audit 2023-11-08T01:05:12.745665+0000 2023-11-08T01:05:13.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: mon.smithi063 (mon.0) 462 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T01:05:13.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: audit 2023-11-08T01: 2023-11-08T01:05:13.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: 05:12.849984+0000 mon.smithi063 (mon.0) 463 2023-11-08T01:05:13.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:13 smithi063 conmon[84397]: : audit [DBG] from='client.? 172.21.15.63:0/1961344689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:14.647 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:05:14.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:13.582490 2023-11-08T01:05:14.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 464 : audit [INF] from='osd.3 [v2:172.21.15.63:6810/1601984747,v1:172.21.15.63:6811/1601984747]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2023-11-08T01:05:14.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:13.582582 2023-11-08T01:05:14.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 465 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T01:05:14.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: cluster 2023-11-08T01:05:14.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11- 2023-11-08T01:05:14.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 08T01:05:13.582627+0000 mon.smithi063 2023-11-08T01:05:14.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: (mon.0) 466 : cluster [DBG] 2023-11-08T01:05:14.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: osdmap e25: 8 total, 3 up, 8 in 2023-11-08T01:05:14.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:14.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: -11-08T01:05:13.583229+0000 2023-11-08T01:05:14.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: mon.smithi063 (mon.0) 467 : audit [DBG] 2023-11-08T01:05:14.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:14.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:14.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01:05:13.583568 2023-11-08T01:05:14.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: +0000 mon.smithi188 (mon.1) 15 : 2023-11-08T01:05:14.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit [INF] from='osd.4 [v2:172.21.15.188:6816/3735949369,v1:172.21.15.188:6817/3735949369]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:14.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:14.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01:05:13.583577 2023-11-08T01:05:14.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 468 : 2023-11-08T01:05:14.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:14.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:14.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01:05:13.584111 2023-11-08T01:05:14.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 469 : audit [DBG] 2023-11-08T01:05:14.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:14.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:14.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01:05:13.584345 2023-11-08T01:05:14.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 470 : audit 2023-11-08T01:05:14.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:14.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:14.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 08T01:05:13.584561+0000 mon.smithi063 (mon 2023-11-08T01:05:14.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: .0) 471 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:14.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01:05:14.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:05:14.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 11-08T01:05:13.590112+0000 2023-11-08T01:05:14.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: mon.smithi063 (mon.0) 472 : 2023-11-08T01:05:14.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:14.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:14.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01 2023-11-08T01:05:14.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: :05:13.590615+0000 mon.smithi063 ( 2023-11-08T01:05:14.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: mon.0) 473 : audit 2023-11-08T01:05:14.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:14.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:14.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01:05:14.113685 2023-11-08T01:05:14.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 474 2023-11-08T01:05:14.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-11-08T01:05:14.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: cluster 2023-11-08 2023-11-08T01:05:14.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: T01:05:14.113787+0000 mon.smithi063 ( 2023-11-08T01:05:14.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: mon.0) 475 : cluster [INF] 2023-11-08T01:05:14.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: osd.3 [v2:172.21.15.63:6810/1601984747,v1:172.21.15.63:6811/1601984747] boot 2023-11-08T01:05:14.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: cluster 2023- 2023-11-08T01:05:14.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 11-08T01:05:14.113824+0000 mon.smithi063 2023-11-08T01:05:14.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: (mon.0) 476 : cluster [DBG] 2023-11-08T01:05:14.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: osdmap e26: 8 total, 4 up, 8 in 2023-11-08T01:05:14.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:14.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01:05: 2023-11-08T01:05:14.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 14.116302+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:14.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 477 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:14.872 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:05:14.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 11-08T01:05:14.116623+0000 mon.smithi063 ( 2023-11-08T01:05:14.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:14.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01:05:14.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:14.873 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01:05:14.119186+0000 2023-11-08T01:05:14.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: mon.smithi063 (mon.0) 479 : audit 2023-11-08T01:05:14.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:14.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:14.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01:05:14.119441+0000 mon.smithi063 2023-11-08T01:05:14.874 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: (mon.0) 480 : audit [DBG] 2023-11-08T01:05:14.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:14.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: audit 2023-11-08T01:05:14.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 2023-11-08T01:05:14. 2023-11-08T01:05:14.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 119636+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:14.875 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:14 smithi188 conmon[89266]: 481 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:14.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05:13. 2023-11-08T01:05:14.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 582490+0000 mon.smithi063 (mon.0) 464 : audit [INF] from='osd.3 [v2:172.21.15.63:6810/1601984747,v1:172.21.15.63:6811/1601984747]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2023-11-08T01:05:14.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01: 2023-11-08T01:05:14.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 05:13.582582+0000 mon.smithi063 (mon.0) 465 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T01:05:14.877 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: cluster 2023- 2023-11-08T01:05:14.877 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 11-08T01:05:13.582627+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:14.877 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 466 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-08T01:05:14.877 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05:13.583229+0000 2023-11-08T01:05:14.877 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: mon.smithi063 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:14.877 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023- 2023-11-08T01:05:14.878 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 11-08T01:05:13.583568+0000 mon.smithi188 (mon 2023-11-08T01:05:14.878 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: .1) 15 : audit [INF] from='osd.4 [v2:172.21.15.188:6816/3735949369,v1:172.21.15.188:6817/3735949369]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:14.878 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05 2023-11-08T01:05:14.878 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: :13.583577+0000 mon.smithi063 (mon.0) 468 : audit [DBG] 2023-11-08T01:05:14.878 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:14.879 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05:14.879 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 2023-11-08T01:05:13.584111+0000 mon.smithi063 (mon.0) 469 2023-11-08T01:05:14.879 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:14.879 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05:14.879 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 2023-11-08T01:05:13.584345+0000 mon.smithi063 (mon.0 2023-11-08T01:05:14.880 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: ) 470 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:14.880 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05:14.880 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 2023-11-08T01:05:13.584561+0000 mon.smithi063 (mon.0) 471 : audit [DBG] 2023-11-08T01:05:14.880 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:14.880 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05:14.881 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 2023-11-08T01:05:13.590112+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:14.881 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 472 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:14.881 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05:13. 2023-11-08T01:05:14.881 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 590615+0000 mon.smithi063 (mon.0) 473 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:14.881 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 2023-11-08T01:05:14.882 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05:14.882 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 2023-11-08T01:05:14.113685+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:14.882 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 474 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-11-08T01:05:14.882 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: cluster 2023-11-08T01:05:14.113787+0000 2023-11-08T01:05:14.882 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: mon.smithi063 (mon.0) 475 : cluster [INF] osd.3 [v2:172.21.15.63:6810/1601984747,v1:172.21.15.63:6811/1601984747] boot 2023-11-08T01:05:14.883 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: cluster 2023-11-08T01:05:14. 2023-11-08T01:05:14.883 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 113824+0000 mon.smithi063 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-08T01:05:14.883 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05:14.116302+0000 2023-11-08T01:05:14.883 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: mon.smithi063 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T01:05:14.883 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05:14 2023-11-08T01:05:14.884 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: .116623+0000 mon.smithi063 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:14.884 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T 2023-11-08T01:05:14.884 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 01:05:14.119186+0000 mon.smithi063 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:14.884 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 2023-11-08T01:05:14.884 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T 2023-11-08T01:05:14.885 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 01:05:14.119441+0000 mon.smithi063 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:14.885 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: audit 2023-11-08T01:05: 2023-11-08T01:05:14.885 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:14 smithi063 conmon[84397]: 14.119636+0000 mon.smithi063 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:15.811 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: cluster 2023-11-08T01:05:12.867684+0000 osd.3 (osd. 2023-11-08T01:05:15.812 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: 3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:15.812 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: cluster 2023-11-08T01:05:12.867735+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:15.812 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: cluster 2023-11-08T01:05:14.213116+0000 2023-11-08T01:05:15.812 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: mgr.smithi063.cuyera (mgr.14180) 97 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-08T01:05:15.812 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: audit 2023-11-08T01:05:15.813 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: 2023-11-08T01:05:14.758762+0000 mon.smithi063 (mon.0 2023-11-08T01:05:15.813 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: ) 482 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:15.813 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: audit 2023-11-08 2023-11-08T01:05:15.813 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: T01:05:14.759646+0000 mon.smithi063 (mon. 2023-11-08T01:05:15.813 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: 0) 483 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T01:05:15.814 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:05:15.814 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: 01:05:14.760300+0000 mon.smithi063 (mon.0 2023-11-08T01:05:15.814 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: ) 484 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:15.814 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: audit 2023-11-08 2023-11-08T01:05:15.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: T01:05:15.083902+0000 mon.smithi063 (mon. 2023-11-08T01:05:15.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: 0) 485 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:15.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: cluster 2023-11-08T01:05: 2023-11-08T01:05:15.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: 15.114593+0000 mon.smithi063 (mon.0) 486 : cluster 2023-11-08T01:05:15.815 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: [INF] osd.4 [v2:172.21.15.188:6816/3735949369,v1:172.21.15.188:6817/3735949369] boot 2023-11-08T01:05:15.816 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: cluster 2023-11-08 2023-11-08T01:05:15.816 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: T01:05:15.114644+0000 mon.smithi063 (mon 2023-11-08T01:05:15.816 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: .0) 487 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-08T01:05:15.816 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: audit 2023-11-08T01:05:15.816 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: 2023-11-08T01:05:15.116683 2023-11-08T01:05:15.816 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 488 : audit [DBG] 2023-11-08T01:05:15.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:15.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: audit 2023-11-08T01:05:15.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: 2023-11-08T01:05:15.117186+0000 mon.smithi063 (mon 2023-11-08T01:05:15.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: .0) 489 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:15.817 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:05:15.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: -08T01:05:15.117803+0000 mon.smithi063 ( 2023-11-08T01:05:15.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:15.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:05:15.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: -08T01:05:15.118071+0000 mon.smithi063 ( 2023-11-08T01:05:15.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:15 smithi188 conmon[89266]: mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:15.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: cluster 2023-11-08T01:05:12.867684 2023-11-08T01:05:15.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: +0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:15.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: cluster 2023-11-08T01:05:12.867735+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:15.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: cluster 2023-11-08T01:05:14.213116+0000 mgr.smithi063.cuyera (mgr.14180) 97 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-08T01:05:15.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: audit 2023-11-08T01:05:14.758762+0000 mon.smithi063 2023-11-08T01:05:15.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: (mon.0) 482 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:15.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:05:15.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: -08T01:05:14.759646+0000 mon.smithi063 2023-11-08T01:05:15.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T01:05:15.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: 2023-11-08T01:05:15.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: audit 2023- 2023-11-08T01:05:15.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: 11-08T01:05:14.760300+0000 mon.smithi063 (mon 2023-11-08T01:05:15.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: .0) 484 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:15.868 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:05:15.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: -08T01:05:15.083902+0000 2023-11-08T01:05:15.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: mon.smithi063 (mon.0) 485 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:15.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: 2023-11-08T01:05:15.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: cluster 2023-11-08T01:05:15.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: 2023-11-08T01: 2023-11-08T01:05:15.869 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: 05:15.114593+0000 mon.smithi063 (mon.0 2023-11-08T01:05:15.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: ) 486 : cluster [INF] osd.4 [v2:172.21.15.188:6816/3735949369,v1:172.21.15.188:6817/3735949369] boot 2023-11-08T01:05:15.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: cluster 2023- 2023-11-08T01:05:15.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: 11-08T01:05:15.114644+0000 2023-11-08T01:05:15.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: mon.smithi063 (mon.0) 487 : cluster [DBG] 2023-11-08T01:05:15.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: osdmap e27: 8 total, 5 up, 8 in 2023-11-08T01:05:15.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: audit 2023-11-08T01:05:15.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: 2023-11-08T01:05:15.116683+0000 2023-11-08T01:05:15.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: mon.smithi063 (mon.0) 488 : audit [DBG] 2023-11-08T01:05:15.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T01:05:15.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: audit 2023-11-08T01:05:15.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: 2023-11-08T01:05: 2023-11-08T01:05:15.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: 15.117186+0000 mon.smithi063 (mon.0) 489 : audit 2023-11-08T01:05:15.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:15.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:05:15.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: T01:05:15.117803+0000 mon.smithi063 ( 2023-11-08T01:05:15.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:15.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: audit 2023-11-08T01:05:15.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: 2023-11-08T01:05:15.118071+0000 mon.smithi063 (mon. 2023-11-08T01:05:15.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:15 smithi063 conmon[84397]: 0) 491 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:16.649 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:16 smithi188 conmon[89266]: cluster 2023-11-08T01:05:13.747547+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:16.649 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:16 smithi188 conmon[89266]: cluster 2023-11-08T01:05:13.747596+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:16.650 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:16 smithi188 conmon[89266]: cephadm 2023-11-08T01:05:14.760893+0000 mgr.smithi063.cuyera (mgr.14180) 98 : cephadm [INF] Deploying daemon osd.7 on smithi063 2023-11-08T01:05:16.650 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:16 smithi188 conmon[89266]: cluster 2023-11-08T01:05:16.115896+0000 mon.smithi063 (mon.0) 492 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-08T01:05:16.650 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:16 smithi188 conmon[89266]: audit 2023-11-08T01:05:16.116046+0000 mon.smithi063 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:16.650 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:16 smithi188 conmon[89266]: audit 2023-11-08T01:05:16.116275+0000 mon.smithi063 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:16.650 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:16 smithi188 conmon[89266]: audit 2023-11-08T01:05:16.116423+0000 mon.smithi063 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:16 smithi063 conmon[84397]: cluster 2023-11-08T01:05:13.747547+0000 2023-11-08T01:05:16.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:16 smithi063 conmon[84397]: osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:16.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:16 smithi063 conmon[84397]: cluster 2023-11-08T01:05:13.747596+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:16.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:16 smithi063 conmon[84397]: cephadm 2023-11-08T01:05:14.760893+0000 mgr.smithi063.cuyera (mgr.14180) 98 : cephadm [INF] Deploying daemon osd.7 on smithi063 2023-11-08T01:05:16.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:16 smithi063 conmon[84397]: cluster 2023-11-08T01:05:16.115896+0000 mon.smithi063 (mon.0) 492 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-08T01:05:16.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:16 smithi063 conmon[84397]: audit 2023-11-08T01:05:16.116046+0000 mon.smithi063 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:16.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:16 smithi063 conmon[84397]: audit 2023-11-08T01:05:16.116275+0000 mon.smithi063 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:16.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:16 smithi063 conmon[84397]: audit 2023-11-08T01:05:16.116423+0000 mon.smithi063 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:17.302 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:05:17.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:17 smithi188 conmon[89266]: cluster 2023-11-08T01:05:16.213418+0000 mgr.smithi063.cuyera (mgr.14180) 99 : cluster [DBG] 2023-11-08T01:05:17.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:17 smithi188 conmon[89266]: pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T01:05:17.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:17 smithi188 conmon[89266]: audit 2023-11-08T01:05:17.301548+0000 mon.smithi063 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.63:0/1376009718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:17.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:17 smithi063 conmon[84397]: cluster 2023-11-08T01:05:16.213418+0000 mgr.smithi063.cuyera (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T01:05:17.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:17 smithi063 conmon[84397]: audit 2023-11-08T01:05:17.301548+0000 mon.smithi063 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.63:0/1376009718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:18.354 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1699405515,"num_in_osds":8,"osd_in_since":1699405488,"num_remapped_pgs":0} 2023-11-08T01:05:19.230 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:18 smithi063 conmon[84397]: audit 2023-11-08T01:05:17.937244+0000 mon.smithi063 (mon.0 2023-11-08T01:05:19.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:18 smithi063 conmon[84397]: ) 497 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:19.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:18 smithi063 conmon[84397]: audit 2023-11-08T01:05:17.946322+0000 mon.smithi063 (mon.0) 498 : audit [INF] from='osd.5 [v2:172.21.15.63:6818/959089348,v1:172.21.15.63:6819/959089348]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T01:05:19.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:18 smithi063 conmon[84397]: cluster 2023-11-08T01:05:18.213714+0000 mgr.smithi063.cuyera (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T01:05:19.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:18 smithi063 conmon[84397]: audit 2023-11-08T01:05:18.291136+0000 mon.smithi188 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.188:6824/1094233690,v1:172.21.15.188:6825/1094233690]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T01:05:19.232 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:18 smithi063 conmon[84397]: audit 2023-11-08T01:05:18.291612+0000 mon.smithi063 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T01:05:19.356 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:05:19.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: audit 2023-11-08T01:05:17.937244+0000 2023-11-08T01:05:19.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: mon.smithi063 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:19.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: audit 2023-11-08T01:05:17.946322+0000 mon.smithi063 (mon.0) 498 : audit [INF] 2023-11-08T01:05:19.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: from='osd.5 [v2:172.21.15.63:6818/959089348,v1:172.21.15.63:6819/959089348]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T01:05:19.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: cluster 2023- 2023-11-08T01:05:19.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: 11-08T01:05:18.213714+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:05:19.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: .14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T01:05:19.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: audit 2023-11-08T01:05:19.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: 2023-11-08T01:05: 2023-11-08T01:05:19.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: 18.291136+0000 mon.smithi188 (mon.1) 16 : 2023-11-08T01:05:19.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: audit [INF] from='osd.6 [v2:172.21.15.188:6824/1094233690,v1:172.21.15.188:6825/1094233690]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T01:05:19.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:19.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: 08T01:05:18.291612+0000 2023-11-08T01:05:19.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:18 smithi188 conmon[89266]: mon.smithi063 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T01:05:20.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:19 smithi063 conmon[84397]: audit 2023-11-08T01:05:18.942258+0000 mon.smithi063 (mon. 2023-11-08T01:05:20.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:19 smithi063 conmon[84397]: 0) 500 : audit [INF] from='osd.5 [v2:172.21.15.63:6818/959089348,v1:172.21.15.63:6819/959089348]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T01:05:20.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:19 smithi063 conmon[84397]: audit 2023-11-08T01:05:18.942345+0000 mon.smithi063 (mon.0) 501 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T01:05:20.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:19 smithi063 conmon[84397]: cluster 2023-11-08T01:05:18.942415+0000 mon.smithi063 (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-08T01:05:20.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:19 smithi063 conmon[84397]: audit 2023-11-08T01:05:18.942722+0000 mon.smithi063 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:20.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:19 smithi063 conmon[84397]: audit 2023-11-08T01:05:18.943134+0000 mon.smithi188 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.188:6824/1094233690,v1:172.21.15.188:6825/1094233690]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:20.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:19 smithi063 conmon[84397]: audit 2023-11-08T01:05:18.943256+0000 mon.smithi063 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:20.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:19 smithi063 conmon[84397]: audit 2023-11-08T01:05:18.943623+0000 mon.smithi063 (mon.0) 505 : audit [INF] from='osd.5 [v2:172.21.15.63:6818/959089348,v1:172.21.15.63:6819/959089348]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-11-08T01:05:20.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:19 smithi063 conmon[84397]: audit 2023-11-08T01:05:18.943919+0000 mon.smithi063 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:20.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:19 smithi063 conmon[84397]: audit 2023-11-08T01:05:18.944149+0000 mon.smithi063 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:20.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: audit 2023-11-08T01:05:18.942258+0000 mon.smithi063 (mon.0) 500 : audit [INF] from='osd.5 [v2:172.21.15.63:6818/959089348,v1:172.21.15.63:6819/959089348]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T01:05:20.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: audit 2023-11-08T01:05:18. 2023-11-08T01:05:20.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: 942345+0000 mon.smithi063 (mon.0) 501 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T01:05:20.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: cluster 2023-11-08T01:05:18.942415+0000 mon.smithi063 (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-08T01:05:20.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: audit 2023-11-08T01:05:18.942722+0000 mon.smithi063 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:20.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: audit 2023-11-08T01:05:18.943134+0000 mon.smithi188 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.188:6824/1094233690,v1:172.21.15.188:6825/1094233690]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:20.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: audit 2023-11-08T01:05:18 2023-11-08T01:05:20.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: .943256+0000 mon.smithi063 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:20.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: audit 2023-11-08T01:05:18.943623 2023-11-08T01:05:20.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 505 : audit [INF] from='osd.5 [v2:172.21.15.63:6818/959089348,v1:172.21.15.63:6819/959089348]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-11-08T01:05:20.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: audit 2023-11-08T01:05: 2023-11-08T01:05:20.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: 18.943919+0000 mon.smithi063 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:20.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:05:20.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:19 smithi188 conmon[89266]: 05:18.944149+0000 mon.smithi063 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2023-11-08T01:05:21.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: cluster 2023-11-08T01:05:18.920104+0000 osd.5 (osd. 2023-11-08T01:05:21.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: 5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:21.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: cluster 2023-11-08T01:05:18.920150+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:21.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: audit 2023-11-08T01:05:21.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: 2023-11-08T01:05:19.942719+0000 mon.smithi063 (mon.0) 508 : audit [INF] from='osd.5 [v2:172.21.15.63:6818/959089348,v1:172.21.15.63:6819/959089348]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2023-11-08T01:05:21.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: audit 2023- 2023-11-08T01:05:21.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: 11-08T01:05:19.942784+0000 2023-11-08T01:05:21.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: mon.smithi063 (mon.0) 509 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-11-08T01:05:21.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: 2023-11-08T01:05:21.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:05:21.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: -11-08T01:05:19.942845+0000 mon.smithi063 (mon 2023-11-08T01:05:21.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: .0) 510 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-08T01:05:21.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:05:21.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: T01:05:19.943264+0000 mon.smithi063 ( 2023-11-08T01:05:21.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:21.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: audit 2023-11-08T01 2023-11-08T01:05:21.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: :05:19.943601+0000 mon.smithi063 (mon.0 2023-11-08T01:05:21.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: ) 512 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:21.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: audit 2023-11-08T 2023-11-08T01:05:21.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: 01:05:19.944095+0000 mon.smithi063 (mon. 2023-11-08T01:05:21.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: 0) 513 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:21.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:05:21.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: T01:05:19.947337+0000 mon.smithi063 ( 2023-11-08T01:05:21.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:21.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:05:21.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: T01:05:19.947877+0000 mon.smithi063 (mon. 2023-11-08T01:05:21.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: 0) 515 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:21.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: cluster 2023-11- 2023-11-08T01:05:21.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: 08T01:05:20.213960+0000 mgr.smithi063.cuyera 2023-11-08T01:05:21.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:20 smithi063 conmon[84397]: (mgr.14180) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T01:05:21.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: cluster 2023-11-08T01:05:18.920104+0000 osd.5 (osd.5) 1 : cluster 2023-11-08T01:05:21.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: [DBG] purged_snaps scrub starts 2023-11-08T01:05:21.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: cluster 2023-11-08T01:05:18.920150+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:21.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:21.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: 08T01:05:19.942719+0000 mon.smithi063 (mon.0) 508 : audit [INF] from='osd.5 [v2:172.21.15.63:6818/959089348,v1:172.21.15.63:6819/959089348]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2023-11-08T01:05:21.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:05:21.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: 11-08T01:05:19.942784+0000 mon.smithi063 (mon.0 2023-11-08T01:05:21.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: ) 509 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2023-11-08T01:05:21.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: cluster 2023- 2023-11-08T01:05:21.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: 11-08T01:05:19.942845 2023-11-08T01:05:21.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 510 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-08T01:05:21.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: 2023-11-08T01:05:21.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:05:21.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: 05:19.943264+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:21.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: 511 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:21.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:05:21.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: 01:05:19.943601+0000 mon.smithi063 (mon 2023-11-08T01:05:21.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: .0) 512 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:21.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:21.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: -11-08T01:05:19 2023-11-08T01:05:21.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: .944095+0000 mon.smithi063 (mon.0) 513 : audit 2023-11-08T01:05:21.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:21.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: audit 2023-11-08T01:05:19. 2023-11-08T01:05:21.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: 947337+0000 mon.smithi063 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:21.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: 2023-11-08T01:05:21.365 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: audit 2023-11-08T01:05:21.365 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: 2023-11-08T01:05:19. 2023-11-08T01:05:21.365 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: 947877+0000 mon.smithi063 (mon.0) 515 : audit [DBG] 2023-11-08T01:05:21.365 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:21.365 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: cluster 2023-11-08 2023-11-08T01:05:21.366 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: T01:05:20.213960+0000 mgr.smithi063.cuyera 2023-11-08T01:05:21.366 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:20 smithi188 conmon[89266]: (mgr.14180) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T01:05:21.810 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:05:22.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: cluster 2023-11-08T01: 2023-11-08T01:05:22.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: 05:19.319116+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:22.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: cluster 2023-11-08T01:05:19.319203+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:22.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: cluster 2023-11 2023-11-08T01:05:22.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: -08T01:05:20.950548+0000 mon.smithi063 (mon.0) 516 : cluster 2023-11-08T01:05:22.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: [INF] osd.5 [v2:172.21.15.63:6818/959089348,v1:172.21.15.63:6819/959089348] boot 2023-11-08T01:05:22.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: cluster 2023-11- 2023-11-08T01:05:22.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: 08T01:05:20.950587+0000 mon.smithi063 (mon.0 2023-11-08T01:05:22.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: ) 517 : cluster [INF] osd.6 [v2:172.21.15.188:6824/1094233690,v1:172.21.15.188:6825/1094233690] boot 2023-11-08T01:05:22.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: cluster 2023- 2023-11-08T01:05:22.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: 11-08T01:05:20.950623+0000 mon.smithi063 ( 2023-11-08T01:05:22.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: mon.0) 518 : cluster [DBG] 2023-11-08T01:05:22.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: osdmap e31: 8 total, 7 up, 8 in 2023-11-08T01:05:22.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: audit 2023-11-08T01:05:22.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: 2023-11-08T01: 2023-11-08T01:05:22.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: 05:20.951558+0000 mon.smithi063 ( 2023-11-08T01:05:22.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: mon.0) 519 : audit [DBG] 2023-11-08T01:05:22.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:22.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:05:22.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: -08T01:05:20.951830+0000 mon.smithi063 (mon 2023-11-08T01:05:22.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: .0) 520 : audit [DBG] 2023-11-08T01:05:22.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:22.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: audit 2023-11-08T01:05:22.118 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: 2023-11-08T 2023-11-08T01:05:22.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: 01:05:20.952033+0000 2023-11-08T01:05:22.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: mon.smithi063 (mon.0) 521 : audit 2023-11-08T01:05:22.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:22.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: audit 2023-11-08T01:05:22.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: 2023-11-08T01:05:21.809003+0000 mon.smithi063 ( 2023-11-08T01:05:22.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: mon.0) 522 : audit [DBG] from='client.? 172.21.15.63:0/2768490358' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:22.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:05:22.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: 08T01:05:21.819297+0000 mon.smithi063 (mon 2023-11-08T01:05:22.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:21 smithi063 conmon[84397]: .0) 523 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:22.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: cluster 2023-11-08T01:05:19.319116+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:22.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: cluster 2023-11-08T01:05:19.319203+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:22.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: cluster 2023-11-08T01:05:20.950548+0000 mon.smithi063 2023-11-08T01:05:22.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: (mon.0) 516 : cluster [INF] osd.5 [v2:172.21.15.63:6818/959089348,v1:172.21.15.63:6819/959089348] boot 2023-11-08T01:05:22.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: cluster 2023-11-08T01:05 2023-11-08T01:05:22.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: :20.950587+0000 mon.smithi063 (mon.0) 517 2023-11-08T01:05:22.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: : cluster [INF] osd.6 [v2:172.21.15.188:6824/1094233690,v1:172.21.15.188:6825/1094233690] boot 2023-11-08T01:05:22.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: cluster 2023-11 2023-11-08T01:05:22.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: -08T01:05:20.950623+0000 2023-11-08T01:05:22.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: mon.smithi063 (mon.0) 518 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-11-08T01:05:22.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: 2023-11-08T01:05:22.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:05:22.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: 05:20.951558+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:22.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: 519 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T01:05:22.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:05:22.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: -08T01:05:20.951830+0000 2023-11-08T01:05:22.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: mon.smithi063 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T01:05:22.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: audit 2023-11-08T01:05:22.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: 2023-11-08T01:05: 2023-11-08T01:05:22.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: 20.952033+0000 mon.smithi063 (mon.0) 521 : audit 2023-11-08T01:05:22.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:22.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:05:22.365 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: :05:21.809003+0000 mon.smithi063 (mon. 2023-11-08T01:05:22.365 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: 0) 522 : audit [DBG] from='client.? 172.21.15.63:0/2768490358' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:22.365 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: audit 2023 2023-11-08T01:05:22.365 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: -11-08T01:05:21. 2023-11-08T01:05:22.365 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: 819297+0000 mon.smithi063 (mon.0) 523 : audit 2023-11-08T01:05:22.366 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:21 smithi188 conmon[89266]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:22.453 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":31,"num_osds":8,"num_up_osds":7,"osd_up_since":1699405520,"num_in_osds":8,"osd_in_since":1699405488,"num_remapped_pgs":0} 2023-11-08T01:05:23.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:22 smithi063 conmon[84397]: cluster 2023-11-08T01:05:21.967746+0000 mon.smithi063 (mon 2023-11-08T01:05:23.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:22 smithi063 conmon[84397]: .0) 524 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-08T01:05:23.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:22 smithi063 conmon[84397]: audit 2023-11-08T01:05:21.967866+0000 mon.smithi063 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:23.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:22 smithi063 conmon[84397]: cluster 2023-11-08T01:05:22.214213+0000 mgr.smithi063.cuyera (mgr.14180) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T01:05:23.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:22 smithi188 conmon[89266]: cluster 2023-11-08T01:05:21.967746+0000 mon.smithi063 (mon.0) 524 : cluster 2023-11-08T01:05:23.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:22 smithi188 conmon[89266]: [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-08T01:05:23.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:22 smithi188 conmon[89266]: audit 2023-11-08T01:05:21.967866+0000 mon.smithi063 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:23.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:22 smithi188 conmon[89266]: 2023-11-08T01:05:23.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:22 smithi188 conmon[89266]: cluster 2023-11-08T01:05:23.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:22 smithi188 conmon[89266]: 2023-11-08T01:05:22. 2023-11-08T01:05:23.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:22 smithi188 conmon[89266]: 214213+0000 mgr.smithi063.cuyera (mgr.14180) 102 : cluster [DBG] 2023-11-08T01:05:23.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:22 smithi188 conmon[89266]: pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T01:05:23.455 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:05:24.084 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:23 smithi063 conmon[84397]: cluster 2023-11-08T01:05:22.969188 2023-11-08T01:05:24.085 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:23 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-08T01:05:24.085 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:23 smithi063 conmon[84397]: audit 2023-11-08T01:05:22.969304+0000 mon.smithi063 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:24.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:23 smithi188 conmon[89266]: cluster 2023-11-08T01:05:22.969188+0000 mon.smithi063 (mon.0 2023-11-08T01:05:24.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:23 smithi188 conmon[89266]: ) 526 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-08T01:05:24.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:23 smithi188 conmon[89266]: audit 2023-11-08T01:05:22.969304+0000 mon.smithi063 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:25.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:25 smithi063 conmon[84397]: cluster 2023-11-08T01:05:24.214725+0000 mgr.smithi063.cuyera (mgr.14180) 103 2023-11-08T01:05:25.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:25 smithi063 conmon[84397]: : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T01:05:25.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:25 smithi063 conmon[84397]: audit 2023-11-08T01:05:25.017566+0000 mon.smithi063 (mon.0) 528 : audit [INF] from='osd.7 [v2:172.21.15.63:6826/119466530,v1:172.21.15.63:6827/119466530]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T01:05:25.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:25 smithi188 conmon[89266]: cluster 2023-11-08T01:05:24.214725+0000 mgr.smithi063.cuyera (mgr.14180) 103 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T01:05:25.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:25 smithi188 conmon[89266]: audit 2023-11-08T01:05:25.017566+0000 mon.smithi063 (mon.0) 528 : audit [INF] from='osd.7 [v2:172.21.15.63:6826/119466530,v1:172.21.15.63:6827/119466530]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T01:05:26.034 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:05:26.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: audit 2023-11-08T01:05:25.116566+0000 mon.smithi063 (mon.0) 529 : audit [INF] from='osd.7 [v2:172.21.15.63:6826/119466530,v1:172.21.15.63:6827/119466530]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T01:05:26.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: cluster 2023 2023-11-08T01:05:26.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: -11-08T01:05:25.116616+0000 mon.smithi063 (mon.0) 530 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-08T01:05:26.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: audit 2023-11-08T01:05:25.116963+0000 mon.smithi063 (mon. 2023-11-08T01:05:26.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: 0) 531 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:26.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:05:26.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: :05:25.117204+0000 mon.smithi063 (mon 2023-11-08T01:05:26.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: .0) 532 : audit [INF] from='osd.7 [v2:172.21.15.63:6826/119466530,v1:172.21.15.63:6827/119466530]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-11-08T01:05:26.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: 2023-11-08T01:05:26.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:05:26.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: -08T01:05:25.424717 2023-11-08T01:05:26.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 533 : 2023-11-08T01:05:26.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:26.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: audit 2023-11-08 2023-11-08T01:05:26.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: T01:05:25.426500+0000 2023-11-08T01:05:26.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: mon.smithi063 (mon.0) 534 : audit 2023-11-08T01:05:26.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:05:26.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: audit 2023-11-08T01:05:26.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: 2023-11-08T01:05 2023-11-08T01:05:26.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: :26.033625+0000 mon.smithi063 (mon 2023-11-08T01:05:26.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: .0) 535 : audit [DBG] from='client.? 172.21.15.63:0/4059879850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:26.364 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:26 smithi188 conmon[89266]: 2023-11-08T01:05:26.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:26 smithi063 conmon[84397]: audit 2023-11-08T01: 2023-11-08T01:05:26.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:26 smithi063 conmon[84397]: 05:25.116566+0000 mon.smithi063 (mon.0) 529 : audit [INF] from='osd.7 [v2:172.21.15.63:6826/119466530,v1:172.21.15.63:6827/119466530]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T01:05:26.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:26 smithi063 conmon[84397]: cluster 2023-11-08T01:05:25.116616+0000 mon.smithi063 (mon.0) 530 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-08T01:05:26.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:26 smithi063 conmon[84397]: audit 2023-11-08T01:05:25.116963+0000 mon.smithi063 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:26.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:26 smithi063 conmon[84397]: audit 2023-11-08T01:05:25.117204+0000 mon.smithi063 (mon.0) 532 : audit [INF] from='osd.7 [v2:172.21.15.63:6826/119466530,v1:172.21.15.63:6827/119466530]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2023-11-08T01:05:26.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:26 smithi063 conmon[84397]: audit 2023-11-08T01:05:25.424717+0000 mon.smithi063 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:26.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:26 smithi063 conmon[84397]: audit 2023-11-08T01:05:25.426500+0000 mon.smithi063 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:05:26.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:26 smithi063 conmon[84397]: audit 2023-11-08T01:05:26.033625+0000 mon.smithi063 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.63:0/4059879850' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:26.929 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1699405520,"num_in_osds":8,"osd_in_since":1699405488,"num_remapped_pgs":0} 2023-11-08T01:05:27.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:27 smithi063 conmon[84397]: audit 2023-11-08T01:05:26.120239+0000 mon.smithi063 2023-11-08T01:05:27.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:27 smithi063 conmon[84397]: (mon.0) 536 : audit [INF] from='osd.7 [v2:172.21.15.63:6826/119466530,v1:172.21.15.63:6827/119466530]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2023-11-08T01:05:27.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:27 smithi063 conmon[84397]: cluster 2023-11-08T01:05:26.120295+0000 mon.smithi063 (mon.0) 537 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-08T01:05:27.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:27 smithi063 conmon[84397]: audit 2023-11-08T01:05:26.120431+0000 mon.smithi063 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:27.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:27 smithi063 conmon[84397]: audit 2023-11-08T01:05:26.126970+0000 mon.smithi063 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:27.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:27 smithi063 conmon[84397]: cluster 2023-11-08T01:05:26.215035+0000 mgr.smithi063.cuyera (mgr.14180) 104 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T01:05:27.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:27 smithi188 conmon[89266]: audit 2023-11-08T01:05:26.120239+0000 mon.smithi063 (mon. 2023-11-08T01:05:27.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:27 smithi188 conmon[89266]: 0) 536 : audit [INF] from='osd.7 [v2:172.21.15.63:6826/119466530,v1:172.21.15.63:6827/119466530]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2023-11-08T01:05:27.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:27 smithi188 conmon[89266]: cluster 2023-11-08T01:05:26.120295+0000 mon.smithi063 (mon.0) 537 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-08T01:05:27.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:27 smithi188 conmon[89266]: audit 2023-11-08T01:05:26.120431+0000 mon.smithi063 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:27.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:27 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:05:27.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:27 smithi188 conmon[89266]: 08T01:05:26.126970+0000 mon.smithi063 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:27.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:27 smithi188 conmon[89266]: cluster 2023-11-08T 2023-11-08T01:05:27.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:27 smithi188 conmon[89266]: 01:05:26.215035+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:05:27.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:27 smithi188 conmon[89266]: .14180) 104 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T01:05:27.930 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T01:05:28.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: cluster 2023-11-08T01:05:26.054154+0000 osd.7 (osd 2023-11-08T01:05:28.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: .7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:28.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: cluster 2023-11-08T01:05:26.054217+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:28.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: audit 2023-11-08T01:05:27.124847+0000 mon.smithi063 (mon. 2023-11-08T01:05:28.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: 0) 540 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:28.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: cluster 2023-11-08T01:05: 2023-11-08T01:05:28.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: 27.131501+0000 mon.smithi063 (mon.0) 541 : cluster 2023-11-08T01:05:28.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: [INF] osd.7 [v2:172.21.15.63:6826/119466530,v1:172.21.15.63:6827/119466530] boot 2023-11-08T01:05:28.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: cluster 2023-11-08T01:05:27. 2023-11-08T01:05:28.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: 131580+0000 mon.smithi063 (mon.0) 542 : cluster [DBG] 2023-11-08T01:05:28.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: osdmap e36: 8 total, 8 up, 8 in 2023-11-08T01:05:28.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: audit 2023-11-08T01:05:28.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: 2023-11-08T01:05:27.131840+0000 mon.smithi063 (mon 2023-11-08T01:05:28.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: .0) 543 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:28.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: audit 2023-11-08 2023-11-08T01:05:28.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: T01:05:27.161479+0000 mon.smithi063 (mon. 2023-11-08T01:05:28.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:28 smithi188 conmon[89266]: 0) 544 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:28.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: cluster 2023-11-08T01:05:26. 2023-11-08T01:05:28.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: 054154+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T01:05:28.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: cluster 2023-11-08T01:05:26.054217+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T01:05:28.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: audit 2023-11-08T01:05:27.124847+0000 mon.smithi063 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:28.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: cluster 2023- 2023-11-08T01:05:28.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: 11-08T01:05:27.131501+0000 mon.smithi063 (mon.0) 541 : cluster [INF] osd.7 [v2:172.21.15.63:6826/119466530,v1:172.21.15.63:6827/119466530] boot 2023-11-08T01:05:28.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: cluster 2023-11-08T01:05 2023-11-08T01:05:28.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: :27.131580+0000 mon.smithi063 (mon.0) 542 : 2023-11-08T01:05:28.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-08T01:05:28.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: audit 2023-11-08T01 2023-11-08T01:05:28.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: :05:27.131840+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:28.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: 543 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T01:05:28.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: audit 2023- 2023-11-08T01:05:28.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: 11-08T01:05:27.161479+0000 mon.smithi063 2023-11-08T01:05:28.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:28 smithi063 conmon[84397]: (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:29.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:29 smithi063 conmon[84397]: cluster 2023-11-08T01:05:28.133430+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:29.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:29 smithi063 conmon[84397]: 545 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-08T01:05:29.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:29 smithi063 conmon[84397]: cluster 2023-11-08T01:05:28.215309+0000 mgr.smithi063.cuyera (mgr.14180) 105 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:29.603 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:29 smithi188 conmon[89266]: cluster 2023-11-08T01:05:28.133430+0000 mon.smithi063 (mon.0) 545 : cluster 2023-11-08T01:05:29.603 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:29 smithi188 conmon[89266]: [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-08T01:05:29.604 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:29 smithi188 conmon[89266]: cluster 2023-11-08T01:05:28.215309+0000 mgr.smithi063.cuyera (mgr.14180) 105 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:30.131 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:05:30.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:30 smithi188 conmon[89266]: cluster 2023-11-08T01:05:29.141443+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:30.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:30 smithi188 conmon[89266]: 546 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-08T01:05:30.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:30 smithi188 conmon[89266]: audit 2023-11-08T01:05:29.931290+0000 mon.smithi063 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:30.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:30 smithi188 conmon[89266]: audit 2023-11-08T01:05:30.130537+0000 mon.smithi063 (mon.0) 548 : audit 2023-11-08T01:05:30.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:30 smithi188 conmon[89266]: [DBG] from='client.? 172.21.15.63:0/3644891191' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:30.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:30 smithi063 conmon[84397]: cluster 2023-11-08T01:05:29.141443 2023-11-08T01:05:30.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:30 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 546 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-08T01:05:30.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:30 smithi063 conmon[84397]: audit 2023-11-08T01:05:29.931290+0000 mon.smithi063 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:30.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:30 smithi063 conmon[84397]: audit 2023-11-08T01:05:30.130537+0000 mon.smithi063 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.63:0/3644891191' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T01:05:30.773 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1699405527,"num_in_osds":8,"osd_in_since":1699405488,"num_remapped_pgs":0} 2023-11-08T01:05:30.774 INFO:tasks.cephadm:Setting up client nodes... 2023-11-08T01:05:30.775 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T01:05:31.794 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:31 smithi063 conmon[84397]: cluster 2023-11-08T01:05:30.215616+0000 mgr.smithi063.cuyera 2023-11-08T01:05:31.794 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:31 smithi063 conmon[84397]: (mgr.14180) 106 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:31.794 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:31 smithi063 conmon[84397]: cephadm 2023-11-08T01:05:30.404517+0000 mgr.smithi063.cuyera (mgr.14180) 107 : cephadm [INF] Detected new or changed devices on smithi188 2023-11-08T01:05:31.795 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:31 smithi063 conmon[84397]: audit 2023-11-08T01:05:30.409248+0000 mon.smithi063 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:31.795 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:31 smithi063 conmon[84397]: audit 2023-11-08T01:05:30.711676+0000 mon.smithi063 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:31.795 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:31 smithi063 conmon[84397]: audit 2023-11-08T01:05:30.712393+0000 mon.smithi063 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:31.795 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:31 smithi063 conmon[84397]: audit 2023-11-08T01:05:30.713009+0000 mon.smithi063 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:31.795 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:31 smithi063 conmon[84397]: audit 2023-11-08T01:05:30.713613+0000 mon.smithi063 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:31.796 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:31 smithi063 conmon[84397]: audit 2023-11-08T01:05:30.717887+0000 mon.smithi063 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:31.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:31 smithi188 conmon[89266]: cluster 2023-11-08T01:05:30.215616+0000 mgr.smithi063.cuyera (mgr.14180) 106 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:31.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:31 smithi188 conmon[89266]: cephadm 2023-11-08T01:05:30.404517+0000 mgr.smithi063.cuyera (mgr.14180) 107 : cephadm [INF] Detected new or changed devices on smithi188 2023-11-08T01:05:31.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:31 smithi188 conmon[89266]: audit 2023-11-08T01:05:30.409248+0000 mon.smithi063 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:31.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:31 smithi188 conmon[89266]: audit 2023-11-08T01:05:30.711676+0000 mon.smithi063 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:31.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:31 smithi188 conmon[89266]: audit 2023-11-08T01:05:30.712393+0000 mon.smithi063 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:31.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:31 smithi188 conmon[89266]: audit 2023-11-08T01:05:30.713009+0000 mon.smithi063 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:31.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:31 smithi188 conmon[89266]: audit 2023-11-08T01:05:30.713613+0000 mon.smithi063 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:31.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:31 smithi188 conmon[89266]: audit 2023-11-08T01:05:30.717887+0000 mon.smithi063 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:32.772 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:32 smithi063 conmon[84397]: cephadm 2023-11-08T01:05:30.714096+0000 mgr.smithi063.cuyera 2023-11-08T01:05:32.772 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:32 smithi063 conmon[84397]: (mgr.14180) 108 : cephadm [INF] Adjusting osd_memory_target on smithi188 to 4004M 2023-11-08T01:05:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:32 smithi188 conmon[89266]: cephadm 2023-11-08T01:05:30.714096+0000 mgr.smithi063.cuyera (mgr.14180) 108 : cephadm [INF] Adjusting osd_memory_target on smithi188 to 4004M 2023-11-08T01:05:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:32 smithi188 conmon[89266]: 2023-11-08T01:05:33.352 INFO:teuthology.orchestra.run.smithi063.stdout:[client.0] 2023-11-08T01:05:33.353 INFO:teuthology.orchestra.run.smithi063.stdout: key = AQDd3kplK5LIFBAARbNA/2XBMegvAAzNB6pBXw== 2023-11-08T01:05:33.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:33 smithi188 conmon[89266]: cluster 2023-11-08T01:05:32.215896+0000 mgr.smithi063.cuyera (mgr.14180) 109 : cluster 2023-11-08T01:05:33.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:33 smithi188 conmon[89266]: [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:33.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:33 smithi188 conmon[89266]: audit 2023-11-08T01:05:33.348504+0000 mon.smithi063 (mon.0) 555 : audit [INF] from='client.? 172.21.15.63:0/418402715' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:05:33.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:33 smithi188 conmon[89266]: audit 2023-11-08T01:05:33.352108 2023-11-08T01:05:33.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:33 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 556 : audit [INF] from='client.? 172.21.15.63:0/418402715' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T01:05:33.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:33 smithi063 conmon[84397]: cluster 2023-11-08T01:05:32.215896+0000 mgr.smithi063.cuyera (mgr.14180) 109 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:33.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:33 smithi063 conmon[84397]: audit 2023-11-08T01:05:33.348504+0000 mon.smithi063 (mon.0) 555 : audit [INF] from='client.? 172.21.15.63:0/418402715' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:05:33.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:33 smithi063 conmon[84397]: audit 2023-11-08T01:05:33.352108+0000 mon.smithi063 (mon.0) 556 : audit [INF] from='client.? 172.21.15.63:0/418402715' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T01:05:34.052 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:05:34.053 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-08T01:05:34.053 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-08T01:05:34.097 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T01:05:35.301 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:35 smithi188 conmon[89266]: cluster 2023-11-08T01:05:34.216259+0000 mgr.smithi063.cuyera (mgr.14180) 110 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:35.302 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:35 smithi188 conmon[89266]: audit 2023-11-08T01:05:34.853792+0000 mon.smithi063 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:35 smithi063 conmon[84397]: cluster 2023-11-08T01 2023-11-08T01:05:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:35 smithi063 conmon[84397]: :05:34.216259+0000 mgr.smithi063.cuyera (mgr.14180) 110 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:35.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:35 smithi063 conmon[84397]: audit 2023-11-08T01:05:34.853792+0000 mon.smithi063 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:36.025 INFO:teuthology.orchestra.run.smithi188.stdout:[client.1] 2023-11-08T01:05:36.026 INFO:teuthology.orchestra.run.smithi188.stdout: key = AQDg3kplIYQ9ARAA3M8hBGCIyUb9hfIjDZRuag== 2023-11-08T01:05:36.270 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: cephadm 2023-11-08T01:05:34.848507+0000 2023-11-08T01:05:36.271 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: mgr.smithi063.cuyera (mgr.14180) 111 : cephadm [INF] Detected new or changed devices on smithi063 2023-11-08T01:05:36.271 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01:05:35 2023-11-08T01:05:36.271 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: .191034+0000 mon.smithi063 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:36.271 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01:05:36.271 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: 2023-11-08T01:05:35.191732 2023-11-08T01:05:36.272 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:36.272 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01:05:35.192327+0000 2023-11-08T01:05:36.272 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: mon.smithi063 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:36.272 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01:05:36.272 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: 2023-11-08T01 2023-11-08T01:05:36.273 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: :05:35.192925+0000 mon.smithi063 (mon 2023-11-08T01:05:36.273 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: .0) 561 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:36.273 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: cephadm 2023-11-08T01:05 2023-11-08T01:05:36.273 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: :35.193395+0000 mgr.smithi063.cuyera (mgr.14180) 112 2023-11-08T01:05:36.273 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: : cephadm [INF] Adjusting osd_memory_target on smithi063 to 3236M 2023-11-08T01:05:36.274 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:05:36.274 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: 05:35.197219+0000 mon.smithi063 (mon.0) 562 2023-11-08T01:05:36.274 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:36.274 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01:05:35.198117 2023-11-08T01:05:36.274 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 563 : audit 2023-11-08T01:05:36.275 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:36.275 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01:05:36.275 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: 2023-11- 2023-11-08T01:05:36.275 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: 08T01:05:35.198724+0000 2023-11-08T01:05:36.275 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: mon.smithi063 (mon.0) 564 : 2023-11-08T01:05:36.276 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:05:36.276 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01:05 2023-11-08T01:05:36.276 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: :35.202296+0000 mon.smithi063 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:36.276 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: 2023-11-08T01:05:36.276 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:05:36.277 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: 05:35.205936+0000 mon.smithi063 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:05:36.277 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01:05:36.277 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: 2023-11-08T01:05:35.208755+0000 mon.smithi063 ( 2023-11-08T01:05:36.277 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:05:36.277 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01:05:35. 2023-11-08T01:05:36.278 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: 209728+0000 mon.smithi063 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:05:36.278 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01:05:35.209942+0000 mon.smithi063 ( 2023-11-08T01:05:36.278 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:36.278 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01:05 2023-11-08T01:05:36.278 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: :35.210406+0000 mon.smithi063 (mon.0) 570 : 2023-11-08T01:05:36.279 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:36.279 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:05:36.279 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: :05:36.020173+0000 mon.smithi188 (mon.1) 2023-11-08T01:05:36.279 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: 18 : audit [INF] from='client.? 172.21.15.188:0/2162023461' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:05:36.279 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:05:36.280 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: -08T01:05:36.020605+0000 mon.smithi063 (mon.0 2023-11-08T01:05:36.280 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: ) 571 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:05:36.280 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:05:36.280 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: :05:36.024583+0000 mon.smithi063 (mon.0) 2023-11-08T01:05:36.280 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:36 smithi188 conmon[89266]: 572 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T01:05:36.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: cephadm 2023-11-08T01:05:34.848507+0000 mgr.smithi063.cuyera 2023-11-08T01:05:36.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: (mgr.14180) 111 : cephadm [INF] Detected new or changed devices on smithi063 2023-11-08T01:05:36.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11-08T01:05:35.191034+0000 mon.smithi063 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:36.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11-08T01:05:35.191732+0000 mon.smithi063 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:36.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11-08T01:05:35.192327+0000 mon.smithi063 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:36.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11-08T01:05:35.192925+0000 mon.smithi063 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:05:36.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: cephadm 2023-11-08T01:05:36.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 2023-11-08T 2023-11-08T01:05:36.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 01:05:35.193395+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:05:36.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 14180) 112 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 3236M 2023-11-08T01:05:36.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:05:36.617 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: -08T01:05:35.197219+0000 2023-11-08T01:05:36.617 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: mon.smithi063 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:36.617 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 2023-11-08T01:05:36.617 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023 2023-11-08T01:05:36.617 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: -11-08T01:05:35.198117+0000 mon.smithi063 ( 2023-11-08T01:05:36.618 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:36.618 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:05:36.618 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: -08T01:05:35.198724+0000 mon.smithi063 2023-11-08T01:05:36.618 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:05:36.618 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11-08T01:05:36.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 2023-11-08T01:05:35.202296 2023-11-08T01:05:36.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 565 : audit 2023-11-08T01:05:36.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:36.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11-08T01: 2023-11-08T01:05:36.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 05:35.205936+0000 mon.smithi063 (mon.0 2023-11-08T01:05:36.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: ) 566 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:05:36.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:05:36.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: -08T01:05:35.208755+0000 2023-11-08T01:05:36.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: mon.smithi063 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:05:36.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 2023-11-08T01:05:36.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11-08T01:05:36.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 2023-11-08T01:05:35. 2023-11-08T01:05:36.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 209728+0000 mon.smithi063 (mon.0) 568 : audit 2023-11-08T01:05:36.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T01:05:36.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11-08T 2023-11-08T01:05:36.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 01:05:35.209942+0000 mon.smithi063 (mon. 2023-11-08T01:05:36.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 0) 569 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:36.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11-08T01:05:36.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 2023-11-08T01:05:35 2023-11-08T01:05:36.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: .210406+0000 mon.smithi063 (mon.0) 570 : 2023-11-08T01:05:36.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:05:36.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:05:36.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: -08T01:05:36.020173+0000 2023-11-08T01:05:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: mon.smithi188 (mon.1) 18 : audit [INF] 2023-11-08T01:05:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: from='client.? 172.21.15.188:0/2162023461' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:05:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11-08T01:05:36.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 2023-11-08T01:05: 2023-11-08T01:05:36.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 36.020605+0000 mon.smithi063 (mon.0) 571 2023-11-08T01:05:36.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T01:05:36.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:05:36.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: T01:05:36.024583+0000 mon.smithi063 (mon. 2023-11-08T01:05:36.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:36 smithi063 conmon[84397]: 0) 572 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T01:05:36.946 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-08T01:05:36.946 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-08T01:05:36.947 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-08T01:05:36.988 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T01:05:37.205 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:37 smithi188 conmon[89266]: cluster 2023-11-08T01:05:36.216550+0000 mgr.smithi063.cuyera (mgr.14180) 113 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:37.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:37 smithi063 conmon[84397]: cluster 2023-11-08T01:05:36.216550+0000 mgr.smithi063.cuyera ( 2023-11-08T01:05:37.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:37 smithi063 conmon[84397]: mgr.14180) 113 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:37.369 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:05:39.425 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:05:39.426 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":38,"fsid":"4522225e-7dd2-11ee-8dbb-212e2dc638e7","created":"2023-11-08T01:01:44.061136+0000","modified":"2023-11-08T01:05:29.136741+0000","last_up_change":"2023-11-08T01:05:27.124182+0000","last_in_change":"2023-11-08T01:04:48.283785+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-08T01:05:10.008539+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"62a34422-76c1-474a-99f6-77425ea6017f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6801","nonce":2255905770}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6803","nonce":2255905770}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6807","nonce":2255905770}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6805","nonce":2255905770}]},"public_addr":"172.21.15.188:6801/2255905770","cluster_addr":"172.21.15.188:6803/2255905770","heartbeat_back_addr":"172.21.15.188:6807/2255905770","heartbeat_front_addr":"172.21.15.188:6805/2255905770","state":["exists","up"]},{"osd":1,"uuid":"bbb0bd28-6687-4459-8e4f-0f3a06911ded","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6803","nonce":3348466711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6805","nonce":3348466711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6809","nonce":3348466711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6807","nonce":3348466711}]},"public_addr":"172.21.15.63:6803/3348466711","cluster_addr":"172.21.15.63:6805/3348466711","heartbeat_back_addr":"172.21.15.63:6809/3348466711","heartbeat_front_addr":"172.21.15.63:6807/3348466711","state":["exists","up"]},{"osd":2,"uuid":"e773cbe0-71ef-4954-a40d-ed1ac94ab43d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6809","nonce":1477090308}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6811","nonce":1477090308}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6815","nonce":1477090308}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6813","nonce":1477090308}]},"public_addr":"172.21.15.188:6809/1477090308","cluster_addr":"172.21.15.188:6811/1477090308","heartbeat_back_addr":"172.21.15.188:6815/1477090308","heartbeat_front_addr":"172.21.15.188:6813/1477090308","state":["exists","up"]},{"osd":3,"uuid":"36f08b6a-c192-45d6-831c-dbd1895662af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6811","nonce":1601984747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6813","nonce":1601984747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6816","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6817","nonce":1601984747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6815","nonce":1601984747}]},"public_addr":"172.21.15.63:6811/1601984747","cluster_addr":"172.21.15.63:6813/1601984747","heartbeat_back_addr":"172.21.15.63:6817/1601984747","heartbeat_front_addr":"172.21.15.63:6815/1601984747","state":["exists","up"]},{"osd":4,"uuid":"08e8f359-4581-4cb1-b9fa-30ff375eb9b6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6817","nonce":3735949369}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6819","nonce":3735949369}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6823","nonce":3735949369}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6821","nonce":3735949369}]},"public_addr":"172.21.15.188:6817/3735949369","cluster_addr":"172.21.15.188:6819/3735949369","heartbeat_back_addr":"172.21.15.188:6823/3735949369","heartbeat_front_addr":"172.21.15.188:6821/3735949369","state":["exists","up"]},{"osd":5,"uuid":"3c7c636b-8254-4716-a65c-e20989f9c396","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6818","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6819","nonce":959089348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6820","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6821","nonce":959089348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6824","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6825","nonce":959089348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6822","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6823","nonce":959089348}]},"public_addr":"172.21.15.63:6819/959089348","cluster_addr":"172.21.15.63:6821/959089348","heartbeat_back_addr":"172.21.15.63:6825/959089348","heartbeat_front_addr":"172.21.15.63:6823/959089348","state":["exists","up"]},{"osd":6,"uuid":"1c6b8edb-f756-4600-8c4b-b8bde20ea246","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6825","nonce":1094233690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6827","nonce":1094233690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6831","nonce":1094233690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6829","nonce":1094233690}]},"public_addr":"172.21.15.188:6825/1094233690","cluster_addr":"172.21.15.188:6827/1094233690","heartbeat_back_addr":"172.21.15.188:6831/1094233690","heartbeat_front_addr":"172.21.15.188:6829/1094233690","state":["exists","up"]},{"osd":7,"uuid":"e03d3368-fab5-432e-9c68-e4c838ce50a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6826","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6827","nonce":119466530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6828","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6829","nonce":119466530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6832","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6833","nonce":119466530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6830","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6831","nonce":119466530}]},"public_addr":"172.21.15.63:6827/119466530","cluster_addr":"172.21.15.63:6829/119466530","heartbeat_back_addr":"172.21.15.63:6833/119466530","heartbeat_front_addr":"172.21.15.63:6831/119466530","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:03.236452+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:05.650665+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:08.575785+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:12.867737+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:13.747598+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:18.920152+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:19.319208+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:26.054221+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:0/596435295":"2023-11-09T01:03:24.192578+0000","172.21.15.63:0/1035094615":"2023-11-09T01:03:24.192578+0000","172.21.15.63:0/1750537192":"2023-11-09T01:02:33.663388+0000","172.21.15.63:6801/400326368":"2023-11-09T01:02:33.663388+0000","172.21.15.63:0/3778415232":"2023-11-09T01:02:33.663388+0000","172.21.15.63:6800/400326368":"2023-11-09T01:02:33.663388+0000","172.21.15.63:6800/814732327":"2023-11-09T01:02:06.719482+0000","172.21.15.63:6801/814732327":"2023-11-09T01:02:06.719482+0000","172.21.15.63:6801/388656931":"2023-11-09T01:03:24.192578+0000","172.21.15.63:6800/388656931":"2023-11-09T01:03:24.192578+0000","172.21.15.63:0/2792406724":"2023-11-09T01:02:06.719482+0000","172.21.15.63:0/1932178150":"2023-11-09T01:02:06.719482+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-08T01:05:39.533 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:39 smithi063 conmon[84397]: cluster 2023-11-08T01:05:38.216915+0000 mgr.smithi063.cuyera (mgr.14180) 114 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:39.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:39 smithi188 conmon[89266]: cluster 2023-11-08T01:05:38.216915+0000 mgr.smithi063.cuyera (mgr.14180) 114 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:40.283 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:40 smithi188 conmon[89266]: audit 2023-11-08T01:05:39.424274 2023-11-08T01:05:40.283 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:40 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.63:0/3405789705' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:05:40.478 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:40 smithi063 conmon[84397]: audit 2023-11-08T01:05 2023-11-08T01:05:40.478 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:40 smithi063 conmon[84397]: :39.424274+0000 mon.smithi063 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.63:0/3405789705' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:05:40.496 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-08T01:05:10.008539+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-08T01:05:40.496 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-08T01:05:41.088 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:05:41.531 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:41 smithi063 conmon[84397]: cluster 2023-11-08T01:05:40.217320+0000 mgr.smithi063.cuyera 2023-11-08T01:05:41.531 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:41 smithi063 conmon[84397]: (mgr.14180) 115 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:41 smithi188 conmon[89266]: cluster 2023-11-08T01:05:40.217320+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:05:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:41 smithi188 conmon[89266]: 115 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:43.209 INFO:teuthology.orchestra.run.smithi063.stdout:pg_num: 1 2023-11-08T01:05:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:43 smithi188 conmon[89266]: cluster 2023-11-08T01:05:42.217899+0000 mgr.smithi063.cuyera (mgr.14180) 116 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:43 smithi188 conmon[89266]: audit 2023-11-08T01:05:43.208279+0000 mon.smithi063 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.63:0/3166769689' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-08T01:05:43.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:43 smithi063 conmon[84397]: cluster 2023-11-08T01:05:42.217899+0000 mgr.smithi063.cuyera (mgr.14180) 116 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:43.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:43 smithi063 conmon[84397]: audit 2023-11-08T01:05:43.208279+0000 mon.smithi063 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.63:0/3166769689' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-08T01:05:44.184 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-08T01:05:44.185 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-08T01:05:44.185 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-08T01:05:44.749 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:05:44.960 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:44 smithi063 conmon[84397]: audit 2023-11-08T01:05:43.879099+0000 mon.smithi063 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:44.960 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:44 smithi063 conmon[84397]: cluster 2023-11-08T01:05:44.218207+0000 mgr.smithi063.cuyera (mgr.14180) 117 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:45.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:44 smithi188 conmon[89266]: audit 2023-11-08T01:05:43.879099+0000 mon.smithi063 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:45.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:44 smithi188 conmon[89266]: cluster 2023-11-08T01:05:44.218207+0000 mgr.smithi063.cuyera (mgr.14180) 117 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:46.883 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:05:47.533 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:47 smithi063 conmon[84397]: cluster 2023-11-08T01:05:46.218563+0000 mgr.smithi063.cuyera ( 2023-11-08T01:05:47.533 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:47 smithi063 conmon[84397]: mgr.14180) 118 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:47.533 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:47 smithi063 conmon[84397]: audit 2023-11-08T01:05:46.252734+0000 mon.smithi063 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:47.533 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:47 smithi063 conmon[84397]: audit 2023-11-08T01:05:46.877040+0000 mon.smithi063 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.63:0/1091068801' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T01:05:47.550 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi063.cuyera","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":2722942896},{"type":"v1","addr":"172.21.15.63:6801","nonce":2722942896}]},"active_addr":"172.21.15.63:6801/2722942896","active_change":"2023-11-08T01:03:24.192713+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi188.bnblwu","mgr_features":4540138314316775423,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.63:8443/","prometheus":"http://172.21.15.63:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":4,"active_clients":[{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.63:0","nonce":1048177262}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.63:0","nonce":2898452178}]}]} 2023-11-08T01:05:47.554 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-08T01:05:47.555 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-08T01:05:47.555 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T01:05:47.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:47 smithi188 conmon[89266]: cluster 2023-11-08T01:05:46.218563+0000 mgr.smithi063.cuyera (mgr.14180) 118 : cluster [DBG] 2023-11-08T01:05:47.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:47 smithi188 conmon[89266]: pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:47.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:47 smithi188 conmon[89266]: audit 2023-11-08T01:05:46.252734+0000 mon.smithi063 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:05:47.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:47 smithi188 conmon[89266]: audit 2023-11-08T01:05:46.877040+0000 mon.smithi063 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.63:0/1091068801' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T01:05:47.934 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:05:49.552 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:05:49.552 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":38,"fsid":"4522225e-7dd2-11ee-8dbb-212e2dc638e7","created":"2023-11-08T01:01:44.061136+0000","modified":"2023-11-08T01:05:29.136741+0000","last_up_change":"2023-11-08T01:05:27.124182+0000","last_in_change":"2023-11-08T01:04:48.283785+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-08T01:05:10.008539+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"62a34422-76c1-474a-99f6-77425ea6017f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6801","nonce":2255905770}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6803","nonce":2255905770}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6807","nonce":2255905770}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6805","nonce":2255905770}]},"public_addr":"172.21.15.188:6801/2255905770","cluster_addr":"172.21.15.188:6803/2255905770","heartbeat_back_addr":"172.21.15.188:6807/2255905770","heartbeat_front_addr":"172.21.15.188:6805/2255905770","state":["exists","up"]},{"osd":1,"uuid":"bbb0bd28-6687-4459-8e4f-0f3a06911ded","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6803","nonce":3348466711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6805","nonce":3348466711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6809","nonce":3348466711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6807","nonce":3348466711}]},"public_addr":"172.21.15.63:6803/3348466711","cluster_addr":"172.21.15.63:6805/3348466711","heartbeat_back_addr":"172.21.15.63:6809/3348466711","heartbeat_front_addr":"172.21.15.63:6807/3348466711","state":["exists","up"]},{"osd":2,"uuid":"e773cbe0-71ef-4954-a40d-ed1ac94ab43d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6809","nonce":1477090308}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6811","nonce":1477090308}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6815","nonce":1477090308}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6813","nonce":1477090308}]},"public_addr":"172.21.15.188:6809/1477090308","cluster_addr":"172.21.15.188:6811/1477090308","heartbeat_back_addr":"172.21.15.188:6815/1477090308","heartbeat_front_addr":"172.21.15.188:6813/1477090308","state":["exists","up"]},{"osd":3,"uuid":"36f08b6a-c192-45d6-831c-dbd1895662af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6811","nonce":1601984747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6813","nonce":1601984747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6816","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6817","nonce":1601984747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6815","nonce":1601984747}]},"public_addr":"172.21.15.63:6811/1601984747","cluster_addr":"172.21.15.63:6813/1601984747","heartbeat_back_addr":"172.21.15.63:6817/1601984747","heartbeat_front_addr":"172.21.15.63:6815/1601984747","state":["exists","up"]},{"osd":4,"uuid":"08e8f359-4581-4cb1-b9fa-30ff375eb9b6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6817","nonce":3735949369}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6819","nonce":3735949369}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6823","nonce":3735949369}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6821","nonce":3735949369}]},"public_addr":"172.21.15.188:6817/3735949369","cluster_addr":"172.21.15.188:6819/3735949369","heartbeat_back_addr":"172.21.15.188:6823/3735949369","heartbeat_front_addr":"172.21.15.188:6821/3735949369","state":["exists","up"]},{"osd":5,"uuid":"3c7c636b-8254-4716-a65c-e20989f9c396","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6818","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6819","nonce":959089348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6820","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6821","nonce":959089348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6824","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6825","nonce":959089348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6822","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6823","nonce":959089348}]},"public_addr":"172.21.15.63:6819/959089348","cluster_addr":"172.21.15.63:6821/959089348","heartbeat_back_addr":"172.21.15.63:6825/959089348","heartbeat_front_addr":"172.21.15.63:6823/959089348","state":["exists","up"]},{"osd":6,"uuid":"1c6b8edb-f756-4600-8c4b-b8bde20ea246","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6825","nonce":1094233690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6827","nonce":1094233690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6831","nonce":1094233690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6829","nonce":1094233690}]},"public_addr":"172.21.15.188:6825/1094233690","cluster_addr":"172.21.15.188:6827/1094233690","heartbeat_back_addr":"172.21.15.188:6831/1094233690","heartbeat_front_addr":"172.21.15.188:6829/1094233690","state":["exists","up"]},{"osd":7,"uuid":"e03d3368-fab5-432e-9c68-e4c838ce50a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6826","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6827","nonce":119466530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6828","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6829","nonce":119466530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6832","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6833","nonce":119466530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6830","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6831","nonce":119466530}]},"public_addr":"172.21.15.63:6827/119466530","cluster_addr":"172.21.15.63:6829/119466530","heartbeat_back_addr":"172.21.15.63:6833/119466530","heartbeat_front_addr":"172.21.15.63:6831/119466530","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:03.236452+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:05.650665+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:08.575785+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:12.867737+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:13.747598+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:18.920152+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:19.319208+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:26.054221+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:0/596435295":"2023-11-09T01:03:24.192578+0000","172.21.15.63:0/1035094615":"2023-11-09T01:03:24.192578+0000","172.21.15.63:0/1750537192":"2023-11-09T01:02:33.663388+0000","172.21.15.63:6801/400326368":"2023-11-09T01:02:33.663388+0000","172.21.15.63:0/3778415232":"2023-11-09T01:02:33.663388+0000","172.21.15.63:6800/400326368":"2023-11-09T01:02:33.663388+0000","172.21.15.63:6800/814732327":"2023-11-09T01:02:06.719482+0000","172.21.15.63:6801/814732327":"2023-11-09T01:02:06.719482+0000","172.21.15.63:6801/388656931":"2023-11-09T01:03:24.192578+0000","172.21.15.63:6800/388656931":"2023-11-09T01:03:24.192578+0000","172.21.15.63:0/2792406724":"2023-11-09T01:02:06.719482+0000","172.21.15.63:0/1932178150":"2023-11-09T01:02:06.719482+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-08T01:05:49.572 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:49 smithi063 conmon[84397]: cluster 2023-11-08T01:05:48.219011+0000 mgr.smithi063.cuyera (mgr.14180) 119 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:49.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:49 smithi188 conmon[89266]: cluster 2023-11-08T01:05:48.219011+0000 mgr.smithi063.cuyera (mgr.14180) 119 : cluster [DBG] 2023-11-08T01:05:49.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:49 smithi188 conmon[89266]: pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:50.149 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-08T01:05:50.150 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T01:05:50.530 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:05:50.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:50 smithi188 conmon[89266]: audit 2023-11-08T01:05:49.550352+0000 mon.smithi063 (mon.0) 578 2023-11-08T01:05:50.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:50 smithi188 conmon[89266]: : audit [DBG] from='client.? 172.21.15.63:0/2625385723' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:05:50.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:50 smithi063 conmon[84397]: audit 2023-11-08T01:05:49.550352+0000 mon.smithi063 (mon 2023-11-08T01:05:50.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:50 smithi063 conmon[84397]: .0) 578 : audit [DBG] from='client.? 172.21.15.63:0/2625385723' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:05:51.561 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:51 smithi063 conmon[84397]: cluster 2023-11-08T01:05:50.219315+0000 mgr.smithi063.cuyera (mgr.14180) 120 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:51 smithi188 conmon[89266]: cluster 2023-11-08T01:05:50.219315+0000 mgr.smithi063.cuyera (mgr.14180) 120 : cluster 2023-11-08T01:05:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:51 smithi188 conmon[89266]: [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:52.174 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:05:52.174 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":38,"fsid":"4522225e-7dd2-11ee-8dbb-212e2dc638e7","created":"2023-11-08T01:01:44.061136+0000","modified":"2023-11-08T01:05:29.136741+0000","last_up_change":"2023-11-08T01:05:27.124182+0000","last_in_change":"2023-11-08T01:04:48.283785+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-08T01:05:10.008539+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"62a34422-76c1-474a-99f6-77425ea6017f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6801","nonce":2255905770}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6803","nonce":2255905770}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6807","nonce":2255905770}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":2255905770},{"type":"v1","addr":"172.21.15.188:6805","nonce":2255905770}]},"public_addr":"172.21.15.188:6801/2255905770","cluster_addr":"172.21.15.188:6803/2255905770","heartbeat_back_addr":"172.21.15.188:6807/2255905770","heartbeat_front_addr":"172.21.15.188:6805/2255905770","state":["exists","up"]},{"osd":1,"uuid":"bbb0bd28-6687-4459-8e4f-0f3a06911ded","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6803","nonce":3348466711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6805","nonce":3348466711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6809","nonce":3348466711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3348466711},{"type":"v1","addr":"172.21.15.63:6807","nonce":3348466711}]},"public_addr":"172.21.15.63:6803/3348466711","cluster_addr":"172.21.15.63:6805/3348466711","heartbeat_back_addr":"172.21.15.63:6809/3348466711","heartbeat_front_addr":"172.21.15.63:6807/3348466711","state":["exists","up"]},{"osd":2,"uuid":"e773cbe0-71ef-4954-a40d-ed1ac94ab43d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6809","nonce":1477090308}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6811","nonce":1477090308}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6815","nonce":1477090308}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":1477090308},{"type":"v1","addr":"172.21.15.188:6813","nonce":1477090308}]},"public_addr":"172.21.15.188:6809/1477090308","cluster_addr":"172.21.15.188:6811/1477090308","heartbeat_back_addr":"172.21.15.188:6815/1477090308","heartbeat_front_addr":"172.21.15.188:6813/1477090308","state":["exists","up"]},{"osd":3,"uuid":"36f08b6a-c192-45d6-831c-dbd1895662af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6811","nonce":1601984747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6813","nonce":1601984747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6816","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6817","nonce":1601984747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":1601984747},{"type":"v1","addr":"172.21.15.63:6815","nonce":1601984747}]},"public_addr":"172.21.15.63:6811/1601984747","cluster_addr":"172.21.15.63:6813/1601984747","heartbeat_back_addr":"172.21.15.63:6817/1601984747","heartbeat_front_addr":"172.21.15.63:6815/1601984747","state":["exists","up"]},{"osd":4,"uuid":"08e8f359-4581-4cb1-b9fa-30ff375eb9b6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6817","nonce":3735949369}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6819","nonce":3735949369}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6823","nonce":3735949369}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":3735949369},{"type":"v1","addr":"172.21.15.188:6821","nonce":3735949369}]},"public_addr":"172.21.15.188:6817/3735949369","cluster_addr":"172.21.15.188:6819/3735949369","heartbeat_back_addr":"172.21.15.188:6823/3735949369","heartbeat_front_addr":"172.21.15.188:6821/3735949369","state":["exists","up"]},{"osd":5,"uuid":"3c7c636b-8254-4716-a65c-e20989f9c396","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6818","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6819","nonce":959089348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6820","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6821","nonce":959089348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6824","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6825","nonce":959089348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6822","nonce":959089348},{"type":"v1","addr":"172.21.15.63:6823","nonce":959089348}]},"public_addr":"172.21.15.63:6819/959089348","cluster_addr":"172.21.15.63:6821/959089348","heartbeat_back_addr":"172.21.15.63:6825/959089348","heartbeat_front_addr":"172.21.15.63:6823/959089348","state":["exists","up"]},{"osd":6,"uuid":"1c6b8edb-f756-4600-8c4b-b8bde20ea246","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6825","nonce":1094233690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6827","nonce":1094233690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6831","nonce":1094233690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":1094233690},{"type":"v1","addr":"172.21.15.188:6829","nonce":1094233690}]},"public_addr":"172.21.15.188:6825/1094233690","cluster_addr":"172.21.15.188:6827/1094233690","heartbeat_back_addr":"172.21.15.188:6831/1094233690","heartbeat_front_addr":"172.21.15.188:6829/1094233690","state":["exists","up"]},{"osd":7,"uuid":"e03d3368-fab5-432e-9c68-e4c838ce50a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6826","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6827","nonce":119466530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6828","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6829","nonce":119466530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6832","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6833","nonce":119466530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6830","nonce":119466530},{"type":"v1","addr":"172.21.15.63:6831","nonce":119466530}]},"public_addr":"172.21.15.63:6827/119466530","cluster_addr":"172.21.15.63:6829/119466530","heartbeat_back_addr":"172.21.15.63:6833/119466530","heartbeat_front_addr":"172.21.15.63:6831/119466530","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:03.236452+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:05.650665+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:08.575785+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:12.867737+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:13.747598+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:18.920152+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:19.319208+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T01:05:26.054221+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:0/596435295":"2023-11-09T01:03:24.192578+0000","172.21.15.63:0/1035094615":"2023-11-09T01:03:24.192578+0000","172.21.15.63:0/1750537192":"2023-11-09T01:02:33.663388+0000","172.21.15.63:6801/400326368":"2023-11-09T01:02:33.663388+0000","172.21.15.63:0/3778415232":"2023-11-09T01:02:33.663388+0000","172.21.15.63:6800/400326368":"2023-11-09T01:02:33.663388+0000","172.21.15.63:6800/814732327":"2023-11-09T01:02:06.719482+0000","172.21.15.63:6801/814732327":"2023-11-09T01:02:06.719482+0000","172.21.15.63:6801/388656931":"2023-11-09T01:03:24.192578+0000","172.21.15.63:6800/388656931":"2023-11-09T01:03:24.192578+0000","172.21.15.63:0/2792406724":"2023-11-09T01:02:06.719482+0000","172.21.15.63:0/1932178150":"2023-11-09T01:02:06.719482+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-08T01:05:52.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:52 smithi188 conmon[89266]: audit 2023-11-08T01:05:52.172189+0000 mon.smithi063 (mon.0) 579 2023-11-08T01:05:52.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:52 smithi188 conmon[89266]: : audit [DBG] from='client.? 172.21.15.63:0/1741624970' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:05:52.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:52 smithi063 conmon[84397]: audit 2023-11-08T01:05:52.172189 2023-11-08T01:05:52.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:52 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.63:0/1741624970' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T01:05:52.759 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-08T01:05:53.138 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:05:53.543 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:53 smithi063 conmon[84397]: cluster 2023-11-08T01:05:52.219654+0000 mgr.smithi063.cuyera (mgr.14180) 121 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:53.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:53 smithi188 conmon[89266]: cluster 2023-11-08T01:05:52.219654+0000 mgr.smithi063.cuyera (mgr.14180) 121 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:55.066 INFO:teuthology.orchestra.run.smithi063.stdout:68719476749 2023-11-08T01:05:55.066 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-08T01:05:55.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:55 smithi063 conmon[84397]: cluster 2023-11-08T01:05:54.220176+0000 mgr.smithi063.cuyera ( 2023-11-08T01:05:55.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:55 smithi063 conmon[84397]: mgr.14180) 122 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:55.448 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:05:55.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:55 smithi188 conmon[89266]: cluster 2023-11-08T01:05:54.220176+0000 mgr.smithi063.cuyera (mgr.14180) 122 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:57.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:57 smithi063 conmon[84397]: cluster 2023-11-08T01:05:56.220563+0000 mgr.smithi063.cuyera ( 2023-11-08T01:05:57.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:57 smithi063 conmon[84397]: mgr.14180) 123 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:57.466 INFO:teuthology.orchestra.run.smithi063.stdout:81604378635 2023-11-08T01:05:57.466 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-08T01:05:57.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:57 smithi188 conmon[89266]: cluster 2023-11-08T01:05:56.220563+0000 mgr.smithi063.cuyera (mgr.14180) 123 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:57.844 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:05:59.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:05:59 smithi188 conmon[89266]: cluster 2023-11-08T01:05:58.220925+0000 mgr.smithi063.cuyera (mgr.14180) 124 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:05:59 smithi063 conmon[84397]: cluster 2023-11-08T01:05:58.220925+0000 mgr.smithi063.cuyera (mgr.14180) 124 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:05:59.840 INFO:teuthology.orchestra.run.smithi063.stdout:90194313229 2023-11-08T01:05:59.840 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-08T01:06:00.216 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:01.479 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:01 smithi063 conmon[84397]: cluster 2023-11-08T01:06:00.221240+0000 mgr.smithi063.cuyera (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:01 smithi188 conmon[89266]: cluster 2023-11-08T01:06:00.221240+0000 mgr.smithi063.cuyera (mgr.14180) 125 : cluster [DBG] 2023-11-08T01:06:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:01 smithi188 conmon[89266]: pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:02.274 INFO:teuthology.orchestra.run.smithi063.stdout:111669149708 2023-11-08T01:06:02.275 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-08T01:06:02.656 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:03.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:03 smithi188 conmon[89266]: cluster 2023-11-08T01:06:02.221614+0000 mgr.smithi063.cuyera (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:03.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:03 smithi188 conmon[89266]: 2023-11-08T01:06:03.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:03 smithi063 conmon[84397]: cluster 2023-11-08T01:06:02.221614+0000 2023-11-08T01:06:03.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:03 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:04.757 INFO:teuthology.orchestra.run.smithi063.stdout:115964117004 2023-11-08T01:06:04.758 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-08T01:06:05.132 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:05.386 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:05 smithi063 conmon[84397]: cluster 2023-11-08T01:06:04.221989+0000 mgr.smithi063.cuyera (mgr.14180) 127 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:05.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:05 smithi188 conmon[89266]: cluster 2023-11-08T01:06:04.221989+0000 mgr.smithi063.cuyera (mgr.14180) 127 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:07.055 INFO:teuthology.orchestra.run.smithi063.stdout:133143986187 2023-11-08T01:06:07.056 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-08T01:06:07.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:07 smithi063 conmon[84397]: cluster 2023-11-08T01:06:06.222427+0000 mgr.smithi063.cuyera (mgr.14180) 128 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:07.438 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:07.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:07 smithi188 conmon[89266]: cluster 2023-11-08T01:06:06.222427+0000 mgr.smithi063.cuyera (mgr.14180) 128 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:09.376 INFO:teuthology.orchestra.run.smithi063.stdout:133143986189 2023-11-08T01:06:09.376 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-08T01:06:09.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:09 smithi188 conmon[89266]: cluster 2023-11-08T01:06:08.222940+0000 mgr.smithi063.cuyera (mgr.14180) 129 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:09.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:09 smithi063 conmon[84397]: cluster 2023-11-08T01:06:08.222940+0000 mgr.smithi063.cuyera (mgr.14180) 129 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:09.758 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:11.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:11 smithi188 conmon[89266]: cluster 2023-11-08T01:06:10.223267+0000 mgr.smithi063.cuyera (mgr.14180) 130 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:11 smithi063 conmon[84397]: cluster 2023-11-08T01:06:10.223267+0000 mgr.smithi063.cuyera (mgr.14180) 130 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:11.738 INFO:teuthology.orchestra.run.smithi063.stdout:154618822668 2023-11-08T01:06:11.739 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-08T01:06:12.117 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:13.416 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:13 smithi063 conmon[84397]: cluster 2023-11-08T01:06:12.223614+0000 mgr.smithi063.cuyera ( 2023-11-08T01:06:13.416 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:13 smithi063 conmon[84397]: mgr.14180) 131 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:13.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:13 smithi188 conmon[89266]: cluster 2023-11-08T01:06:12.223614+0000 mgr.smithi063.cuyera (mgr.14180) 131 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:13.732 INFO:teuthology.orchestra.run.smithi063.stdout:68719476753 2023-11-08T01:06:14.346 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476753 for osd.0 2023-11-08T01:06:14.347 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-08T01:06:14.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:14 smithi188 conmon[89266]: audit 2023-11-08T01:06:13.731418+0000 mon.smithi063 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.63:0/4258744466' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T01:06:14.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:14 smithi063 conmon[84397]: audit 2023-11-08T01:06:13.731418+0000 mon.smithi063 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.63:0/4258744466' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T01:06:14.728 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:15.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:15 smithi188 conmon[89266]: cluster 2023-11-08T01:06:14.224102+0000 mgr.smithi063.cuyera (mgr.14180) 132 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:15.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:15 smithi063 conmon[84397]: cluster 2023-11-08T01:06:14.224102+0000 mgr.smithi063.cuyera (mgr.14180) 132 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:16.343 INFO:teuthology.orchestra.run.smithi063.stdout:81604378639 2023-11-08T01:06:16.862 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378635 got 81604378639 for osd.1 2023-11-08T01:06:16.862 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-08T01:06:17.241 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:17.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:17 smithi188 conmon[89266]: cluster 2023-11-08T01:06:16.224469+0000 mgr.smithi063.cuyera (mgr.14180) 133 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:17.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:17 smithi188 conmon[89266]: audit 2023-11-08T01:06:16.342505+0000 mon.smithi063 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.63:0/1320258262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T01:06:17.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:17 smithi063 conmon[84397]: cluster 2023-11-08T01:06:16. 2023-11-08T01:06:17.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:17 smithi063 conmon[84397]: 224469+0000 mgr.smithi063.cuyera (mgr.14180) 133 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:17.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:17 smithi063 conmon[84397]: audit 2023-11-08T01:06:16.342505+0000 mon.smithi063 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.63:0/1320258262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T01:06:18.780 INFO:teuthology.orchestra.run.smithi063.stdout:90194313233 2023-11-08T01:06:19.314 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313229 got 90194313233 for osd.2 2023-11-08T01:06:19.315 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-08T01:06:19.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:19 smithi188 conmon[89266]: cluster 2023-11-08T01:06:18.224895+0000 mgr.smithi063.cuyera (mgr.14180) 134 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:19.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:19 smithi188 conmon[89266]: 2023-11-08T01:06:19.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:19 smithi188 conmon[89266]: audit 2023-11-08T01:06:18.779355+0000 mon.smithi063 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.63:0/2363339427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T01:06:19.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:19 smithi063 conmon[84397]: cluster 2023-11-08T01:06:18.224895+0000 mgr.smithi063.cuyera (mgr.14180) 134 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:19.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:19 smithi063 conmon[84397]: audit 2023-11-08T01:06:18.779355+0000 mon.smithi063 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.63:0/2363339427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T01:06:19.693 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:21.216 INFO:teuthology.orchestra.run.smithi063.stdout:111669149712 2023-11-08T01:06:21.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:21 smithi188 conmon[89266]: cluster 2023-11-08T01:06:20.225158+0000 mgr.smithi063.cuyera (mgr.14180) 135 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:21.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:21 smithi188 conmon[89266]: audit 2023-11-08T01:06:21.216090+0000 mon.smithi063 (mon 2023-11-08T01:06:21.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:21 smithi188 conmon[89266]: .0) 583 : audit [DBG] from='client.? 172.21.15.63:0/2306841189' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T01:06:21.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:21 smithi063 conmon[84397]: cluster 2023-11-08T01:06:20.225158+0000 2023-11-08T01:06:21.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:21 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 135 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:21.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:21 smithi063 conmon[84397]: audit 2023-11-08T01:06:21.216090+0000 mon.smithi063 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.63:0/2306841189' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T01:06:21.779 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149708 got 111669149712 for osd.3 2023-11-08T01:06:21.779 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-08T01:06:22.159 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:23.401 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:23 smithi063 conmon[84397]: cluster 2023-11-08T01:06:22.225451+0000 mgr.smithi063.cuyera (mgr.14180) 136 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:23.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:23 smithi188 conmon[89266]: cluster 2023-11-08T01:06:22.225451+0000 mgr.smithi063.cuyera (mgr.14180) 136 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:23.758 INFO:teuthology.orchestra.run.smithi063.stdout:115964117008 2023-11-08T01:06:24.355 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117004 got 115964117008 for osd.4 2023-11-08T01:06:24.355 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-08T01:06:24.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:24 smithi188 conmon[89266]: audit 2023-11-08T01:06:23.758181+0000 mon.smithi063 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.63:0/932817430' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T01:06:24.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:24 smithi063 conmon[84397]: audit 2023-11-08T01:06:23.758181+0000 mon.smithi063 2023-11-08T01:06:24.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:24 smithi063 conmon[84397]: (mon.0) 584 : audit [DBG] from='client.? 172.21.15.63:0/932817430' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T01:06:24.735 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:25.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:25 smithi188 conmon[89266]: cluster 2023-11-08T01:06:24.225746+0000 mgr.smithi063.cuyera (mgr.14180) 137 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:25.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:25 smithi063 conmon[84397]: cluster 2023-11-08T01:06:24.225746 2023-11-08T01:06:25.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:25 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 137 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:26.228 INFO:teuthology.orchestra.run.smithi063.stdout:133143986191 2023-11-08T01:06:26.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:26 smithi188 conmon[89266]: audit 2023-11-08T01:06:26.228139+0000 mon.smithi063 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.63:0/1721307311' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T01:06:26.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:26 smithi063 conmon[84397]: audit 2023-11-08T01:06:26.228139+0000 mon.smithi063 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.63:0/1721307311' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T01:06:26.778 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986187 got 133143986191 for osd.5 2023-11-08T01:06:26.779 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-08T01:06:27.156 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:27.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:27 smithi188 conmon[89266]: cluster 2023-11-08T01:06:26.226075+0000 mgr.smithi063.cuyera (mgr.14180) 138 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:27.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:27 smithi063 conmon[84397]: cluster 2023-11-08T01:06:26.226075+0000 2023-11-08T01:06:27.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:27 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 138 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:28.691 INFO:teuthology.orchestra.run.smithi063.stdout:133143986193 2023-11-08T01:06:29.220 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986189 got 133143986193 for osd.6 2023-11-08T01:06:29.220 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-08T01:06:29.595 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:29.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:29 smithi188 conmon[89266]: cluster 2023-11-08T01:06:28.226409+0000 mgr.smithi063.cuyera (mgr.14180) 139 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:29.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:29 smithi188 conmon[89266]: audit 2023-11-08T01:06:29.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:29 smithi188 conmon[89266]: 2023-11-08T01:06:28.690551+0000 mon.smithi063 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.63:0/2505959531' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T01:06:29.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:29 smithi063 conmon[84397]: cluster 2023-11-08T01:06:28.226409+0000 mgr.smithi063.cuyera (mgr.14180) 139 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:29.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:29 smithi063 conmon[84397]: audit 2023-11-08T01:06:28.690551+0000 mon.smithi063 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.63:0/2505959531' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T01:06:31.201 INFO:teuthology.orchestra.run.smithi063.stdout:154618822672 2023-11-08T01:06:31.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:31 smithi188 conmon[89266]: cluster 2023-11-08T01:06:30.226703+0000 mgr.smithi063.cuyera (mgr.14180) 140 : cluster [DBG] 2023-11-08T01:06:31.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:31 smithi188 conmon[89266]: pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:31.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:31 smithi188 conmon[89266]: audit 2023-11-08T01:06:31.200925+0000 mon.smithi063 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.63:0/841658703' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T01:06:31.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:31 smithi063 conmon[84397]: cluster 2023-11-08T01:06:30.226703+0000 mgr.smithi063.cuyera (mgr.14180) 140 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:31.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:31 smithi063 conmon[84397]: audit 2023-11-08T01:06:31.200925+0000 mon.smithi063 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.63:0/841658703' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T01:06:31.793 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822668 got 154618822672 for osd.7 2023-11-08T01:06:31.794 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-08T01:06:31.794 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T01:06:32.170 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:33.356 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:33 smithi063 conmon[84397]: cluster 2023-11-08T01:06:32.226995+0000 2023-11-08T01:06:33.356 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:33 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 141 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:33.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:33 smithi188 conmon[89266]: cluster 2023-11-08T01:06:32.226995+0000 mgr.smithi063.cuyera (mgr.14180) 141 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:33.726 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:06:33.728 INFO:teuthology.orchestra.run.smithi063.stderr:dumped all 2023-11-08T01:06:34.303 INFO:teuthology.orchestra.run.smithi063.stdout:{"pg_ready":true,"pg_map":{"version":121,"stamp":"2023-11-08T01:06:32.226858+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":2379676,"kb_used_data":2908,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548772,"statfs":{"total":767926730752,"available":765489942528,"internally_reserved":0,"allocated":2977792,"data_stored":1170333,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":38,"state":"active+clean","last_fresh":"2023-11-08T01:05:29.575582+0000","last_change":"2023-11-08T01:05:29.575582+0000","last_active":"2023-11-08T01:05:29.575582+0000","last_peered":"2023-11-08T01:05:29.575582+0000","last_clean":"2023-11-08T01:05:29.575582+0000","last_became_active":"2023-11-08T01:05:29.575184+0000","last_became_peered":"2023-11-08T01:05:29.575184+0000","last_unstale":"2023-11-08T01:05:29.575582+0000","last_undegraded":"2023-11-08T01:05:29.575582+0000","last_fullsized":"2023-11-08T01:05:29.575582+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T01:05:10.561550+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T01:05:10.561550+0000","last_clean_scrub_stamp":"2023-11-08T01:05:10.561550+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":36,"seq":154618822672,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":146016,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.46200000000000002}]},{"osd":1,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"last":0.26900000000000002}]},{"osd":2,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.49299999999999999}]},{"osd":3,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.315},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.30599999999999999}]},{"osd":4,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.44},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.54400000000000004}]},{"osd":5,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":0.372}]},{"osd":6,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.51400000000000001}]}]},{"osd":6,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.58499999999999996}]},{"osd":1,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.503}]},{"osd":2,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.434},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.51000000000000001}]},{"osd":3,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.47399999999999998}]},{"osd":4,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.60199999999999998}]},{"osd":5,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.629}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56399999999999995}]}]},{"osd":1,"up_from":19,"seq":81604378642,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:09 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.60299999999999998}]},{"osd":2,"last update":"Wed Nov 8 01:06:09 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.753},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.61199999999999999}]},{"osd":3,"last update":"Wed Nov 8 01:06:14 2023","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.375}]},{"osd":4,"last update":"Wed Nov 8 01:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.59699999999999998}]},{"osd":5,"last update":"Wed Nov 8 01:06:22 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.35899999999999999}]},{"osd":6,"last update":"Wed Nov 8 01:06:22 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.71299999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Nov 8 01:06:11 2023","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.501},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.56799999999999995}]},{"osd":2,"last update":"Wed Nov 8 01:06:11 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.67000000000000004}]},{"osd":3,"last update":"Wed Nov 8 01:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.621},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.60199999999999998}]},{"osd":4,"last update":"Wed Nov 8 01:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.71599999999999997}]},{"osd":5,"last update":"Wed Nov 8 01:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.65800000000000003}]},{"osd":6,"last update":"Wed Nov 8 01:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.747},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.70599999999999996}]},{"osd":7,"last update":"Wed Nov 8 01:06:29 2023","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.72899999999999998}]}]},{"osd":2,"up_from":21,"seq":90194313236,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:10 2023","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.19400000000000001,"5min":0.19400000000000001,"15min":0.19400000000000001},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.58499999999999996}]},{"osd":1,"last update":"Wed Nov 8 01:06:10 2023","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.755},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.82799999999999996}]},{"osd":3,"last update":"Wed Nov 8 01:06:15 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.80300000000000005}]},{"osd":4,"last update":"Wed Nov 8 01:06:18 2023","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.68400000000000005},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.65600000000000003}]},{"osd":5,"last update":"Wed Nov 8 01:06:24 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.86399999999999999},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.77100000000000002}]},{"osd":6,"last update":"Wed Nov 8 01:06:24 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.84499999999999997}]},{"osd":7,"last update":"Wed Nov 8 01:06:28 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.876},{"interface":"front","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.88700000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149714,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.50900000000000001}]},{"osd":1,"last update":"Wed Nov 8 01:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.29699999999999999}]},{"osd":2,"last update":"Wed Nov 8 01:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.54400000000000004}]},{"osd":4,"last update":"Wed Nov 8 01:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.69099999999999995}]},{"osd":5,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.41799999999999998}]},{"osd":6,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.65900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40799999999999997}]}]},{"osd":4,"up_from":27,"seq":115964117010,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.307}]},{"osd":1,"last update":"Wed Nov 8 01:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.55200000000000005}]},{"osd":2,"last update":"Wed Nov 8 01:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.35399999999999998}]},{"osd":3,"last update":"Wed Nov 8 01:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"last":0.70099999999999996},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.53800000000000003}]},{"osd":5,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":0.63600000000000001}]},{"osd":6,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.41199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68600000000000005}]}]},{"osd":5,"up_from":31,"seq":133143986193,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.495},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.46400000000000002}]},{"osd":1,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.27900000000000003}]},{"osd":2,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.40000000000000002}]},{"osd":3,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.35099999999999998}]},{"osd":4,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.51900000000000002}]},{"osd":6,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.434},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.48699999999999999}]},{"osd":7,"last update":"Wed Nov 8 01:06:30 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.373}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-08T01:06:34.305 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T01:06:34.684 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:35.277 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:35 smithi063 conmon[84397]: audit 2023-11-08T01:06:33.723431+0000 mgr.smithi063.cuyera (mgr.14180) 142 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:06:35.278 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:35 smithi063 conmon[84397]: cluster 2023-11-08T01:06:34.227284+0000 mgr.smithi063.cuyera (mgr.14180) 143 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:35.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:35 smithi188 conmon[89266]: audit 2023-11-08T01:06:33.723431+0000 mgr.smithi063.cuyera (mgr.14180) 142 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:06:35.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:35 smithi188 conmon[89266]: cluster 2023-11-08T01:06:35.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:35 smithi188 conmon[89266]: 2023-11-08T01:06:34.227284+0000 mgr.smithi063.cuyera (mgr.14180) 143 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:36.269 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:06:36.270 INFO:teuthology.orchestra.run.smithi063.stderr:dumped all 2023-11-08T01:06:36.813 INFO:teuthology.orchestra.run.smithi063.stdout:{"pg_ready":true,"pg_map":{"version":123,"stamp":"2023-11-08T01:06:36.227437+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":2379676,"kb_used_data":2908,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548772,"statfs":{"total":767926730752,"available":765489942528,"internally_reserved":0,"allocated":2977792,"data_stored":1170333,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":38,"state":"active+clean","last_fresh":"2023-11-08T01:05:29.575582+0000","last_change":"2023-11-08T01:05:29.575582+0000","last_active":"2023-11-08T01:05:29.575582+0000","last_peered":"2023-11-08T01:05:29.575582+0000","last_clean":"2023-11-08T01:05:29.575582+0000","last_became_active":"2023-11-08T01:05:29.575184+0000","last_became_peered":"2023-11-08T01:05:29.575184+0000","last_unstale":"2023-11-08T01:05:29.575582+0000","last_undegraded":"2023-11-08T01:05:29.575582+0000","last_fullsized":"2023-11-08T01:05:29.575582+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T01:05:10.561550+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T01:05:10.561550+0000","last_clean_scrub_stamp":"2023-11-08T01:05:10.561550+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":36,"seq":154618822673,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":146016,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.443}]},{"osd":1,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"last":0.318}]},{"osd":2,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.435}]},{"osd":3,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.34599999999999997}]},{"osd":4,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.53200000000000003}]},{"osd":5,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":0.51700000000000002}]},{"osd":6,"last update":"Wed Nov 8 01:06:27 2023","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.503}]}]},{"osd":6,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.58499999999999996}]},{"osd":1,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.503}]},{"osd":2,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.434},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.51000000000000001}]},{"osd":3,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.47399999999999998}]},{"osd":4,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.60199999999999998}]},{"osd":5,"last update":"Wed Nov 8 01:06:21 2023","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.629}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56399999999999995}]}]},{"osd":1,"up_from":19,"seq":81604378643,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:09 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.60299999999999998}]},{"osd":2,"last update":"Wed Nov 8 01:06:09 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.753},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.61199999999999999}]},{"osd":3,"last update":"Wed Nov 8 01:06:14 2023","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.375}]},{"osd":4,"last update":"Wed Nov 8 01:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.59699999999999998}]},{"osd":5,"last update":"Wed Nov 8 01:06:22 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.35899999999999999}]},{"osd":6,"last update":"Wed Nov 8 01:06:22 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.71299999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476758,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Nov 8 01:06:11 2023","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.47299999999999998}]},{"osd":2,"last update":"Wed Nov 8 01:06:11 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.45700000000000002}]},{"osd":3,"last update":"Wed Nov 8 01:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.52700000000000002}]},{"osd":4,"last update":"Wed Nov 8 01:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.435},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.50700000000000001}]},{"osd":5,"last update":"Wed Nov 8 01:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.70899999999999996}]},{"osd":6,"last update":"Wed Nov 8 01:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.65200000000000002}]},{"osd":7,"last update":"Wed Nov 8 01:06:29 2023","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.76000000000000001},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.68500000000000005}]}]},{"osd":2,"up_from":21,"seq":90194313237,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:10 2023","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.19400000000000001,"5min":0.19400000000000001,"15min":0.19400000000000001},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.307},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.32400000000000001}]},{"osd":1,"last update":"Wed Nov 8 01:06:10 2023","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.52200000000000002}]},{"osd":3,"last update":"Wed Nov 8 01:06:15 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.57299999999999995}]},{"osd":4,"last update":"Wed Nov 8 01:06:18 2023","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.438},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.39200000000000002}]},{"osd":5,"last update":"Wed Nov 8 01:06:24 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.45600000000000002}]},{"osd":6,"last update":"Wed Nov 8 01:06:24 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.54200000000000004}]},{"osd":7,"last update":"Wed Nov 8 01:06:28 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.58099999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149715,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.35899999999999999},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.46400000000000002}]},{"osd":1,"last update":"Wed Nov 8 01:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.32200000000000001}]},{"osd":2,"last update":"Wed Nov 8 01:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.33800000000000002}]},{"osd":4,"last update":"Wed Nov 8 01:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.55200000000000005}]},{"osd":5,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.38900000000000001}]},{"osd":6,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.434}]},{"osd":7,"last update":"Wed Nov 8 01:06:30 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.58399999999999996}]}]},{"osd":4,"up_from":27,"seq":115964117011,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.33700000000000002}]},{"osd":1,"last update":"Wed Nov 8 01:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.435},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.39100000000000001}]},{"osd":2,"last update":"Wed Nov 8 01:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.42199999999999999}]},{"osd":3,"last update":"Wed Nov 8 01:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.53500000000000003}]},{"osd":5,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":0.51800000000000002}]},{"osd":6,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.58199999999999996}]},{"osd":7,"last update":"Wed Nov 8 01:06:33 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.56100000000000005}]}]},{"osd":5,"up_from":31,"seq":133143986193,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297460,"kb_used_data":364,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443596,"statfs":{"total":95990841344,"available":95686242304,"internally_reserved":0,"allocated":372736,"data_stored":146331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.495},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.46400000000000002}]},{"osd":1,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.27900000000000003}]},{"osd":2,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.40000000000000002}]},{"osd":3,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.35099999999999998}]},{"osd":4,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.51900000000000002}]},{"osd":6,"last update":"Wed Nov 8 01:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.434},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.48699999999999999}]},{"osd":7,"last update":"Wed Nov 8 01:06:30 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.373}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-08T01:06:36.815 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-08T01:06:36.816 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-08T01:06:36.816 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-08T01:06:36.816 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph health --format=json 2023-11-08T01:06:37.195 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/mon.smithi063/config 2023-11-08T01:06:37.573 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:37 smithi063 conmon[84397]: cluster 2023-11-08T01:06:36.227638+0000 mgr.smithi063.cuyera (mgr.14180) 144 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:37.573 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:37 smithi063 conmon[84397]: audit 2023-11-08T01:06:36.266038+0000 mgr.smithi063.cuyera (mgr.14180) 145 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:06:37.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:37 smithi188 conmon[89266]: cluster 2023-11-08T01:06:36.227638+0000 mgr.smithi063.cuyera (mgr.14180) 144 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:37.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:37 smithi188 conmon[89266]: audit 2023-11-08T01:06:36.266038+0000 mgr.smithi063.cuyera (mgr.14180) 145 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:06:38.758 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:06:39.311 INFO:teuthology.orchestra.run.smithi063.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-08T01:06:39.311 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-08T01:06:39.312 INFO:tasks.cephadm:Setup complete, yielding 2023-11-08T01:06:39.312 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T01:06:39.321 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2023-11-08T01:06:39.322 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-08T01:06:39.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:39 smithi188 conmon[89266]: cluster 2023-11-08T01:06:38.227971+0000 mgr.smithi063.cuyera (mgr.14180) 146 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:39.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:39 smithi188 conmon[89266]: audit 2023-11-08T01:06:38.757385+0000 mon.smithi063 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.63:0/3298589884' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T01:06:39.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:39 smithi063 conmon[84397]: cluster 2023-11-08T01:06:38 2023-11-08T01:06:39.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:39 smithi063 conmon[84397]: .227971+0000 mgr.smithi063.cuyera (mgr.14180) 146 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:39.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:39 smithi063 conmon[84397]: audit 2023-11-08T01:06:38.757385+0000 mon.smithi063 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.63:0/3298589884' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T01:06:41.061 INFO:teuthology.orchestra.run.smithi063.stdout:Backend: cephadm 2023-11-08T01:06:41.062 INFO:teuthology.orchestra.run.smithi063.stdout:Available: Yes 2023-11-08T01:06:41.062 INFO:teuthology.orchestra.run.smithi063.stdout:Paused: No 2023-11-08T01:06:41.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:41 smithi063 conmon[84397]: cluster 2023-11-08T01:06:40.228314+0000 mgr.smithi063.cuyera 2023-11-08T01:06:41.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:41 smithi063 conmon[84397]: (mgr.14180) 147 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:41 smithi188 conmon[89266]: cluster 2023-11-08T01:06:40.228314+0000 mgr.smithi063.cuyera (mgr.14180) 147 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:41.651 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-08T01:06:42.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:42 smithi063 conmon[84397]: audit 2023-11-08T01:06:41.060246+0000 mgr.smithi063.cuyera (mgr.14180) 148 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:42.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:42 smithi188 conmon[89266]: audit 2023-11-08T01:06:41.060246+0000 mgr.smithi063.cuyera (mgr.14180) 148 : 2023-11-08T01:06:42.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:42 smithi188 conmon[89266]: audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:43.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:43 smithi063 conmon[84397]: cluster 2023-11-08T01:06:42.228619+0000 mgr.smithi063.cuyera (mgr.14180) 149 : cluster 2023-11-08T01:06:43.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:43 smithi063 conmon[84397]: [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:43.456 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T01:06:43.456 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (2m) 73s ago 3m 16.2M - 0.23.0 ba2b418f427c 16f2f0a6e11c 2023-11-08T01:06:43.456 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (3m) 73s ago 3m 7298k - 16.2.14-129-gcfb6fd52 450c989a0092 15fe0a7127fe 2023-11-08T01:06:43.457 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi188 smithi188 running (2m) 76s ago 2m 7436k - 16.2.14-129-gcfb6fd52 450c989a0092 cb0c8094bd97 2023-11-08T01:06:43.457 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (2m) 73s ago 3m 48.1M - 8.3.5 dad864ee21e9 387c0c45982a 2023-11-08T01:06:43.457 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.cuyera smithi063 *:9283 running (4m) 73s ago 4m 444M - 16.2.14-129-gcfb6fd52 450c989a0092 9f617e5e936a 2023-11-08T01:06:43.457 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi188.bnblwu smithi188 *:8443,9283 running (2m) 76s ago 2m 394M - 16.2.14-129-gcfb6fd52 450c989a0092 e59ef12de1d8 2023-11-08T01:06:43.457 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (4m) 73s ago 4m 79.3M 2048M 16.2.14-129-gcfb6fd52 450c989a0092 46f8d501b1c6 2023-11-08T01:06:43.458 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi188 smithi188 running (2m) 76s ago 2m 66.2M 2048M 16.2.14-129-gcfb6fd52 450c989a0092 f6737219068a 2023-11-08T01:06:43.458 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (3m) 73s ago 3m 22.0M - 1.3.1 1dbe0e931976 9076a219c72c 2023-11-08T01:06:43.458 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi188 smithi188 *:9100 running (2m) 76s ago 2m 22.9M - 1.3.1 1dbe0e931976 54b8df1d3dd6 2023-11-08T01:06:43.458 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi188 running (104s) 76s ago 104s 33.6M 4004M 16.2.14-129-gcfb6fd52 450c989a0092 45e9df8c0396 2023-11-08T01:06:43.459 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (102s) 73s ago 101s 35.0M 3236M 16.2.14-129-gcfb6fd52 450c989a0092 d90f1dc72ea9 2023-11-08T01:06:43.459 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi188 running (99s) 76s ago 99s 32.7M 4004M 16.2.14-129-gcfb6fd52 450c989a0092 083d0bed8dc8 2023-11-08T01:06:43.459 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (95s) 73s ago 94s 28.6M 3236M 16.2.14-129-gcfb6fd52 450c989a0092 7ac4f7c9bd20 2023-11-08T01:06:43.459 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi188 running (94s) 76s ago 93s 31.0M 4004M 16.2.14-129-gcfb6fd52 450c989a0092 fff268b75326 2023-11-08T01:06:43.459 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi063 running (89s) 73s ago 88s 30.9M 3236M 16.2.14-129-gcfb6fd52 450c989a0092 df047d4f5acb 2023-11-08T01:06:43.459 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi188 running (88s) 76s ago 88s 30.6M 4004M 16.2.14-129-gcfb6fd52 450c989a0092 1933f465df20 2023-11-08T01:06:43.460 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi063 running (81s) 73s ago 81s 24.3M 3236M 16.2.14-129-gcfb6fd52 450c989a0092 b79e15292c91 2023-11-08T01:06:43.460 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (2m) 73s ago 3m 45.5M - 2.33.4 514e6a882f6e 35261c43756f 2023-11-08T01:06:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:43 smithi188 conmon[89266]: cluster 2023-11-08T01:06:42.228619+0000 mgr.smithi063.cuyera (mgr.14180) 149 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:44.168 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-08T01:06:44.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:44 smithi188 conmon[89266]: audit 2023-11-08T01:06:43.447830+0000 mgr.smithi063.cuyera (mgr.14180) 150 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:44.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:44 smithi063 conmon[84397]: audit 2023-11-08T01:06:43.447830+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:06:44.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:44 smithi063 conmon[84397]: 14180) 150 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:45.579 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:45 smithi063 conmon[84397]: cluster 2023-11-08T01:06:44.228918+0000 mgr.smithi063.cuyera (mgr.14180) 151 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:45 smithi188 conmon[89266]: cluster 2023-11-08T01:06:44.228918+0000 mgr.smithi063.cuyera (mgr.14180) 151 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:45.981 INFO:teuthology.orchestra.run.smithi063.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-08T01:06:45.981 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager ?:9093,9094 1/1 76s ago 4m count:1 2023-11-08T01:06:45.982 INFO:teuthology.orchestra.run.smithi063.stdout:crash 2/2 78s ago 4m * 2023-11-08T01:06:45.982 INFO:teuthology.orchestra.run.smithi063.stdout:grafana ?:3000 1/1 76s ago 4m count:1 2023-11-08T01:06:45.982 INFO:teuthology.orchestra.run.smithi063.stdout:mgr 2/2 78s ago 4m count:2 2023-11-08T01:06:45.982 INFO:teuthology.orchestra.run.smithi063.stdout:mon 2/2 78s ago 3m smithi063:172.21.15.63=smithi063;smithi188:172.21.15.188=smithi188;count:2 2023-11-08T01:06:45.983 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter ?:9100 2/2 78s ago 4m * 2023-11-08T01:06:45.983 INFO:teuthology.orchestra.run.smithi063.stdout:osd.all-available-devices 8 78s ago 2m * 2023-11-08T01:06:45.983 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus ?:9095 1/1 76s ago 4m count:1 2023-11-08T01:06:46.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:46 smithi188 conmon[89266]: audit 2023-11-08T01:06:46.255675+0000 2023-11-08T01:06:46.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:46 smithi188 conmon[89266]: mon.smithi063 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:06:46.550 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-08T01:06:46.576 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:46 smithi063 conmon[84397]: audit 2023-11-08T01:06:46.255675+0000 mon.smithi063 (mon.0) 2023-11-08T01:06:46.577 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:46 smithi063 conmon[84397]: 589 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:06:47.560 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:47 smithi063 conmon[84397]: audit 2023-11-08T01 2023-11-08T01:06:47.560 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:47 smithi063 conmon[84397]: :06:45.977481+0000 mgr.smithi063.cuyera (mgr.14180) 152 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:47.560 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:47 smithi063 conmon[84397]: cluster 2023-11-08T01:06:46.229216+0000 mgr.smithi063.cuyera (mgr.14180) 153 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:47.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:47 smithi188 conmon[89266]: audit 2023-11-08T01:06:45.977481+0000 mgr.smithi063.cuyera (mgr.14180) 152 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:47.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:47 smithi188 conmon[89266]: cluster 2023-11-08T01:06:46.229216+0000 mgr.smithi063.cuyera (mgr.14180) 153 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:48.804 INFO:teuthology.orchestra.run.smithi063.stdout:HOST ADDR LABELS STATUS 2023-11-08T01:06:48.804 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 172.21.15.63 2023-11-08T01:06:48.804 INFO:teuthology.orchestra.run.smithi063.stdout:smithi188 172.21.15.188 2023-11-08T01:06:48.805 INFO:teuthology.orchestra.run.smithi063.stdout:2 hosts in cluster 2023-11-08T01:06:49.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:48 smithi063 conmon[84397]: audit 2023-11-08T01:06:47.991191+0000 mon.smithi063 2023-11-08T01:06:49.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:48 smithi063 conmon[84397]: (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:49.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:48 smithi063 conmon[84397]: cluster 2023-11-08T01:06:48.229511+0000 mgr.smithi063.cuyera (mgr.14180) 154 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:49.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:48 smithi188 conmon[89266]: audit 2023-11-08T01:06:47.991191+0000 mon.smithi063 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:49.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:48 smithi188 conmon[89266]: cluster 2023-11-08T01:06:48. 2023-11-08T01:06:49.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:48 smithi188 conmon[89266]: 229511+0000 mgr.smithi063.cuyera (mgr.14180) 154 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:49.415 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-08T01:06:50.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:50 smithi063 conmon[84397]: audit 2023-11-08T01:06:48.802863+0000 mgr.smithi063.cuyera (mgr.14180) 155 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:50.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:50 smithi188 conmon[89266]: audit 2023-11-08T01:06:48.802863+0000 mgr.smithi063.cuyera ( 2023-11-08T01:06:50.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:50 smithi188 conmon[89266]: mgr.14180) 155 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:51.498 INFO:teuthology.orchestra.run.smithi063.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-08T01:06:51.498 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5344005B400BGN 372G 76s ago LVM detected, locked 2023-11-08T01:06:51.499 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 /dev/nvme1n1 ssd Linux_750e13fa5185c6a5d284 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:51.499 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 /dev/nvme2n1 ssd Linux_0a3152bac0992d7132e4 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:51.500 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 /dev/nvme3n1 ssd Linux_27ec4f8c06d2237406f6 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:51.500 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 /dev/nvme4n1 ssd Linux_08aeee5e5d540d4a6270 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:51.500 INFO:teuthology.orchestra.run.smithi063.stdout:smithi188 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500MP400BGN 372G 81s ago LVM detected, locked 2023-11-08T01:06:51.501 INFO:teuthology.orchestra.run.smithi063.stdout:smithi188 /dev/nvme1n1 ssd Linux_8ef0d7f74eb303f0bb06 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:51.501 INFO:teuthology.orchestra.run.smithi063.stdout:smithi188 /dev/nvme2n1 ssd Linux_dc5ad7fa553cf8b5c05b 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:51.502 INFO:teuthology.orchestra.run.smithi063.stdout:smithi188 /dev/nvme3n1 ssd Linux_a5bf6901b2984e824733 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:51.502 INFO:teuthology.orchestra.run.smithi063.stdout:smithi188 /dev/nvme4n1 ssd Linux_e72a085d88cee4b93ae3 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:51.523 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:51 smithi063 conmon[84397]: cluster 2023-11-08T01:06:50.229804+0000 mgr.smithi063.cuyera (mgr.14180) 156 2023-11-08T01:06:51.523 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:51 smithi063 conmon[84397]: : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:51 smithi188 conmon[89266]: cluster 2023-11-08T01:06:50.229804+0000 mgr.smithi063.cuyera (mgr.14180) 156 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:52.101 INFO:teuthology.run_tasks:Running task vip... 2023-11-08T01:06:52.111 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-08T01:06:52.112 INFO:tasks.vip:peername 172.21.15.63 2023-11-08T01:06:52.117 INFO:tasks.vip:172.21.15.63 in 172.21.0.0/20, pos 3902 2023-11-08T01:06:52.121 INFO:tasks.vip:smithi063.front.sepia.ceph.com static 10.0.15.63, vnet 10.0.0.0/16 2023-11-08T01:06:52.121 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-08T01:06:52.121 DEBUG:teuthology.orchestra.run.smithi063:> sudo ip route ls 2023-11-08T01:06:52.149 INFO:teuthology.orchestra.run.smithi063.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-08T01:06:52.150 INFO:teuthology.orchestra.run.smithi063.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.63 metric 100 2023-11-08T01:06:52.151 INFO:tasks.vip:Configuring 10.0.15.63 on smithi063.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T01:06:52.151 DEBUG:teuthology.orchestra.run.smithi063:> sudo ip addr add 10.0.15.63/16 dev enp3s0f1 2023-11-08T01:06:52.217 INFO:tasks.vip:peername 172.21.15.188 2023-11-08T01:06:52.223 INFO:tasks.vip:172.21.15.188 in 172.21.0.0/20, pos 4027 2023-11-08T01:06:52.228 INFO:tasks.vip:smithi188.front.sepia.ceph.com static 10.0.15.188, vnet 10.0.0.0/16 2023-11-08T01:06:52.229 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip route ls 2023-11-08T01:06:52.263 INFO:teuthology.orchestra.run.smithi188.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-08T01:06:52.264 INFO:teuthology.orchestra.run.smithi188.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.188 metric 100 2023-11-08T01:06:52.265 INFO:tasks.vip:Configuring 10.0.15.188 on smithi188.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T01:06:52.265 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr add 10.0.15.188/16 dev enp3s0f1 2023-11-08T01:06:52.333 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T01:06:52.341 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2023-11-08T01:06:52.342 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-08T01:06:52.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:52 smithi063 conmon[84397]: audit 2023-11-08T01:06:51.178635+0000 mon.smithi063 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:52.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:52 smithi063 conmon[84397]: audit 2023-11-08T01:06:51.495049+0000 mgr.smithi063.cuyera (mgr.14180) 157 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:52.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:52 smithi063 conmon[84397]: audit 2023-11-08T01:06:51.522911+0000 mon.smithi063 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:06:52.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:52 smithi063 conmon[84397]: audit 2023-11-08T01:06:51.523720+0000 mon.smithi063 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:06:52.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:52 smithi063 conmon[84397]: audit 2023-11-08T01:06:51.528049+0000 mon.smithi063 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:52.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:52 smithi063 conmon[84397]: audit 2023-11-08T01:06:51.531591+0000 mon.smithi063 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:06:52.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:52 smithi188 conmon[89266]: audit 2023-11-08T01:06:51.178635+0000 mon.smithi063 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:52.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:52 smithi188 conmon[89266]: audit 2023-11-08T01:06:51.495049+0000 mgr.smithi063.cuyera (mgr.14180) 157 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:52.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:52 smithi188 conmon[89266]: audit 2023-11-08T01:06:51 2023-11-08T01:06:52.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:52 smithi188 conmon[89266]: .522911+0000 mon.smithi063 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:06:52.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:52 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:06:52.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:52 smithi188 conmon[89266]: 01:06:51.523720+0000 mon.smithi063 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:06:52.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:52 smithi188 conmon[89266]: audit 2023-11-08T01:06:51 2023-11-08T01:06:52.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:52 smithi188 conmon[89266]: .528049+0000 mon.smithi063 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:52.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:52 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:06:52.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:52 smithi188 conmon[89266]: :06:51.531591+0000 mon.smithi063 (mon.0) 595 : 2023-11-08T01:06:52.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:52 smithi188 conmon[89266]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:06:53.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:53 smithi063 conmon[84397]: cluster 2023-11-08T01: 2023-11-08T01:06:53.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:53 smithi063 conmon[84397]: 06:52.230107+0000 mgr.smithi063.cuyera (mgr.14180) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:53.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:53 smithi188 conmon[89266]: cluster 2023-11-08T01:06:52.230107+0000 mgr.smithi063.cuyera (mgr.14180) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:54.097 INFO:teuthology.orchestra.run.smithi063.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-08T01:06:54.097 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5344005B400BGN 372G 79s ago LVM detected, locked 2023-11-08T01:06:54.097 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 /dev/nvme1n1 ssd Linux_750e13fa5185c6a5d284 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:54.097 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 /dev/nvme2n1 ssd Linux_0a3152bac0992d7132e4 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:54.098 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 /dev/nvme3n1 ssd Linux_27ec4f8c06d2237406f6 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:54.098 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 /dev/nvme4n1 ssd Linux_08aeee5e5d540d4a6270 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:54.098 INFO:teuthology.orchestra.run.smithi063.stdout:smithi188 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500MP400BGN 372G 83s ago LVM detected, locked 2023-11-08T01:06:54.098 INFO:teuthology.orchestra.run.smithi063.stdout:smithi188 /dev/nvme1n1 ssd Linux_8ef0d7f74eb303f0bb06 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:54.098 INFO:teuthology.orchestra.run.smithi063.stdout:smithi188 /dev/nvme2n1 ssd Linux_dc5ad7fa553cf8b5c05b 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:54.099 INFO:teuthology.orchestra.run.smithi063.stdout:smithi188 /dev/nvme3n1 ssd Linux_a5bf6901b2984e824733 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:54.099 INFO:teuthology.orchestra.run.smithi063.stdout:smithi188 /dev/nvme4n1 ssd Linux_e72a085d88cee4b93ae3 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T01:06:54.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:54 smithi188 conmon[89266]: audit 2023-11-08T01:06:54.104143+0000 mon.smithi063 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:06:54.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:54 smithi063 conmon[84397]: audit 2023-11-08T01:06:54.104143+0000 mon.smithi063 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:06:54.749 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-11-08T01:06:54.760 INFO:tasks.cephadm:Applying spec(s): placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 --- placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '10.0.31.63/16' 2023-11-08T01:06:54.760 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch apply -i - 2023-11-08T01:06:55.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:55 smithi063 conmon[84397]: audit 2023-11-08T01 2023-11-08T01:06:55.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:55 smithi063 conmon[84397]: :06:54.094278+0000 mgr.smithi063.cuyera (mgr.14180) 159 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:55.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:55 smithi063 conmon[84397]: cluster 2023-11-08T01:06:54.230382+0000 mgr.smithi063.cuyera (mgr.14180) 160 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:55.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:55 smithi188 conmon[89266]: audit 2023-11-08T01:06:54.094278 2023-11-08T01:06:55.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:55 smithi188 conmon[89266]: +0000 mgr.smithi063.cuyera (mgr.14180) 159 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:55.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:55 smithi188 conmon[89266]: cluster 2023-11-08T01:06:54.230382+0000 mgr.smithi063.cuyera (mgr.14180) 160 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:57.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:56 smithi188 conmon[89266]: audit 2023-11-08T01:06:55.857946+0000 mon.smithi063 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:57.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:56 smithi188 conmon[89266]: cluster 2023-11-08T01:06:56.230861+0000 mgr.smithi063.cuyera (mgr.14180) 161 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:57.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:56 smithi063 conmon[84397]: audit 2023-11-08T01:06:55.857946+0000 mon.smithi063 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:57.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:56 smithi063 conmon[84397]: cluster 2023-11-08T01:06:56.230861+0000 mgr.smithi063.cuyera (mgr.14180) 161 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:57.128 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled rgw.foo update... 2023-11-08T01:06:57.129 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled ingress.rgw.foo update... 2023-11-08T01:06:57.787 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T01:06:57.796 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2023-11-08T01:06:57.797 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:06:58.400 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:58 smithi063 conmon[84397]: audit 2023-11-08T01:06:57.117887+0000 mgr.smithi063.cuyera (mgr.14180) 162 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:58.401 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:58 smithi063 conmon[84397]: cephadm 2023-11-08T01:06:57.121627+0000 mgr.smithi063.cuyera (mgr.14180) 163 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-08T01:06:58.401 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:58 smithi063 conmon[84397]: audit 2023-11-08T01:06:57.125286+0000 mon.smithi063 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:58.401 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:58 smithi063 conmon[84397]: cephadm 2023-11-08T01:06:57.125744+0000 mgr.smithi063.cuyera (mgr.14180) 164 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-11-08T01:06:58.401 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:58 smithi063 conmon[84397]: audit 2023-11-08T01:06:57.128279+0000 mon.smithi063 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:58.525 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:58 smithi188 conmon[89266]: audit 2023-11-08T01:06:57.117887+0000 mgr.smithi063.cuyera (mgr.14180) 162 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:06:58.526 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:58 smithi188 conmon[89266]: cephadm 2023-11-08T01:06:57.121627+0000 mgr.smithi063.cuyera (mgr.14180) 163 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-08T01:06:58.526 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:58 smithi188 conmon[89266]: audit 2023-11-08T01:06:57.125286+0000 mon.smithi063 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:58.526 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:58 smithi188 conmon[89266]: cephadm 2023-11-08T01:06:57.125744+0000 mgr.smithi063.cuyera (mgr.14180) 164 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-11-08T01:06:58.527 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:58 smithi188 conmon[89266]: audit 2023-11-08T01:06:57.128279+0000 mon.smithi063 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:06:59.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:59 smithi188 conmon[89266]: cluster 2023-11-08T01:06:58.231186+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:06:59.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:06:59 smithi188 conmon[89266]: 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:06:59.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:06:59 smithi063 conmon[84397]: cluster 2023-11-08T01:06:58.231186+0000 mgr.smithi063.cuyera (mgr.14180) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:00.054 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:00.055 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:06:57.121647Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:00.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:00 smithi063 conmon[84397]: audit 2023-11-08T01:06:59.189261 2023-11-08T01:07:00.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:00 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:00.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:00 smithi063 conmon[84397]: audit 2023-11-08T01:06:59.592820+0000 mon.smithi063 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:00.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:00 smithi188 conmon[89266]: audit 2023-11-08T01:06:59.189261+0000 mon.smithi063 (mon.0) 600 : audit 2023-11-08T01:07:00.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:00 smithi188 conmon[89266]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:00.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:00 smithi188 conmon[89266]: audit 2023-11-08T01:06:59.592820+0000 mon.smithi063 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:00.772 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:01.341 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:01 smithi063 conmon[84397]: audit 2023-11-08T01:07:00.050765+0000 mgr.smithi063.cuyera (mgr.14180) 166 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:01.342 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:01 smithi063 conmon[84397]: cluster 2023-11-08T01:07:00.231695+0000 mgr.smithi063.cuyera (mgr.14180) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:01 smithi188 conmon[89266]: audit 2023-11-08T01:07:00.050765+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:07:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:01 smithi188 conmon[89266]: ) 166 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:01.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:01 smithi188 conmon[89266]: cluster 2023-11-08T01:07:00.231695+0000 mgr.smithi063.cuyera (mgr.14180) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:01.773 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:03.558 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:03 smithi063 conmon[84397]: cluster 2023-11-08T01:07:02.232141+0000 mgr.smithi063.cuyera (mgr.14180) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:03.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:03 smithi188 conmon[89266]: cluster 2023-11-08T01:07:02.232141+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:07:03.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:03 smithi188 conmon[89266]: 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:04.088 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:04.089 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:04.766 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:05.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: audit 2023-11-08T01:07:03.899520+0000 mon.smithi063 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:05.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: audit 2023-11-08T01:07:03.900441+0000 mon.smithi063 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:07:05.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: audit 2023-11-08T01:07:03.901218+0000 mon.smithi063 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:07:05.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: audit 2023-11-08T01:07:03.907250+0000 mon.smithi063 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:05.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: audit 2023-11-08T01:07:03.912861+0000 mon.smithi063 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:07:05.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: cephadm 2023-11-08T01:07:03.918319+0000 mgr.smithi063.cuyera (mgr.14180) 169 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-08T01:07:05.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: audit 2023-11-08T01:07:03.921195+0000 mon.smithi063 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:05.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: audit 2023-11-08T01:07:03.921739+0000 mon.smithi063 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.rdglrh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:07:05.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: audit 2023-11-08T01:07:03.925237+0000 mon.smithi063 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.rdglrh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:07:05.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: audit 2023-11-08T01:07:03.931326+0000 mon.smithi063 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:05.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: audit 2023-11-08T01:07:03.932024+0000 mon.smithi063 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:07:05.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: cephadm 2023-11-08T01:07:03.932679+0000 mgr.smithi063.cuyera (mgr.14180) 170 : cephadm [INF] Deploying daemon rgw.foo.smithi188.rdglrh on smithi188 2023-11-08T01:07:05.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: audit 2023- 2023-11-08T01:07:05.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: 11-08T01:07:04.084816+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:07:05.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: 14180) 171 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:05.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: 2023-11-08T01:07:05.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:07:05.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: -11-08T01:07:04.232557+0000 mgr.smithi063.cuyera 2023-11-08T01:07:05.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: (mgr.14180) 172 : cluster [DBG] 2023-11-08T01:07:05.117 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:04 smithi063 conmon[84397]: pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:05.283 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit 2023-11-08T01:07:03.899520+0000 mon.smithi063 ( 2023-11-08T01:07:05.283 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:05.283 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit 2023-11-08T01:07:03.900441+0000 mon.smithi063 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:07:05.284 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit 2023-11-08T01:07:03.901218+0000 mon.smithi063 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:07:05.284 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit 2023-11-08T01:07:03.907250+0000 mon.smithi063 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:05.284 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit 2023-11-08T01:07:03.912861+0000 mon.smithi063 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:07:05.284 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: cephadm 2023- 2023-11-08T01:07:05.284 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: 11-08T01:07:03.918319+0000 mgr.smithi063.cuyera (mgr.14180) 169 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-08T01:07:05.285 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:07:05.285 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: :07:03.921195+0000 mon.smithi063 (mon 2023-11-08T01:07:05.285 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: .0) 607 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:05.285 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit 2023 2023-11-08T01:07:05.285 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: -11-08T01:07:03. 2023-11-08T01:07:05.285 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: 921739+0000 mon.smithi063 (mon.0) 608 : 2023-11-08T01:07:05.286 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.rdglrh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:07:05.286 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit 2023-11-08 2023-11-08T01:07:05.286 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: T01:07:03.925237+0000 2023-11-08T01:07:05.286 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: mon.smithi063 (mon.0) 609 : audit [INF] 2023-11-08T01:07:05.286 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.rdglrh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:07:05.287 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:07:05.287 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: 01:07:03.931326+0000 2023-11-08T01:07:05.287 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: mon.smithi063 (mon.0) 610 : audit [INF] 2023-11-08T01:07:05.287 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:05.288 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:07:05.288 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: -08T01:07:03.932024 2023-11-08T01:07:05.288 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 611 2023-11-08T01:07:05.288 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:07:05.288 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: cephadm 2023-11-08T01:07:05.289 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: 2023-11-08T01:07: 2023-11-08T01:07:05.289 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: 03.932679+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:07:05.289 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: 14180) 170 : cephadm [INF] Deploying daemon rgw.foo.smithi188.rdglrh on smithi188 2023-11-08T01:07:05.289 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: 2023-11-08T01:07:05.289 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:07:05.290 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: 08T01:07:04.084816 2023-11-08T01:07:05.290 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: +0000 mgr.smithi063.cuyera (mgr.14180) 171 : 2023-11-08T01:07:05.290 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:05.290 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: cluster 2023 2023-11-08T01:07:05.290 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: -11-08T01:07: 2023-11-08T01:07:05.290 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: 04.232557+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:07:05.291 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:04 smithi188 conmon[89266]: ) 172 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:05.768 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:07.681 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:07.681 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:07.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:07 smithi063 conmon[84397]: cluster 2023-11-08T01:07:06.232861+0000 mgr.smithi063.cuyera (mgr.14180) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:07.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:07 smithi063 conmon[84397]: audit 2023-11-08T01:07:06.659598+0000 mon.smithi063 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:07.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:07 smithi063 conmon[84397]: audit 2023-11-08T01:07:06.660764+0000 mon.smithi063 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi063.iflykc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:07:07.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:07 smithi063 conmon[84397]: audit 2023-11-08T01:07:06.663703+0000 mon.smithi063 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi063.iflykc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:07:07.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:07 smithi063 conmon[84397]: audit 2023-11-08T01:07:06.667676+0000 mon.smithi063 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:07.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:07 smithi063 conmon[84397]: audit 2023-11-08T01:07:06.668314+0000 mon.smithi063 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:07:07.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:07 smithi063 conmon[84397]: cluster 2023-11-08T01:07:06.709204+0000 mon.smithi063 (mon.0) 617 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-08T01:07:07.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:07 smithi063 conmon[84397]: audit 2023-11-08T01:07:06.710287+0000 2023-11-08T01:07:07.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:07 smithi063 conmon[84397]: mon.smithi188 (mon.1) 19 : audit [INF] from='client.? 172.21.15.188:0/1530355979' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-08T01:07:07.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:07 smithi063 conmon[84397]: audit 2023-11-08T01:07:06.714921+0000 mon.smithi063 (mon.0) 618 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-08T01:07:08.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: cluster 2023-11-08T01:07:06.232861+0000 mgr.smithi063.cuyera (mgr.14180) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:08.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: audit 2023-11-08T01:07:06.659598+0000 2023-11-08T01:07:08.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: mon.smithi063 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:08.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: audit 2023-11-08T01:07:06.660764+0000 mon.smithi063 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi063.iflykc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:07:08.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: audit 2023-11-08T01:07:06.663703+0000 mon.smithi063 (mon.0) 614 : audit 2023-11-08T01:07:08.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi063.iflykc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:07:08.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: audit 2023-11-08T01:07:06 2023-11-08T01:07:08.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: .667676+0000 mon.smithi063 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:08.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:07:08.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: 08T01:07:06.668314+0000 mon.smithi063 (mon.0 2023-11-08T01:07:08.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: ) 616 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:07:08.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: cluster 2023-11-08T01 2023-11-08T01:07:08.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: :07:06.709204+0000 mon.smithi063 (mon.0) 617 2023-11-08T01:07:08.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-08T01:07:08.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:07:08.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: 01:07:06.710287+0000 mon.smithi188 (mon.1) 19 2023-11-08T01:07:08.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: : audit [INF] from='client.? 172.21.15.188:0/1530355979' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-08T01:07:08.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: audit 2023-11-08T01:07:06 2023-11-08T01:07:08.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: .714921+0000 mon.smithi063 (mon.0) 618 : audit [INF] 2023-11-08T01:07:08.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:07 smithi188 conmon[89266]: from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-08T01:07:08.555 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:08 smithi063 conmon[84397]: cephadm 2023-11-08T01:07:06.668886+0000 mgr.smithi063.cuyera (mgr.14180) 174 : cephadm [INF] Deploying daemon rgw.foo.smithi063.iflykc on smithi063 2023-11-08T01:07:08.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:08 smithi063 conmon[84397]: audit 2023-11-08T01:07:07.715035+0000 mon.smithi063 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-08T01:07:08.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:08 smithi063 conmon[84397]: cluster 2023-11-08T01:07:07.715221+0000 mon.smithi063 (mon.0) 620 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-08T01:07:09.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:08 smithi188 conmon[89266]: cephadm 2023-11-08T01:07:06.668886+0000 mgr.smithi063.cuyera (mgr.14180) 174 : cephadm [INF] 2023-11-08T01:07:09.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:08 smithi188 conmon[89266]: Deploying daemon rgw.foo.smithi063.iflykc on smithi063 2023-11-08T01:07:09.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:08 smithi188 conmon[89266]: audit 2023-11-08T01:07:07.715035+0000 mon.smithi063 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-08T01:07:09.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:08 smithi188 conmon[89266]: cluster 2023-11-08T01:07:07.715221+0000 mon.smithi063 2023-11-08T01:07:09.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:08 smithi188 conmon[89266]: (mon.0) 620 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-08T01:07:09.556 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:10.059 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:09 smithi063 conmon[84397]: audit 2023-11-08T01:07:07.676693+0000 mgr.smithi063.cuyera (mgr.14180) 175 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:10.059 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:09 smithi063 conmon[84397]: cluster 2023-11-08T01:07:08.233143+0000 mgr.smithi063.cuyera (mgr.14180) 176 : cluster [DBG] pgmap v141: 33 pgs: 5 active+clean, 12 creating+peering, 16 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:10.059 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:09 smithi063 conmon[84397]: cluster 2023-11-08T01:07:08.714942+0000 mon.smithi063 (mon.0) 621 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-08T01:07:10.060 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:09 smithi063 conmon[84397]: audit 2023-11-08T01:07:08.720124+0000 mon.smithi188 (mon.1) 20 : audit [INF] from='client.? 172.21.15.188:0/1530355979' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-08T01:07:10.060 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:09 smithi063 conmon[84397]: audit 2023-11-08T01:07:08.720768+0000 mon.smithi063 (mon.0) 622 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-08T01:07:10.060 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:09 smithi063 conmon[84397]: audit 2023-11-08T01:07:09.584615+0000 mon.smithi063 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:10.060 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:09 smithi063 conmon[84397]: audit 2023-11-08T01:07:09.585969+0000 2023-11-08T01:07:10.060 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:09 smithi063 conmon[84397]: mon.smithi063 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.qnmlbn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:07:10.061 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:09 smithi063 conmon[84397]: audit 2023-11-08T01:07:09.589517+0000 mon.smithi063 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.qnmlbn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:07:10.061 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:09 smithi063 conmon[84397]: audit 2023-11-08T01:07:09.593457+0000 mon.smithi063 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:10.061 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:09 smithi063 conmon[84397]: audit 2023-11-08T01:07:09.594289+0000 mon.smithi063 (mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:07:10.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: audit 2023-11-08T01:07:07.676693+0000 mgr.smithi063.cuyera (mgr.14180) 175 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:10.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: cluster 2023-11- 2023-11-08T01:07:10.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: 08T01:07:08.233143+0000 mgr.smithi063.cuyera (mgr.14180) 176 : cluster [DBG] pgmap v141: 33 pgs: 5 active+clean, 12 creating+peering, 16 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:10.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: cluster 2023-11-08T01:07:08.714942+0000 mon.smithi063 (mon.0) 621 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-08T01:07:10.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:07:10.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: :07:08.720124+0000 mon.smithi188 (mon.1) 20 : audit [INF] from='client.? 172.21.15.188:0/1530355979' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-08T01:07:10.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: audit 2023-11-08T01:07:08. 2023-11-08T01:07:10.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: 720768+0000 mon.smithi063 (mon.0) 622 : audit [INF] 2023-11-08T01:07:10.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-08T01:07:10.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: audit 2023-11-08T01:07:09.584615+0000 2023-11-08T01:07:10.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: mon.smithi063 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:10.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:07:10.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: -08T01:07:09.585969+0000 mon.smithi063 ( 2023-11-08T01:07:10.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.qnmlbn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:07:10.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:07:10.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: -08T01:07:09.589517+0000 mon.smithi063 ( 2023-11-08T01:07:10.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi188.qnmlbn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:07:10.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:07:10.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: -08T01:07:09.593457+0000 mon.smithi063 ( 2023-11-08T01:07:10.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:10.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: audit 2023-11-08T01:07:10.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: 2023-11-08T01:07: 2023-11-08T01:07:10.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: 09.594289+0000 mon.smithi063 (mon.0) 627 : audit 2023-11-08T01:07:10.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:09 smithi188 conmon[89266]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:07:10.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:10 smithi188 conmon[89266]: cephadm 2023-11-08T01:07:09.594877+0000 mgr.smithi063.cuyera 2023-11-08T01:07:10.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:10 smithi188 conmon[89266]: (mgr.14180) 177 : cephadm [INF] Deploying daemon rgw.foo.smithi188.qnmlbn on smithi188 2023-11-08T01:07:10.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:10 smithi188 conmon[89266]: audit 2023-11-08T01:07:09.718121+0000 mon.smithi063 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-08T01:07:10.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:10 smithi188 conmon[89266]: cluster 2023-11-08T01:07:09.718296+0000 mon.smithi063 (mon.0) 629 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-08T01:07:10.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:10 smithi063 conmon[84397]: cephadm 2023-11-08T01:07:09 2023-11-08T01:07:10.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:10 smithi063 conmon[84397]: .594877+0000 mgr.smithi063.cuyera (mgr.14180) 177 : cephadm [INF] Deploying daemon rgw.foo.smithi188.qnmlbn on smithi188 2023-11-08T01:07:10.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:10 smithi063 conmon[84397]: audit 2023-11-08T01:07:09.718121+0000 mon.smithi063 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-08T01:07:10.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:10 smithi063 conmon[84397]: cluster 2023-11-08T01:07:09.718296+0000 mon.smithi063 (mon.0) 629 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-08T01:07:11.553 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:11.554 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:11.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:11 smithi063 conmon[84397]: cluster 2023-11-08T01:07:10.233460+0000 mgr.smithi063.cuyera (mgr.14180) 178 : cluster [DBG] pgmap v144: 65 pgs: 19 active+clean, 17 creating+peering, 29 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:11.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:11 smithi063 conmon[84397]: cluster 2023-11-08T01:07:10.719925+0000 mon.smithi063 (mon.0) 630 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-08T01:07:11.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:11 smithi063 conmon[84397]: audit 2023-11-08T01:07:10.721039+0000 mon.smithi188 (mon.1) 21 : audit [INF] from='client.? 172.21.15.188:0/1530355979' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:07:11.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:11 smithi063 conmon[84397]: audit 2023-11-08T01:07:10.721115+0000 mon.smithi063 (mon.0) 631 : audit [INF] from='client.? 172.21.15.63:0/614950245' entity='client.rgw.foo.smithi063.iflykc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:07:11.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:11 smithi063 conmon[84397]: audit 2023-11-08T01:07:10.721717+0000 mon.smithi063 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:07:12.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: cluster 2023-11-08T01:07:10.233460 2023-11-08T01:07:12.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: +0000 mgr.smithi063.cuyera (mgr.14180) 178 : cluster [DBG] pgmap v144: 65 pgs: 19 active+clean, 17 creating+peering, 29 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:12.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: cluster 2023-11-08T01:07:10.719925+0000 mon.smithi063 (mon.0) 630 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-08T01:07:12.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: audit 2023-11-08T01:07:10.721039+0000 mon.smithi188 (mon.1) 2023-11-08T01:07:12.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: 21 : audit [INF] from='client.? 172.21.15.188:0/1530355979' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:07:12.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:07:12.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: -08T01:07:10.721115+0000 mon.smithi063 (mon.0) 2023-11-08T01:07:12.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: 631 : audit [INF] from='client.? 172.21.15.63:0/614950245' entity='client.rgw.foo.smithi063.iflykc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:07:12.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:07:12.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: 08T01:07:10.721717+0000 2023-11-08T01:07:12.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: mon.smithi063 (mon.0) 632 : audit [INF] 2023-11-08T01:07:12.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:11 smithi188 conmon[89266]: from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-08T01:07:12.297 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:13.299 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:13.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:13 smithi188 conmon[89266]: audit 2023-11-08T01:07:11.549854+0000 mgr.smithi063.cuyera (mgr.14180) 179 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:13.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:13 smithi188 conmon[89266]: audit 2023-11-08T01:07:11.724019 2023-11-08T01:07:13.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:13 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 633 : audit [INF] from='client.? 172.21.15.63:0/614950245' entity='client.rgw.foo.smithi063.iflykc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-08T01:07:13.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:13 smithi188 conmon[89266]: audit 2023-11-08T01:07:11.724099+0000 mon.smithi063 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-08T01:07:13.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:13 smithi188 conmon[89266]: cluster 2023-11-08T01:07:11.724308+0000 mon.smithi063 (mon.0) 635 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-08T01:07:13.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:13 smithi188 conmon[89266]: audit 2023-11-08T01:07:12.661204+0000 mon.smithi063 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:13.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: audit 2023-11-08T01:07:11.549854 2023-11-08T01:07:13.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 179 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:13.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: audit 2023-11-08T01:07:11.724019+0000 mon.smithi063 (mon 2023-11-08T01:07:13.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: .0) 633 : audit [INF] from='client.? 172.21.15.63:0/614950245' entity='client.rgw.foo.smithi063.iflykc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-08T01:07:13.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: audit 2023-11-08T01:07:13.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: 2023-11-08T01:07:11.724099+0000 mon.smithi063 2023-11-08T01:07:13.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-08T01:07:13.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: 2023-11-08T01:07:13.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: cluster 2023-11-08T01:07:13.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: 2023-11-08T01:07:11.724308+0000 2023-11-08T01:07:13.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: mon.smithi063 (mon.0) 635 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-08T01:07:13.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: 2023-11-08T01:07:13.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: audit 2023-11-08T01: 2023-11-08T01:07:13.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: 07:12.661204+0000 mon.smithi063 (mon.0 2023-11-08T01:07:13.366 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:13 smithi063 conmon[84397]: ) 636 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:14.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: cluster 2023-11-08T01:07:12.233858+0000 mgr.smithi063.cuyera ( 2023-11-08T01:07:14.328 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: mgr.14180) 180 : cluster [DBG] pgmap v147: 97 pgs: 59 active+clean, 6 creating+peering, 32 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 767 B/s wr, 5 op/s 2023-11-08T01:07:14.328 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: audit 2023-11-08T01:07:13.092603+0000 mon.smithi063 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi063.yvovan", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:07:14.329 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: cluster 2023-11-08T01:07:13.099735+0000 mon.smithi063 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-08T01:07:14.329 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: audit 2023-11-08T01:07:13.099846+0000 mon.smithi063 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi063.yvovan", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:07:14.329 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: audit 2023-11-08T01:07:13.102973+0000 mon.smithi188 (mon.1) 22 : audit [INF] from='client.? 172.21.15.188:0/1578849178' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:07:14.330 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: audit 2023-11-08T01:07:13.103695+0000 mon.smithi188 (mon.1) 23 : audit [INF] from='client.? 172.21.15.188:0/133713783' entity='client.rgw.foo.smithi188.qnmlbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:07:14.330 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: audit 2023-11-08T01:07:13.106177+0000 mon.smithi063 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:07:14.330 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: audit 2023-11-08T01:07:13.106583+0000 mon.smithi063 (mon.0) 641 : audit [INF] from='client.? 172.21.15.63:0/2602817191' entity='client.rgw.foo.smithi063.iflykc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:07:14.331 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: audit 2023-11-08T01:07:13.106790+0000 mon.smithi063 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.qnmlbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:07:14.331 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: audit 2023-11-08T01:07:13.110527+0000 mon.smithi063 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:14.331 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: audit 2023-11-08T01:07:13.111245+0000 mon.smithi063 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:07:14.332 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:14 smithi063 conmon[84397]: cephadm 2023-11-08T01:07:13.111859+0000 mgr.smithi063.cuyera (mgr.14180) 181 : cephadm [INF] Deploying daemon rgw.foo.smithi063.yvovan on smithi063 2023-11-08T01:07:14.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: cluster 2023-11-08T01:07:12.233858+0000 mgr.smithi063.cuyera (mgr.14180) 180 : cluster [DBG] pgmap v147: 97 pgs: 59 active+clean, 6 creating+peering, 32 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 767 B/s wr, 5 op/s 2023-11-08T01:07:14.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: audit 2023-11-08T01:07:13.092603+0000 mon.smithi063 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi063.yvovan", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T01:07:14.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: cluster 2023-11-08T01:07:13.099735+0000 mon.smithi063 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-08T01:07:14.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: audit 2023-11-08T01:07:13.099846+0000 mon.smithi063 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi063.yvovan", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T01:07:14.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: audit 2023-11-08T01:07:13.102973+0000 mon.smithi188 (mon.1) 22 : audit [INF] from='client.? 172.21.15.188:0/1578849178' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:07:14.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: audit 2023-11-08T01:07:13.103695+0000 mon.smithi188 (mon.1) 23 : audit [INF] from='client.? 172.21.15.188:0/133713783' entity='client.rgw.foo.smithi188.qnmlbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:07:14.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: audit 2023-11-08T01:07:13.106177+0000 mon.smithi063 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:07:14.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: audit 2023-11-08T01:07:13.106583+0000 mon.smithi063 (mon.0) 641 : audit [INF] from='client.? 172.21.15.63:0/2602817191' entity='client.rgw.foo.smithi063.iflykc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:07:14.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: audit 2023-11-08T01:07:13.106790+0000 mon.smithi063 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.qnmlbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-08T01:07:14.362 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: audit 2023-11-08T01:07:13.110527+0000 mon.smithi063 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:14.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: audit 2023-11-08T01:07:13.111245+0000 mon.smithi063 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:07:14.363 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:14 smithi188 conmon[89266]: cephadm 2023-11-08T01:07:13.111859+0000 mgr.smithi063.cuyera (mgr.14180) 181 : cephadm [INF] Deploying daemon rgw.foo.smithi063.yvovan on smithi063 2023-11-08T01:07:15.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:15 smithi063 conmon[84397]: audit 2023-11-08T01:07:14.106647+0000 mon.smithi063 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-08T01:07:15.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:15 smithi063 conmon[84397]: audit 2023-11-08T01:07:14.106779+0000 mon.smithi063 (mon.0) 646 : audit [INF] from='client.? 172.21.15.63:0/2602817191' entity='client.rgw.foo.smithi063.iflykc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-08T01:07:15.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:15 smithi063 conmon[84397]: audit 2023-11-08T01:07:14.106838+0000 mon.smithi063 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.qnmlbn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-08T01:07:15.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:15 smithi063 conmon[84397]: cluster 2023-11-08T01:07:14.106931+0000 mon.smithi063 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-08T01:07:15.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:15 smithi063 conmon[84397]: audit 2023-11-08T01:07:14.109457+0000 mon.smithi188 (mon.1) 24 : audit [INF] from='client.? 172.21.15.188:0/1578849178' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:07:15.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:15 smithi063 conmon[84397]: audit 2023-11-08T01:07:14.113059+0000 mon.smithi063 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:07:15.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:15 smithi063 conmon[84397]: audit 2023-11-08T01:07:14.117875+0000 mon.smithi063 (mon.0) 650 : audit [INF] from='client.? 172.21.15.63:0/2602817191' entity='client.rgw.foo.smithi063.iflykc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:07:15.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:15 smithi063 conmon[84397]: audit 2023-11-08T01:07:14.117994+0000 mon.smithi188 (mon.1) 25 : audit [INF] from='client.? 172.21.15.188:0/133713783' entity='client.rgw.foo.smithi188.qnmlbn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:07:15.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:15 smithi063 conmon[84397]: audit 2023-11-08T01:07:14.119334+0000 mon.smithi063 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.qnmlbn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:07:15.116 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:15 smithi063 conmon[84397]: cluster 2023-11-08T01:07:14.234165+0000 mgr.smithi063.cuyera (mgr.14180) 182 : cluster [DBG] pgmap v150: 129 pgs: 71 active+clean, 7 creating+peering, 51 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 1.2 KiB/s wr, 9 op/s 2023-11-08T01:07:15.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: audit 2023-11-08T01:07:14.106647+0000 mon.smithi063 (mon.0) 645 2023-11-08T01:07:15.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-08T01:07:15.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: audit 2023-11-08T01:07:14.106779+0000 mon.smithi063 (mon.0) 646 : audit [INF] from='client.? 172.21.15.63:0/2602817191' entity='client.rgw.foo.smithi063.iflykc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-08T01:07:15.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: audit 2023-11-08T01:07:15.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: 2023-11-08T01:07:14.106838+0000 mon.smithi063 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.qnmlbn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-08T01:07:15.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: cluster 2023-11-08T01:07:15.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: 2023-11-08T01:07:14.106931+0000 mon.smithi063 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-08T01:07:15.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:07:15.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: 01:07:14.109457+0000 mon.smithi188 (mon.1) 24 : audit [INF] from='client.? 172.21.15.188:0/1578849178' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:07:15.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: 2023-11-08T01:07:15.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: audit 2023 2023-11-08T01:07:15.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: -11-08T01:07:14.113059+0000 mon.smithi063 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:07:15.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:07:15.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: -08T01:07:14.117875+0000 mon.smithi063 (mon.0) 650 : audit [INF] from='client.? 172.21.15.63:0/2602817191' entity='client.rgw.foo.smithi063.iflykc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:07:15.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: audit 2023 2023-11-08T01:07:15.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: -11-08T01:07:14.117994+0000 mon.smithi188 (mon.1) 25 : audit 2023-11-08T01:07:15.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: [INF] from='client.? 172.21.15.188:0/133713783' entity='client.rgw.foo.smithi188.qnmlbn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:07:15.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:07:15.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: 11-08T01:07:14.119334+0000 mon.smithi063 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.qnmlbn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-08T01:07:15.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: cluster 2023-11 2023-11-08T01:07:15.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: -08T01:07:14.234165+0000 mgr.smithi063.cuyera (mgr.14180) 182 : 2023-11-08T01:07:15.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:15 smithi188 conmon[89266]: cluster [DBG] pgmap v150: 129 pgs: 71 active+clean, 7 creating+peering, 51 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 1.2 KiB/s wr, 9 op/s 2023-11-08T01:07:16.066 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:16.066 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:16.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:16 smithi188 conmon[89266]: audit 2023-11-08T01:07:15.106675+0000 mon.smithi063 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:07:16.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:16 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:07:16.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:16 smithi188 conmon[89266]: 11-08T01:07:15.106757+0000 mon.smithi063 (mon.0) 653 : audit [INF] from='client.? 172.21.15.63:0/2602817191' entity='client.rgw.foo.smithi063.iflykc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:07:16.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:16 smithi188 conmon[89266]: audit 2023-11-08T01:07:15.106824+0000 mon.smithi063 (mon.0) 654 : audit 2023-11-08T01:07:16.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:16 smithi188 conmon[89266]: [INF] from='client.? ' entity='client.rgw.foo.smithi188.qnmlbn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:07:16.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:16 smithi188 conmon[89266]: cluster 2023-11-08 2023-11-08T01:07:16.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:16 smithi188 conmon[89266]: T01:07:15.106884+0000 mon.smithi063 (mon.0) 655 : cluster [DBG] 2023-11-08T01:07:16.361 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:16 smithi188 conmon[89266]: osdmap e47: 8 total, 8 up, 8 in 2023-11-08T01:07:16.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:16 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:07:16.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:16 smithi063 conmon[84397]: -08T01:07:15.106675+0000 mon.smithi063 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.rdglrh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:07:16.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:16 smithi063 conmon[84397]: audit 2023-11-08T01:07:15.106757+0000 mon.smithi063 (mon.0) 653 : audit [INF] from='client.? 172.21.15.63:0/2602817191' entity='client.rgw.foo.smithi063.iflykc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:07:16.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:16 smithi063 conmon[84397]: audit 2023-11-08T01:07:15.106824+0000 mon.smithi063 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi188.qnmlbn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-08T01:07:16.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:16 smithi063 conmon[84397]: cluster 2023-11-08T01:07:15.106884+0000 mon.smithi063 (mon.0) 655 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-08T01:07:17.117 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:17.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:17 smithi063 conmon[84397]: audit 2023-11-08T01:07:16.062034+0000 2023-11-08T01:07:17.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:17 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 183 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:17.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:17 smithi063 conmon[84397]: cluster 2023-11-08T01:07:16.234632+0000 mgr.smithi063.cuyera (mgr.14180) 184 : cluster [DBG] pgmap v152: 129 pgs: 116 active+clean, 2 creating+peering, 11 unknown; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 KiB/s rd, 2.4 KiB/s wr, 145 op/s 2023-11-08T01:07:17.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:17 smithi063 conmon[84397]: audit 2023-11-08T01:07:16.962566+0000 mon.smithi063 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:17.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:17 smithi063 conmon[84397]: audit 2023-11-08T01:07:16.969946+0000 mon.smithi063 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:17.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:17 smithi188 conmon[89266]: audit 2023-11-08T01:07:16.062034+0000 mgr.smithi063.cuyera (mgr.14180) 183 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:17.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:17 smithi188 conmon[89266]: cluster 2023-11-08T01:07:16.234632+0000 mgr.smithi063.cuyera (mgr.14180) 184 : cluster [DBG] pgmap v152: 129 pgs: 116 active+clean, 2 creating+peering, 11 unknown; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 KiB/s rd, 2.4 KiB/s wr, 145 op/s 2023-11-08T01:07:17.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:17 smithi188 conmon[89266]: audit 2023-11-08T01:07:16.962566+0000 mon.smithi063 (mon 2023-11-08T01:07:17.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:17 smithi188 conmon[89266]: .0) 656 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:17.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:17 smithi188 conmon[89266]: audit 2023-11-08T01:07:17.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:17 smithi188 conmon[89266]: 2023-11-08T01: 2023-11-08T01:07:17.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:17 smithi188 conmon[89266]: 07:16.969946+0000 mon.smithi063 (mon 2023-11-08T01:07:17.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:17 smithi188 conmon[89266]: .0) 657 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:17.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:17 smithi188 conmon[89266]: 2023-11-08T01:07:18.118 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:18.565 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:18 smithi063 conmon[84397]: cephadm 2023-11-08T01:07:16.978416+0000 mgr.smithi063.cuyera (mgr.14180) 185 : 2023-11-08T01:07:18.565 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:18 smithi063 conmon[84397]: cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi188.fpjpvr on smithi188 2023-11-08T01:07:18.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:18 smithi188 conmon[89266]: cephadm 2023-11-08T01:07:16.978416+0000 mgr.smithi063.cuyera (mgr.14180) 185 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi188.fpjpvr on smithi188 2023-11-08T01:07:19.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:19 smithi063 conmon[84397]: cluster 2023-11-08T01:07:18.235166+0000 mgr.smithi063.cuyera (mgr.14180) 186 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 284 KiB/s rd, 4.3 KiB/s wr, 482 op/s 2023-11-08T01:07:19.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:19 smithi188 conmon[89266]: cluster 2023-11-08T01:07:18.235166+0000 mgr.smithi063.cuyera (mgr.14180) 186 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 284 KiB/s rd, 4.3 KiB/s wr, 482 op/s 2023-11-08T01:07:20.048 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:20.048 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:20.674 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:20 smithi063 conmon[84397]: audit 2023-11-08T01:07:19.395994+0000 mon.smithi063 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:20.689 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:20 smithi188 conmon[89266]: audit 2023-11-08T01:07:19.395994+0000 mon.smithi063 (mon.0) 658 : audit [INF] 2023-11-08T01:07:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:20 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:21.691 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:21.719 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:21 smithi063 conmon[84397]: audit 2023-11-08T01:07:20.043872+0000 mgr.smithi063.cuyera ( 2023-11-08T01:07:21.720 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:21 smithi063 conmon[84397]: mgr.14180) 187 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:21.720 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:21 smithi063 conmon[84397]: cluster 2023-11-08T01:07:20.235793+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:07:21.720 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:21 smithi063 conmon[84397]: 188 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 369 KiB/s rd, 4.5 KiB/s wr, 624 op/s 2023-11-08T01:07:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:21 smithi188 conmon[89266]: audit 2023-11-08T01:07:20.043872+0000 mgr.smithi063.cuyera (mgr.14180) 187 : audit 2023-11-08T01:07:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:21 smithi188 conmon[89266]: [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:21 smithi188 conmon[89266]: cluster 2023-11-08T01:07:20.235793+0000 mgr.smithi063.cuyera (mgr.14180) 188 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 369 KiB/s rd, 4.5 KiB/s wr, 624 op/s 2023-11-08T01:07:23.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:23 smithi063 conmon[84397]: cluster 2023-11-08T01:07:22.236341+0000 mgr.smithi063.cuyera (mgr.14180) 189 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 396 KiB/s rd, 3.9 KiB/s wr, 664 op/s 2023-11-08T01:07:23.651 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:23.651 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:23 smithi188 conmon[89266]: cluster 2023-11-08T01:07:22.236341+0000 mgr.smithi063.cuyera (mgr.14180) 189 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 396 KiB/s rd, 3.9 KiB/s wr, 664 op/s 2023-11-08T01:07:24.255 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:24.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:24 smithi063 conmon[84397]: audit 2023-11-08T01:07:23.647643+0000 2023-11-08T01:07:24.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:24 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 190 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:24.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:24 smithi063 conmon[84397]: audit 2023-11-08T01:07:24.219897+0000 mon.smithi063 (mon.0) 659 2023-11-08T01:07:24.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:24 smithi063 conmon[84397]: : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2023-11-08T01:07:24.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:24 smithi063 conmon[84397]: audit 2023-11-08T01:07:24.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:24 smithi063 conmon[84397]: 2023-11-08T01:07:24.401610 2023-11-08T01:07:24.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:24 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 660 : audit [INF] 2023-11-08T01:07:24.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:24 smithi063 conmon[84397]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:24 smithi188 conmon[89266]: audit 2023-11-08T01:07:23.647643+0000 mgr.smithi063.cuyera (mgr.14180) 190 : audit [DBG] 2023-11-08T01:07:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:24 smithi188 conmon[89266]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:24.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:24 smithi188 conmon[89266]: audit 2023-11-08T01:07:24.219897+0000 mon.smithi063 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2023-11-08T01:07:24.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:24 smithi188 conmon[89266]: audit 2023-11-08T01:07:24.401610+0000 mon.smithi063 2023-11-08T01:07:24.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:24 smithi188 conmon[89266]: (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:07:25.256 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:25.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:25 smithi063 conmon[84397]: cluster 2023-11-08T01:07:24.236891+0000 mgr.smithi063.cuyera (mgr.14180) 191 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 329 KiB/s rd, 3.2 KiB/s wr, 550 op/s 2023-11-08T01:07:25.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:25 smithi063 conmon[84397]: audit 2023-11-08T01:07:25.150958+0000 mon.smithi063 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2023-11-08T01:07:25.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:25 smithi063 conmon[84397]: cluster 2023-11-08T01:07:25.151078+0000 mon.smithi063 (mon.0) 662 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-08T01:07:25.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:25 smithi188 conmon[89266]: cluster 2023-11-08T01:07:24.236891+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:07:25.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:25 smithi188 conmon[89266]: .14180) 191 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 329 KiB/s rd, 3.2 KiB/s wr, 550 op/s 2023-11-08T01:07:25.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:25 smithi188 conmon[89266]: audit 2023-11-08T01:07:25.150958+0000 mon.smithi063 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2023-11-08T01:07:25.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:25 smithi188 conmon[89266]: cluster 2023-11-08T01:07:25.151078+0000 mon.smithi063 (mon.0) 662 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-08T01:07:25.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:25 smithi188 conmon[89266]: 2023-11-08T01:07:27.144 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:27.145 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:27.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:27 smithi188 conmon[89266]: cluster 2023-11-08T01:07:26.158914+0000 mon.smithi063 (mon.0) 663 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-08T01:07:27.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:27 smithi188 conmon[89266]: cluster 2023-11-08T01:07:26.237339+0000 mgr.smithi063.cuyera (mgr.14180) 192 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 KiB/s rd, 1023 B/s wr, 379 op/s 2023-11-08T01:07:27.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:27 smithi063 conmon[84397]: cluster 2023-11-08T01:07:26.158914+0000 mon.smithi063 (mon.0) 663 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-08T01:07:27.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:27 smithi063 conmon[84397]: cluster 2023-11-08T01:07:26.237339+0000 mgr.smithi063.cuyera (mgr.14180) 192 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 KiB/s rd, 1023 B/s wr, 379 op/s 2023-11-08T01:07:27.748 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:28.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:28 smithi188 conmon[89266]: audit 2023-11-08T01:07:27.140474+0000 mgr.smithi063.cuyera (mgr.14180) 193 : audit 2023-11-08T01:07:28.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:28 smithi188 conmon[89266]: [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:28 smithi063 conmon[84397]: audit 2023-11-08T01:07:27.140474+0000 mgr.smithi063.cuyera (mgr.14180) 193 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:28.749 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:29.554 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:29 smithi063 conmon[84397]: cluster 2023-11-08T01:07:28.237936+0000 2023-11-08T01:07:29.554 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:29 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 194 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 KiB/s rd, 0 B/s wr, 197 op/s 2023-11-08T01:07:29.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:29 smithi188 conmon[89266]: cluster 2023-11-08T01:07:28.237936+0000 mgr.smithi063.cuyera (mgr.14180) 194 : cluster 2023-11-08T01:07:29.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:29 smithi188 conmon[89266]: [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 KiB/s rd, 0 B/s wr, 197 op/s 2023-11-08T01:07:30.599 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:30.599 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:31.245 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:31.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:31 smithi188 conmon[89266]: cluster 2023-11-08T01:07:30.238377+0000 mgr.smithi063.cuyera (mgr.14180) 195 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 92 op/s 2023-11-08T01:07:31.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:31 smithi188 conmon[89266]: 2023-11-08T01:07:31.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:31 smithi188 conmon[89266]: audit 2023-11-08T01:07:30.595631+0000 mgr.smithi063.cuyera (mgr.14180) 196 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:31.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:31 smithi063 conmon[84397]: cluster 2023-11-08T01:07:30. 2023-11-08T01:07:31.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:31 smithi063 conmon[84397]: 238377+0000 mgr.smithi063.cuyera (mgr.14180) 195 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 92 op/s 2023-11-08T01:07:31.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:31 smithi063 conmon[84397]: audit 2023-11-08T01:07:30.595631+0000 mgr.smithi063.cuyera (mgr.14180) 196 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:32.247 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:33.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:33 smithi063 conmon[84397]: cluster 2023-11-08T01:07:32.238953+0000 mgr.smithi063.cuyera (mgr.14180) 197 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 78 op/s 2023-11-08T01:07:33.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:33 smithi188 conmon[89266]: cluster 2023-11-08T01:07:32.238953+0000 mgr.smithi063.cuyera (mgr.14180) 197 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 78 op/s 2023-11-08T01:07:34.098 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:34.098 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:34.703 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:35.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:35 smithi188 conmon[89266]: audit 2023-11-08T01:07:34.094033+0000 mgr.smithi063.cuyera (mgr.14180) 198 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:35.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:35 smithi188 conmon[89266]: cluster 2023-11-08T01:07:34.239325+0000 mgr.smithi063.cuyera (mgr.14180) 199 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 41 op/s 2023-11-08T01:07:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:35 smithi063 conmon[84397]: audit 2023-11-08T01:07:34.094033+0000 mgr.smithi063.cuyera 2023-11-08T01:07:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:35 smithi063 conmon[84397]: (mgr.14180) 198 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:35 smithi063 conmon[84397]: cluster 2023-11-08T01:07:34.239325+0000 mgr.smithi063.cuyera (mgr.14180) 199 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 41 op/s 2023-11-08T01:07:35.704 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:37.605 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:37.605 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:37.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:37 smithi188 conmon[89266]: cluster 2023-11-08T01:07:36.239996+0000 mgr.smithi063.cuyera (mgr.14180) 200 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 22 op/s 2023-11-08T01:07:37.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:37 smithi063 conmon[84397]: cluster 2023-11-08T01:07:36.239996+0000 mgr.smithi063.cuyera (mgr.14180) 200 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 22 op/s 2023-11-08T01:07:38.178 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:38.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:38 smithi188 conmon[89266]: audit 2023-11-08T01:07:37.601099+0000 mgr.smithi063.cuyera (mgr.14180) 201 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:38.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:38 smithi063 conmon[84397]: audit 2023-11-08T01:07:37.601099+0000 mgr.smithi063.cuyera ( 2023-11-08T01:07:38.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:38 smithi063 conmon[84397]: mgr.14180) 201 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:39.179 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:39.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:39 smithi188 conmon[89266]: cluster 2023-11-08T01:07:38.240495+0000 mgr.smithi063.cuyera (mgr.14180) 202 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 18 op/s 2023-11-08T01:07:39.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:39 smithi063 conmon[84397]: cluster 2023-11-08T01:07:38.240495+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:07:39.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:39 smithi063 conmon[84397]: ) 202 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 18 op/s 2023-11-08T01:07:41.051 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:41.051 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:41.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:41 smithi063 conmon[84397]: cluster 2023-11-08T01:07:40 2023-11-08T01:07:41.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:41 smithi063 conmon[84397]: .241041+0000 mgr.smithi063.cuyera (mgr.14180) 203 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 0 B/s wr, 8 op/s 2023-11-08T01:07:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:41 smithi188 conmon[89266]: cluster 2023-11-08T01:07:40.241041+0000 mgr.smithi063.cuyera (mgr.14180) 203 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 0 B/s wr, 8 op/s 2023-11-08T01:07:41.669 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:42.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:42 smithi188 conmon[89266]: audit 2023-11-08T01:07:41.047420+0000 mgr.smithi063.cuyera (mgr.14180) 204 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:42.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:42 smithi063 conmon[84397]: audit 2023-11-08T01:07:41.047420+0000 mgr.smithi063.cuyera (mgr.14180) 204 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:42.670 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:43.561 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:43 smithi063 conmon[84397]: cluster 2023-11-08T01:07:42.241789 2023-11-08T01:07:43.561 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:43 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 205 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:43 smithi188 conmon[89266]: cluster 2023-11-08T01:07:42.241789+0000 mgr.smithi063.cuyera (mgr.14180) 205 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:44.608 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:44.609 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:45.152 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:45 smithi188 conmon[89266]: cluster 2023-11-08T01:07:44.242285+0000 mgr.smithi063.cuyera (mgr.14180) 206 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:45 smithi188 conmon[89266]: audit 2023-11-08T01:07:44.604629+0000 mgr.smithi063.cuyera (mgr.14180) 207 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:45.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:45 smithi063 conmon[84397]: cluster 2023-11-08T01:07:44.242285+0000 mgr.smithi063.cuyera (mgr.14180) 206 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:45.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:45 smithi063 conmon[84397]: audit 2023-11-08T01:07:44.604629+0000 mgr.smithi063.cuyera (mgr.14180) 207 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:46.153 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:47.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:47 smithi188 conmon[89266]: cluster 2023-11-08T01:07:46.242851+0000 mgr.smithi063.cuyera (mgr.14180) 208 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:47.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:47 smithi063 conmon[84397]: cluster 2023-11-08T01:07:46.242851+0000 mgr.smithi063.cuyera (mgr.14180) 208 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:48.071 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:48.072 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:48.676 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:49.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:49 smithi188 conmon[89266]: audit 2023-11-08T01:07:48.067565+0000 mgr.smithi063.cuyera (mgr.14180) 209 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:49.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:49 smithi188 conmon[89266]: cluster 2023-11-08T01:07:48.243341+0000 mgr.smithi063.cuyera (mgr.14180) 210 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:49.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:49 smithi063 conmon[84397]: audit 2023-11-08T01:07:48.067565+0000 mgr.smithi063.cuyera (mgr.14180) 209 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:49.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:49 smithi063 conmon[84397]: cluster 2023-11-08T01:07:48.243341+0000 mgr.smithi063.cuyera (mgr.14180) 210 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:49.677 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:51.522 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:51.523 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:51 smithi188 conmon[89266]: cluster 2023-11-08T01:07:50.243890+0000 mgr.smithi063.cuyera (mgr.14180) 211 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:51 smithi188 conmon[89266]: 2023-11-08T01:07:51.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:51 smithi063 conmon[84397]: cluster 2023-11-08T01:07:50.243890+0000 mgr.smithi063.cuyera (mgr.14180) 211 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:52.135 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:52.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:52 smithi188 conmon[89266]: audit 2023-11-08T01:07:51.518346+0000 mgr.smithi063.cuyera (mgr.14180) 212 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:52.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:52 smithi063 conmon[84397]: audit 2023-11-08T01:07:51.518346+0000 mgr.smithi063.cuyera ( 2023-11-08T01:07:52.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:52 smithi063 conmon[84397]: mgr.14180) 212 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:53.136 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:53.601 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:53 smithi063 conmon[84397]: cluster 2023-11-08T01:07:52.244405+0000 mgr.smithi063.cuyera (mgr.14180) 213 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:53.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:53 smithi188 conmon[89266]: cluster 2023-11-08T01:07:52.244405+0000 mgr.smithi063.cuyera (mgr.14180) 213 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:54.972 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:54.972 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:55.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:55 smithi063 conmon[84397]: cluster 2023-11-08T01:07:54.244828+0000 mgr.smithi063.cuyera (mgr.14180) 214 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:55.576 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:55.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:55 smithi188 conmon[89266]: cluster 2023-11-08T01:07:54.244828+0000 mgr.smithi063.cuyera (mgr.14180) 214 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:56.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:56 smithi188 conmon[89266]: audit 2023-11-08T01:07:54.968231+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:07:56.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:56 smithi188 conmon[89266]: 14180) 215 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:56.577 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:07:56.609 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:56 smithi063 conmon[84397]: audit 2023-11-08T01:07:54.968231+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:07:56.610 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:56 smithi063 conmon[84397]: 14180) 215 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:57.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:57 smithi063 conmon[84397]: cluster 2023-11-08T01:07:56.245635+0000 mgr.smithi063.cuyera ( 2023-11-08T01:07:57.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:57 smithi063 conmon[84397]: mgr.14180) 216 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:57.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:57 smithi188 conmon[89266]: cluster 2023-11-08T01:07:56.245635+0000 mgr.smithi063.cuyera (mgr.14180) 216 : cluster 2023-11-08T01:07:57.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:57 smithi188 conmon[89266]: [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:58.459 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:07:58.459 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:07:59.067 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:07:59.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:59 smithi188 conmon[89266]: cluster 2023-11-08T01:07:58.246154+0000 mgr.smithi063.cuyera (mgr.14180) 217 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:59.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:07:59 smithi188 conmon[89266]: audit 2023-11-08T01:07:58.454972+0000 mgr.smithi063.cuyera (mgr.14180) 218 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:07:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:59 smithi063 conmon[84397]: cluster 2023-11-08T01:07:58.246154+0000 mgr.smithi063.cuyera (mgr.14180) 217 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:07:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:07:59 smithi063 conmon[84397]: audit 2023-11-08T01:07:58.454972+0000 mgr.smithi063.cuyera (mgr.14180) 218 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:00.068 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:01.585 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:01 smithi063 conmon[84397]: cluster 2023-11-08T01:08:00.246709+0000 mgr.smithi063.cuyera (mgr.14180) 219 : cluster [DBG] 2023-11-08T01:08:01.586 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:01 smithi063 conmon[84397]: pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:01 smithi188 conmon[89266]: cluster 2023-11-08T01:08:00.246709+0000 mgr.smithi063.cuyera (mgr.14180) 219 : cluster [DBG] 2023-11-08T01:08:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:01 smithi188 conmon[89266]: pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:01.915 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:01.916 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:02.523 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:03.525 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:03.559 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:03 smithi063 conmon[84397]: audit 2023-11-08T01:08:01.911974+0000 mgr.smithi063.cuyera (mgr.14180) 220 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:03.559 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:03 smithi063 conmon[84397]: cluster 2023-11-08T01:08:02.247441+0000 mgr.smithi063.cuyera (mgr.14180) 221 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:03.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:03 smithi188 conmon[89266]: audit 2023-11-08T01:08:01.911974+0000 mgr.smithi063.cuyera (mgr.14180) 220 : 2023-11-08T01:08:03.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:03 smithi188 conmon[89266]: audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:03.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:03 smithi188 conmon[89266]: cluster 2023-11-08T01:08:02.247441+0000 mgr.smithi063.cuyera (mgr.14180) 221 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:05.458 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:05.459 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:05.486 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:05 smithi063 conmon[84397]: cluster 2023-11-08T01:08:04.247828 2023-11-08T01:08:05.487 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:05 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 222 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:05.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:05 smithi188 conmon[89266]: cluster 2023-11-08T01:08:04.247828+0000 mgr.smithi063.cuyera (mgr.14180) 222 : cluster 2023-11-08T01:08:05.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:05 smithi188 conmon[89266]: [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:06.032 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:06.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:06 smithi188 conmon[89266]: audit 2023-11-08T01:08:05.454932+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:08:06.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:06 smithi188 conmon[89266]: .14180) 223 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:06.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:06 smithi063 conmon[84397]: audit 2023-11-08T01:08:05.454932+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:08:06.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:06 smithi063 conmon[84397]: 14180) 223 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:07.033 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:07.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:07 smithi063 conmon[84397]: cluster 2023-11-08T01:08:06.248380+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:08:07.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:07 smithi063 conmon[84397]: ) 224 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:07.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:07 smithi188 conmon[89266]: cluster 2023-11-08T01:08:06.248380+0000 mgr.smithi063.cuyera (mgr.14180) 224 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:07.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:07 smithi188 conmon[89266]: 2023-11-08T01:08:08.940 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:08.940 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:09.540 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:09.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:09 smithi188 conmon[89266]: cluster 2023-11-08T01:08:08.248947+0000 mgr.smithi063.cuyera (mgr.14180) 225 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:09.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:09 smithi063 conmon[84397]: cluster 2023-11-08T01:08:08.248947+0000 mgr.smithi063.cuyera (mgr.14180) 225 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:10.542 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:10.572 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:10 smithi063 conmon[84397]: audit 2023-11-08T01:08:08.936468+0000 mgr.smithi063.cuyera (mgr.14180) 226 2023-11-08T01:08:10.573 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:10 smithi063 conmon[84397]: : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:10.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:10 smithi188 conmon[89266]: audit 2023-11-08T01:08:08.936468+0000 mgr.smithi063.cuyera (mgr.14180) 226 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:11.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:11 smithi188 conmon[89266]: cluster 2023-11-08T01:08:10.249441+0000 mgr.smithi063.cuyera (mgr.14180) 227 : cluster 2023-11-08T01:08:11.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:11 smithi188 conmon[89266]: [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:11 smithi063 conmon[84397]: cluster 2023-11-08T01:08:10.249441+0000 mgr.smithi063.cuyera ( 2023-11-08T01:08:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:11 smithi063 conmon[84397]: mgr.14180) 227 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:12.419 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:12.419 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:12.973 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:13.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:13 smithi188 conmon[89266]: cluster 2023-11-08T01:08:12.249919+0000 mgr.smithi063.cuyera (mgr.14180) 228 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:13.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:13 smithi188 conmon[89266]: audit 2023-11-08T01:08:12.415188+0000 mgr.smithi063.cuyera (mgr.14180) 229 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:13.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:13 smithi063 conmon[84397]: cluster 2023-11-08T01:08:12.249919+0000 mgr.smithi063.cuyera (mgr.14180) 228 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:13.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:13 smithi063 conmon[84397]: audit 2023-11-08T01:08:12.415188+0000 mgr.smithi063.cuyera (mgr.14180) 229 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:13.974 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:15.460 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:15 smithi063 conmon[84397]: cluster 2023-11-08T01:08:14.250436+0000 mgr.smithi063.cuyera (mgr.14180) 230 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:15.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:15 smithi188 conmon[89266]: cluster 2023-11-08T01:08:14.250436+0000 mgr.smithi063.cuyera (mgr.14180) 230 : cluster [DBG] 2023-11-08T01:08:15.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:15 smithi188 conmon[89266]: pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:15.855 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:15.855 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:16.440 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:17.442 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:17.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:17 smithi188 conmon[89266]: audit 2023-11-08T01:08:15.851079+0000 mgr.smithi063.cuyera (mgr.14180) 231 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:17.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:17 smithi188 conmon[89266]: cluster 2023-11-08T01:08:16.250938+0000 mgr.smithi063.cuyera (mgr.14180) 232 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:17.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:17 smithi063 conmon[84397]: audit 2023-11-08T01:08:15.851079+0000 mgr.smithi063.cuyera (mgr.14180) 231 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:17.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:17 smithi063 conmon[84397]: cluster 2023-11-08T01:08:16.250938+0000 mgr.smithi063.cuyera (mgr.14180) 232 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:19.360 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:19.360 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:19.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:19 smithi188 conmon[89266]: cluster 2023-11-08T01:08:18.251539+0000 mgr.smithi063.cuyera (mgr.14180) 233 : 2023-11-08T01:08:19.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:19 smithi188 conmon[89266]: cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:19.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:19 smithi063 conmon[84397]: cluster 2023-11-08T01:08:18.251539 2023-11-08T01:08:19.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:19 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 233 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:19.889 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:20.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:20 smithi188 conmon[89266]: audit 2023-11-08T01:08:19.355890+0000 mgr.smithi063.cuyera (mgr.14180) 234 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:20.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:20 smithi063 conmon[84397]: audit 2023-11-08T01:08:19.355890+0000 mgr.smithi063.cuyera (mgr.14180) 234 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:20.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:20 smithi063 conmon[84397]: 2023-11-08T01:08:20.890 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:21.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:21 smithi188 conmon[89266]: cluster 2023-11-08T01:08:20.251961+0000 mgr.smithi063.cuyera (mgr.14180) 235 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:21.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:21 smithi063 conmon[84397]: cluster 2023-11-08T01:08:20.251961+0000 mgr.smithi063.cuyera (mgr.14180) 235 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:22.770 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:22.770 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:23.322 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:23.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:23 smithi188 conmon[89266]: cluster 2023-11-08T01:08:22.252710+0000 mgr.smithi063.cuyera (mgr.14180) 236 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:23.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:23 smithi063 conmon[84397]: cluster 2023-11-08T01:08:22.252710+0000 mgr.smithi063.cuyera (mgr.14180) 236 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:24.324 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:24.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:24 smithi188 conmon[89266]: audit 2023-11-08T01:08:22.765963+0000 mgr.smithi063.cuyera (mgr.14180) 237 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:24.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:24 smithi063 conmon[84397]: audit 2023-11-08T01:08:22.765963+0000 mgr.smithi063.cuyera (mgr.14180) 237 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:25.562 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:25 smithi063 conmon[84397]: cluster 2023-11-08T01:08:24.253206+0000 mgr.smithi063.cuyera (mgr.14180) 238 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:25.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:25 smithi188 conmon[89266]: cluster 2023-11-08T01:08:24.253206+0000 mgr.smithi063.cuyera (mgr.14180) 238 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:26.160 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:26.161 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:26.759 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:27.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:27 smithi188 conmon[89266]: audit 2023-11-08T01:08:26.156651+0000 mgr.smithi063.cuyera (mgr.14180) 239 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:27.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:27 smithi188 conmon[89266]: cluster 2023-11-08T01:08:26.253734+0000 mgr.smithi063.cuyera (mgr.14180) 240 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:27.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:27 smithi063 conmon[84397]: audit 2023-11-08T01:08:26.156651+0000 mgr.smithi063.cuyera ( 2023-11-08T01:08:27.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:27 smithi063 conmon[84397]: mgr.14180) 239 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:27.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:27 smithi063 conmon[84397]: cluster 2023-11-08T01:08:26.253734+0000 mgr.smithi063.cuyera (mgr.14180) 240 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:27.760 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:29.551 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:29.551 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:29.571 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:29 smithi063 conmon[84397]: cluster 2023-11-08T01:08:28.254191+0000 mgr.smithi063.cuyera (mgr.14180) 241 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:29.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:29 smithi188 conmon[89266]: cluster 2023-11-08T01:08:28.254191+0000 mgr.smithi063.cuyera (mgr.14180) 241 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:30.088 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:30.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:30 smithi188 conmon[89266]: audit 2023-11-08T01:08:29.546891+0000 mgr.smithi063.cuyera (mgr.14180) 242 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:30.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:30 smithi063 conmon[84397]: audit 2023-11-08T01:08:29.546891+0000 mgr.smithi063.cuyera ( 2023-11-08T01:08:30.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:30 smithi063 conmon[84397]: mgr.14180) 242 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:31.090 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:31.564 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:31 smithi063 conmon[84397]: cluster 2023-11-08T01:08:30.254771+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:08:31.565 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:31 smithi063 conmon[84397]: .14180) 243 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:31.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:31 smithi188 conmon[89266]: cluster 2023-11-08T01:08:30.254771+0000 mgr.smithi063.cuyera (mgr.14180) 243 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:33.002 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:33.003 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:33.607 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:33 smithi063 conmon[84397]: cluster 2023-11-08T01:08:32.255275+0000 mgr.smithi063.cuyera (mgr.14180) 244 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:33.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:33 smithi188 conmon[89266]: cluster 2023-11-08T01:08:32.255275+0000 mgr.smithi063.cuyera (mgr.14180) 244 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:33.621 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:34.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:34 smithi188 conmon[89266]: audit 2023-11-08T01:08:32.998509+0000 mgr.smithi063.cuyera (mgr.14180) 245 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:34.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:34 smithi063 conmon[84397]: audit 2023-11-08T01:08:32.998509+0000 mgr.smithi063.cuyera (mgr.14180) 245 : 2023-11-08T01:08:34.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:34 smithi063 conmon[84397]: audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:34.623 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:35.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:35 smithi063 conmon[84397]: cluster 2023-11-08T01:08:34.255945+0000 mgr.smithi063.cuyera ( 2023-11-08T01:08:35.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:35 smithi063 conmon[84397]: mgr.14180) 246 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:35.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:35 smithi188 conmon[89266]: cluster 2023-11-08T01:08:34.255945+0000 mgr.smithi063.cuyera (mgr.14180) 246 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:36.502 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:36.502 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:37.104 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:37.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:37 smithi188 conmon[89266]: cluster 2023-11-08T01:08:36.256440+0000 mgr.smithi063.cuyera (mgr.14180) 247 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:37.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:37 smithi188 conmon[89266]: audit 2023-11-08T01:08:36.498121+0000 mgr.smithi063.cuyera (mgr.14180) 248 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:37.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:37 smithi063 conmon[84397]: cluster 2023-11-08T01:08:36.256440+0000 2023-11-08T01:08:37.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:37 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 247 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:37.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:37 smithi063 conmon[84397]: audit 2023-11-08T01:08:36.498121+0000 mgr.smithi063.cuyera (mgr.14180) 248 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:38.105 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:39.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:39 smithi188 conmon[89266]: cluster 2023-11-08T01:08:38.256923+0000 mgr.smithi063.cuyera (mgr.14180) 249 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:39.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:39 smithi063 conmon[84397]: cluster 2023-11-08T01:08:38.256923 2023-11-08T01:08:39.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:39 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 249 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:39.992 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:39.993 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:40.588 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:41.589 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:41 smithi188 conmon[89266]: audit 2023-11-08T01:08:39.988959+0000 mgr.smithi063.cuyera (mgr.14180) 250 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:41 smithi188 conmon[89266]: cluster 2023-11-08T01:08:40.257429+0000 mgr.smithi063.cuyera (mgr.14180) 251 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:41 smithi063 conmon[84397]: audit 2023-11-08T01:08:39.988959+0000 mgr.smithi063.cuyera (mgr.14180) 250 : audit [DBG] 2023-11-08T01:08:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:41 smithi063 conmon[84397]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:41 smithi063 conmon[84397]: cluster 2023-11-08T01:08:40.257429+0000 mgr.smithi063.cuyera (mgr.14180) 251 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:43.586 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:43.587 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:43 smithi188 conmon[89266]: cluster 2023-11-08T01:08:42.257942+0000 mgr.smithi063.cuyera (mgr.14180) 252 : cluster [DBG] 2023-11-08T01:08:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:43 smithi188 conmon[89266]: pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:43.610 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:43 smithi063 conmon[84397]: cluster 2023-11-08T01:08:42.257942+0000 mgr.smithi063.cuyera (mgr.14180) 252 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:44.203 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:44.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:44 smithi188 conmon[89266]: audit 2023-11-08T01:08:43.573561+0000 mgr.smithi063.cuyera (mgr.14180) 253 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:44.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:44 smithi063 conmon[84397]: audit 2023-11-08T01:08:43.573561+0000 mgr.smithi063.cuyera 2023-11-08T01:08:44.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:44 smithi063 conmon[84397]: (mgr.14180) 253 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:45.204 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:45 smithi188 conmon[89266]: cluster 2023-11-08T01:08:44.258559+0000 mgr.smithi063.cuyera (mgr.14180) 254 : cluster [DBG] 2023-11-08T01:08:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:45 smithi188 conmon[89266]: pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:45.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:45 smithi063 conmon[84397]: cluster 2023-11-08T01:08:44.258559+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:08:45.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:45 smithi063 conmon[84397]: .14180) 254 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:47.040 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:47.041 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:47.603 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:47.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:47 smithi063 conmon[84397]: cluster 2023-11-08T01:08:46.259120+0000 2023-11-08T01:08:47.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:47 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 255 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:47.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:47 smithi188 conmon[89266]: cluster 2023-11-08T01:08:46.259120+0000 mgr.smithi063.cuyera (mgr.14180) 255 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:48.604 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:48.637 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:48 smithi063 conmon[84397]: audit 2023-11-08T01:08:47.036500+0000 mgr.smithi063.cuyera (mgr.14180) 256 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:48 smithi188 conmon[89266]: audit 2023-11-08T01:08:47.036500+0000 mgr.smithi063.cuyera (mgr.14180) 256 : audit 2023-11-08T01:08:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:48 smithi188 conmon[89266]: [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:49.826 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:49 smithi063 conmon[84397]: cluster 2023-11- 2023-11-08T01:08:49.827 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:49 smithi063 conmon[84397]: 08T01:08:48.259677+0000 mgr.smithi063.cuyera (mgr.14180) 257 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:49.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:49 smithi188 conmon[89266]: cluster 2023-11-08T01:08:48.259677+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:08:49.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:49 smithi188 conmon[89266]: ) 257 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:50.452 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:50.453 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:51.052 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:51.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:51 smithi188 conmon[89266]: cluster 2023-11-08T01:08:50.260119+0000 mgr.smithi063.cuyera (mgr.14180) 258 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:51.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:51 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:08:51.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:51 smithi188 conmon[89266]: 08T01:08:50.448645+0000 mgr.smithi063.cuyera (mgr.14180) 259 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:51.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:51 smithi063 conmon[84397]: cluster 2023-11-08T01:08:50.260119+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:08:51.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:51 smithi063 conmon[84397]: 14180) 258 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:51.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:51 smithi063 conmon[84397]: audit 2023-11-08T01:08:50.448645+0000 mgr.smithi063.cuyera (mgr.14180) 259 : audit 2023-11-08T01:08:51.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:51 smithi063 conmon[84397]: [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:52.053 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:53.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:53 smithi063 conmon[84397]: cluster 2023-11-08T01:08:52.260626+0000 mgr.smithi063.cuyera ( 2023-11-08T01:08:53.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:53 smithi063 conmon[84397]: mgr.14180) 260 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:53.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:53 smithi188 conmon[89266]: cluster 2023-11-08T01:08:52.260626+0000 mgr.smithi063.cuyera (mgr.14180) 260 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:53.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:53 smithi188 conmon[89266]: 2023-11-08T01:08:53.977 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:53.978 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:54.518 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:55.518 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:55.551 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:55 smithi063 conmon[84397]: audit 2023-11-08T01:08:53.971829+0000 mgr.smithi063.cuyera (mgr.14180) 261 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:55.551 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:55 smithi063 conmon[84397]: cluster 2023-11-08T01:08:54.261004+0000 mgr.smithi063.cuyera (mgr.14180) 262 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:55.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:55 smithi188 conmon[89266]: audit 2023-11-08T01:08:53.971829+0000 mgr.smithi063.cuyera (mgr.14180) 261 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:55.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:55 smithi188 conmon[89266]: cluster 2023-11-08T01:08:54.261004+0000 mgr.smithi063.cuyera (mgr.14180) 262 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:57.322 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:08:57.323 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:08:57.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:57 smithi188 conmon[89266]: cluster 2023-11-08T01:08:56.261543+0000 mgr.smithi063.cuyera (mgr.14180) 263 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:57.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:57 smithi063 conmon[84397]: cluster 2023-11-08T01:08:56.261543+0000 mgr.smithi063.cuyera (mgr.14180) 263 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:57.841 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:08:58.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:58 smithi188 conmon[89266]: audit 2023-11-08T01:08:57.318937+0000 mgr.smithi063.cuyera (mgr.14180) 264 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:58.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:58 smithi063 conmon[84397]: audit 2023-11-08T01:08:57.318937+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:08:58.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:58 smithi063 conmon[84397]: 264 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:08:58.843 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:08:59.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:59 smithi188 conmon[89266]: cluster 2023-11-08T01:08:58.262026+0000 mgr.smithi063.cuyera (mgr.14180) 265 : cluster 2023-11-08T01:08:59.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:08:59 smithi188 conmon[89266]: [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:59 smithi063 conmon[84397]: cluster 2023-11-08T01:08:58.262026+0000 mgr.smithi063.cuyera (mgr.14180) 265 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:08:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:08:59 smithi063 conmon[84397]: 2023-11-08T01:09:00.685 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:00.685 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:01.283 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:01 smithi188 conmon[89266]: cluster 2023-11-08T01:09:00.262549+0000 mgr.smithi063.cuyera (mgr.14180) 266 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:01 smithi188 conmon[89266]: audit 2023-11-08T01:09:00.681049+0000 mgr.smithi063.cuyera (mgr.14180) 267 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:01 smithi063 conmon[84397]: cluster 2023-11-08T01:09:00.262549+0000 2023-11-08T01:09:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:01 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 266 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:01 smithi063 conmon[84397]: audit 2023-11-08T01:09:00.681049+0000 mgr.smithi063.cuyera (mgr.14180) 267 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:02.284 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:03.578 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:03 smithi063 conmon[84397]: cluster 2023-11-08T01:09:02.263297+0000 mgr.smithi063.cuyera 2023-11-08T01:09:03.578 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:03 smithi063 conmon[84397]: (mgr.14180) 268 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:03.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:03 smithi188 conmon[89266]: cluster 2023-11-08T01:09:02.263297+0000 mgr.smithi063.cuyera (mgr.14180) 268 : cluster [DBG] 2023-11-08T01:09:03.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:03 smithi188 conmon[89266]: pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:04.204 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:04.204 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:04.809 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:05.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:05 smithi188 conmon[89266]: audit 2023-11-08T01:09:04.200012+0000 mgr.smithi063.cuyera (mgr.14180) 269 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:05.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:05 smithi188 conmon[89266]: 2023-11-08T01:09:05.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:05 smithi188 conmon[89266]: cluster 2023-11-08T01:09:04.263730+0000 mgr.smithi063.cuyera (mgr.14180) 270 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:05.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:05 smithi063 conmon[84397]: audit 2023-11-08T01:09:04.200012+0000 mgr.smithi063.cuyera (mgr.14180) 269 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:05.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:05 smithi063 conmon[84397]: cluster 2023-11-08T01:09:04.263730+0000 mgr.smithi063.cuyera (mgr.14180) 270 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:05.810 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:07.338 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:07 smithi063 conmon[84397]: cluster 2023-11-08T01:09:06.264306+0000 2023-11-08T01:09:07.338 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:07 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 271 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:07.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:07 smithi188 conmon[89266]: cluster 2023-11-08T01:09:06.264306+0000 mgr.smithi063.cuyera (mgr.14180) 271 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:07.662 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:07.662 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:08.250 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:08.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:08 smithi188 conmon[89266]: audit 2023-11-08T01:09:07.658202+0000 mgr.smithi063.cuyera (mgr.14180) 272 : audit [DBG] 2023-11-08T01:09:08.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:08 smithi188 conmon[89266]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:08.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:08 smithi063 conmon[84397]: audit 2023-11-08T01:09:07.658202+0000 mgr.smithi063.cuyera (mgr.14180) 272 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:09.252 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:09.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:09 smithi188 conmon[89266]: cluster 2023-11-08T01:09:08.264908+0000 mgr.smithi063.cuyera (mgr.14180) 273 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:09.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:09 smithi063 conmon[84397]: cluster 2023-11-08T01:09:08.264908+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:09:09.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:09 smithi063 conmon[84397]: 14180) 273 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:11.105 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:11.105 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:11.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:11 smithi188 conmon[89266]: cluster 2023-11-08T01:09:10.265606+0000 mgr.smithi063.cuyera (mgr.14180) 274 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:11 smithi063 conmon[84397]: cluster 2023-11-08T01:09:10.265606+0000 2023-11-08T01:09:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:11 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 274 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:11.791 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:12.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:12 smithi188 conmon[89266]: audit 2023-11-08T01:09:11.101079+0000 mgr.smithi063.cuyera (mgr.14180) 275 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:12.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:12 smithi063 conmon[84397]: audit 2023-11-08T01:09:11.101079+0000 mgr.smithi063.cuyera (mgr.14180) 275 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:12.792 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:13.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:13 smithi188 conmon[89266]: cluster 2023-11-08T01:09:12.266099+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:09:13.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:13 smithi188 conmon[89266]: .14180) 276 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:13.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:13 smithi063 conmon[84397]: cluster 2023-11-08T01:09:13.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:13 smithi063 conmon[84397]: 2023-11-08T01:09:12.266099+0000 mgr.smithi063.cuyera (mgr.14180) 276 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:14.679 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:14.768 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:15.274 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:15.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:15 smithi188 conmon[89266]: cluster 2023-11-08T01:09:14.266613+0000 mgr.smithi063.cuyera (mgr.14180) 277 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:15.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:15 smithi188 conmon[89266]: 2023-11-08T01:09:15.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:15 smithi188 conmon[89266]: audit 2023-11-08T01:09:14.673885+0000 mgr.smithi063.cuyera (mgr.14180) 278 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:15.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:15 smithi063 conmon[84397]: cluster 2023-11-08T01:09:14.266613+0000 mgr.smithi063.cuyera ( 2023-11-08T01:09:15.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:15 smithi063 conmon[84397]: mgr.14180) 277 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:15.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:15 smithi063 conmon[84397]: audit 2023-11-08T01:09:14.673885+0000 mgr.smithi063.cuyera (mgr.14180) 278 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:16.275 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:17.499 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:17 smithi063 conmon[84397]: cluster 2023-11-08T01:09:16.267261+0000 mgr.smithi063.cuyera (mgr.14180) 279 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:17.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:17 smithi188 conmon[89266]: cluster 2023-11-08T01:09:16.267261+0000 mgr.smithi063.cuyera (mgr.14180) 279 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:18.113 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:18.113 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:18.690 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:19.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:19 smithi188 conmon[89266]: audit 2023-11-08T01:09:18.108320+0000 mgr.smithi063.cuyera (mgr.14180) 280 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:19.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:19 smithi188 conmon[89266]: cluster 2023-11-08T01:09:18.267764+0000 mgr.smithi063.cuyera (mgr.14180) 281 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:19.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:19 smithi063 conmon[84397]: audit 2023-11-08T01:09:18.108320+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:09:19.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:19 smithi063 conmon[84397]: 280 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:19.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:19 smithi063 conmon[84397]: cluster 2023-11-08T01:09:18.267764+0000 mgr.smithi063.cuyera (mgr.14180) 281 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:19.691 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:21.585 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:21.585 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:21.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:21 smithi188 conmon[89266]: cluster 2023-11-08T01:09:20.268389+0000 mgr.smithi063.cuyera (mgr.14180) 282 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:21.610 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:21 smithi063 conmon[84397]: cluster 2023-11-08T01:09:20.268389+0000 mgr.smithi063.cuyera (mgr.14180) 282 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:22.157 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:22.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:22 smithi188 conmon[89266]: audit 2023-11-08T01:09:21.580658+0000 mgr.smithi063.cuyera (mgr.14180) 283 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:22.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:22 smithi063 conmon[84397]: audit 2023-11-08T01:09:21.580658+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:09:22.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:22 smithi063 conmon[84397]: 14180) 283 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:23.159 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:23.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:23 smithi188 conmon[89266]: cluster 2023-11-08T01:09:22.269037+0000 mgr.smithi063.cuyera (mgr.14180) 284 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:23.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:23 smithi063 conmon[84397]: cluster 2023-11-08T01:09:22.269037+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:09:23.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:23 smithi063 conmon[84397]: 14180) 284 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:24.943 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:24.944 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:25.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:25 smithi063 conmon[84397]: cluster 2023-11-08T01:09:24.269699+0000 2023-11-08T01:09:25.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:25 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 285 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:25.514 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:25.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:25 smithi188 conmon[89266]: cluster 2023-11-08T01:09:24.269699+0000 mgr.smithi063.cuyera (mgr.14180) 285 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:26.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:26 smithi188 conmon[89266]: audit 2023-11-08T01:09:24.939978+0000 mgr.smithi063.cuyera (mgr.14180) 286 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:26.515 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:26.547 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:26 smithi063 conmon[84397]: audit 2023-11-08T01:09:24.939978+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:09:26.547 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:26 smithi063 conmon[84397]: 286 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:27.298 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:27 smithi063 conmon[84397]: cluster 2023-11-08T01:09:26.270242+0000 mgr.smithi063.cuyera (mgr.14180) 287 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:27.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:27 smithi188 conmon[89266]: cluster 2023-11-08T01:09:26.270242+0000 mgr.smithi063.cuyera (mgr.14180) 287 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:28.268 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:28.268 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:28.822 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:29.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:29 smithi188 conmon[89266]: audit 2023-11-08T01:09:28.263804+0000 mgr.smithi063.cuyera (mgr.14180) 288 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:29.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:29 smithi188 conmon[89266]: cluster 2023-11-08T01:09:28.270734 2023-11-08T01:09:29.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:29 smithi188 conmon[89266]: +0000 mgr.smithi063.cuyera (mgr.14180) 289 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:29.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:29 smithi063 conmon[84397]: audit 2023-11-08T01:09:28.263804+0000 mgr.smithi063.cuyera (mgr.14180) 288 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:29.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:29 smithi063 conmon[84397]: cluster 2023-11-08T01:09:28.270734+0000 mgr.smithi063.cuyera (mgr.14180) 289 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:29.823 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:31.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:31 smithi063 conmon[84397]: cluster 2023-11-08T01:09:30.271157+0000 mgr.smithi063.cuyera (mgr.14180) 290 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:31.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:31 smithi188 conmon[89266]: cluster 2023-11-08T01:09:30.271157+0000 mgr.smithi063.cuyera (mgr.14180) 290 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:31.706 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:31.707 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:32.305 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:33.307 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:33.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:33 smithi188 conmon[89266]: audit 2023-11-08T01:09:31.703056+0000 mgr.smithi063.cuyera (mgr.14180) 291 : audit [DBG] 2023-11-08T01:09:33.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:33 smithi188 conmon[89266]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:33.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:33 smithi188 conmon[89266]: cluster 2023-11-08T01:09:32.271687+0000 mgr.smithi063.cuyera (mgr.14180) 292 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:33.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:33 smithi063 conmon[84397]: audit 2023-11-08T01:09:31.703056+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:09:33.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:33 smithi063 conmon[84397]: 14180) 291 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:33.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:33 smithi063 conmon[84397]: cluster 2023-11-08T01:09:32.271687+0000 mgr.smithi063.cuyera (mgr.14180) 292 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:35.129 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:35.129 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:35.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:35 smithi188 conmon[89266]: cluster 2023-11-08T01:09:34.272125+0000 mgr.smithi063.cuyera (mgr.14180) 293 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:35 smithi063 conmon[84397]: cluster 2023-11-08T01:09:34.272125+0000 mgr.smithi063.cuyera (mgr.14180) 293 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:35.707 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:36.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:36 smithi188 conmon[89266]: audit 2023-11-08T01:09:35.125469+0000 mgr.smithi063.cuyera (mgr.14180) 294 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:36.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:36 smithi063 conmon[84397]: audit 2023-11-08T01:09:35.125469+0000 mgr.smithi063.cuyera (mgr.14180) 294 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:36.708 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:37.505 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:37 smithi063 conmon[84397]: cluster 2023-11-08T01:09:36.272792+0000 mgr.smithi063.cuyera 2023-11-08T01:09:37.505 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:37 smithi063 conmon[84397]: (mgr.14180) 295 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:37.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:37 smithi188 conmon[89266]: cluster 2023-11-08T01:09:36.272792+0000 mgr.smithi063.cuyera (mgr.14180) 295 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:38.517 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:38.518 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:39.087 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:39.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:39 smithi188 conmon[89266]: cluster 2023-11-08T01:09:38.273392+0000 mgr.smithi063.cuyera (mgr.14180) 296 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:39.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:39 smithi188 conmon[89266]: audit 2023-11-08T01:09:38.513537+0000 mgr.smithi063.cuyera (mgr.14180) 297 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:39.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:39 smithi063 conmon[84397]: cluster 2023-11-08T01:09:38.273392+0000 mgr.smithi063.cuyera (mgr.14180) 296 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:39.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:39 smithi063 conmon[84397]: audit 2023-11-08T01:09:38.513537+0000 mgr.smithi063.cuyera (mgr.14180) 297 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:40.089 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:41 smithi188 conmon[89266]: cluster 2023-11-08T01:09:40.273963+0000 mgr.smithi063.cuyera (mgr.14180) 298 : cluster [DBG] 2023-11-08T01:09:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:41 smithi188 conmon[89266]: pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:41 smithi063 conmon[84397]: cluster 2023-11-08T01:09:40.273963+0000 mgr.smithi063.cuyera ( 2023-11-08T01:09:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:41 smithi063 conmon[84397]: mgr.14180) 298 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:41.942 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:41.943 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:42.554 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:43.555 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:43.587 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:43 smithi063 conmon[84397]: audit 2023-11-08T01:09:41.938865+0000 mgr.smithi063.cuyera (mgr.14180) 299 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:43.587 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:43 smithi063 conmon[84397]: cluster 2023-11-08T01:09:42.274541+0000 mgr.smithi063.cuyera (mgr.14180) 300 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:43 smithi188 conmon[89266]: audit 2023-11-08T01:09:41.938865+0000 mgr.smithi063.cuyera (mgr.14180) 299 : audit 2023-11-08T01:09:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:43 smithi188 conmon[89266]: [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:43.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:43 smithi188 conmon[89266]: cluster 2023-11-08T01:09:42.274541+0000 mgr.smithi063.cuyera (mgr.14180) 300 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:45.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:45 smithi063 conmon[84397]: cluster 2023-11-08T01:09:44.274942+0000 mgr.smithi063.cuyera (mgr.14180) 301 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:45.450 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:45.450 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:45 smithi188 conmon[89266]: cluster 2023-11-08T01:09:44.274942+0000 mgr.smithi063.cuyera (mgr.14180) 301 : cluster 2023-11-08T01:09:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:45 smithi188 conmon[89266]: [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:46.037 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:46.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:46 smithi188 conmon[89266]: audit 2023-11-08T01:09:45.445897+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:09:46.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:46 smithi188 conmon[89266]: 302 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:46.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:46 smithi063 conmon[84397]: audit 2023-11-08T01:09:45.445897+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:09:46.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:46 smithi063 conmon[84397]: ) 302 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:47.038 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:47.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:47 smithi063 conmon[84397]: cluster 2023-11-08T01:09:46.275479+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:09:47.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:47 smithi063 conmon[84397]: 14180) 303 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:47.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:47 smithi188 conmon[89266]: cluster 2023-11-08T01:09:46.275479+0000 mgr.smithi063.cuyera (mgr.14180) 303 : cluster 2023-11-08T01:09:47.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:47 smithi188 conmon[89266]: [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:48.881 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:48.881 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:49.445 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:49.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:49 smithi188 conmon[89266]: cluster 2023-11-08T01:09:48.275945+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:09:49.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:49 smithi188 conmon[89266]: 304 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:49.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:49 smithi063 conmon[84397]: cluster 2023-11-08T01:09:48.275945+0000 mgr.smithi063.cuyera (mgr.14180) 304 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:50.447 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:50.478 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:50 smithi063 conmon[84397]: audit 2023-11-08T01:09:48.877494+0000 mgr.smithi063.cuyera (mgr.14180) 305 : audit 2023-11-08T01:09:50.478 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:50 smithi063 conmon[84397]: [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:50.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:50 smithi188 conmon[89266]: audit 2023-11-08T01:09:48.877494+0000 mgr.smithi063.cuyera (mgr.14180) 305 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:51 smithi188 conmon[89266]: cluster 2023-11-08T01:09:50.276639+0000 mgr.smithi063.cuyera (mgr.14180) 306 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:51.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:51 smithi063 conmon[84397]: cluster 2023-11-08T01:09: 2023-11-08T01:09:51.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:51 smithi063 conmon[84397]: 50.276639+0000 mgr.smithi063.cuyera (mgr.14180) 306 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:52.300 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:52.301 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:52.928 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:53.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:53 smithi188 conmon[89266]: cluster 2023-11-08T01:09:52.277156+0000 mgr.smithi063.cuyera (mgr.14180) 307 : cluster [DBG] 2023-11-08T01:09:53.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:53 smithi188 conmon[89266]: pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:53.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:53 smithi188 conmon[89266]: audit 2023-11-08T01:09:52.296791+0000 mgr.smithi063.cuyera (mgr.14180) 308 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:53.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:53 smithi063 conmon[84397]: cluster 2023-11-08T01:09:52.277156+0000 mgr.smithi063.cuyera (mgr.14180) 307 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:53.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:53 smithi063 conmon[84397]: audit 2023-11-08T01:09:52.296791+0000 mgr.smithi063.cuyera (mgr.14180) 308 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:53.930 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:55.447 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:55 smithi063 conmon[84397]: cluster 2023-11-08T01:09:54.277814+0000 mgr.smithi063.cuyera (mgr.14180) 309 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:55.447 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:55 smithi063 conmon[84397]: 2023-11-08T01:09:55.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:55 smithi188 conmon[89266]: cluster 2023-11-08T01:09:54.277814+0000 mgr.smithi063.cuyera (mgr.14180) 309 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:55.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:55 smithi188 conmon[89266]: 2023-11-08T01:09:55.841 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:55.841 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:56.393 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:09:57.395 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:09:57.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:57 smithi188 conmon[89266]: audit 2023-11-08T01:09:55.837357+0000 mgr.smithi063.cuyera (mgr.14180) 310 : 2023-11-08T01:09:57.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:57 smithi188 conmon[89266]: audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:57.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:57 smithi188 conmon[89266]: cluster 2023-11-08T01:09:56.278483+0000 mgr.smithi063.cuyera (mgr.14180) 311 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:57.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:57 smithi063 conmon[84397]: audit 2023-11-08T01:09:55.837357+0000 mgr.smithi063.cuyera (mgr.14180) 310 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:09:57.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:57 smithi063 conmon[84397]: cluster 2023-11-08T01:09:56.278483+0000 mgr.smithi063.cuyera (mgr.14180) 311 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:59.258 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:09:59.259 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:09:59.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:59 smithi188 conmon[89266]: cluster 2023-11-08T01:09:58.279143+0000 mgr.smithi063.cuyera (mgr.14180) 312 : cluster [DBG] 2023-11-08T01:09:59.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:09:59 smithi188 conmon[89266]: pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:09:59 smithi063 conmon[84397]: cluster 2023-11-08T01:09:58.279143+0000 mgr.smithi063.cuyera (mgr.14180) 312 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:09:59.818 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:00.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:00 smithi188 conmon[89266]: audit 2023-11-08T01:09:59.254945+0000 mgr.smithi063.cuyera (mgr.14180) 313 : audit 2023-11-08T01:10:00.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:00 smithi188 conmon[89266]: [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:00.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:00 smithi188 conmon[89266]: cluster 2023-11-08T01:10:00.000166+0000 mon.smithi063 (mon.0) 664 : cluster [INF] overall HEALTH_OK 2023-11-08T01:10:00.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:00 smithi063 conmon[84397]: audit 2023-11-08T01:09:59.254945+0000 mgr.smithi063.cuyera (mgr.14180) 313 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:00.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:00 smithi063 conmon[84397]: cluster 2023-11-08T01:10:00.000166+0000 mon.smithi063 (mon.0) 664 : cluster [INF] overall HEALTH_OK 2023-11-08T01:10:00.819 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:01 smithi188 conmon[89266]: cluster 2023-11-08T01:10:00.279755+0000 mgr.smithi063.cuyera (mgr.14180) 314 : 2023-11-08T01:10:01.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:01 smithi188 conmon[89266]: cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:01 smithi063 conmon[84397]: cluster 2023-11-08T01:10:00.279755+0000 mgr.smithi063.cuyera (mgr.14180) 314 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:02.689 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:02.690 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:03.311 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:03.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:03 smithi188 conmon[89266]: cluster 2023-11-08T01:10:02.280284+0000 mgr.smithi063.cuyera (mgr.14180) 315 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:03.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:03 smithi188 conmon[89266]: audit 2023-11-08T01:10:02.684890+0000 mgr.smithi063.cuyera (mgr.14180) 316 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:03.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:03 smithi063 conmon[84397]: cluster 2023-11-08T01:10:02.280284+0000 mgr.smithi063.cuyera (mgr.14180) 315 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:03.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:03 smithi063 conmon[84397]: audit 2023-11-08T01:10:02.684890+0000 mgr.smithi063.cuyera (mgr.14180) 316 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:04.312 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:05.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: cluster 2023-11-08T01:10:04.280837+0000 mgr.smithi063.cuyera (mgr.14180) 317 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:05.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: 2023-11-08T01:10:05.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: cephadm 2023-11-08T01:10:04.302017+0000 mgr.smithi063.cuyera (mgr.14180) 318 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.fpjpvr ... 2023-11-08T01:10:05.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.585 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:10:05.585 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:07:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.585 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:08:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.585 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:09:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.586 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.586 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.586 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.586 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: Traceback (most recent call last): 2023-11-08T01:10:05.587 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:10:05.587 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: yield (conn, connr) 2023-11-08T01:10:05.587 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:10:05.587 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: code, '\n'.join(err))) 2023-11-08T01:10:05.588 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.588 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.588 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.588 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.588 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.fpjpvr ... 2023-11-08T01:10:05.588 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.589 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:10:05.589 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:07:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.589 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:08:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.589 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:09:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.589 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.590 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.590 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.590 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: cephadm 2023-11-08T01:10:04.302351+0000 mgr.smith 2023-11-08T01:10:05.590 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: i063.cuyera (mgr.14180) 319 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.591 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: audit 2023-11-08T01:10:04.302729+0000 mon.smithi063 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi188.fpjpvr"}]: dispatch 2023-11-08T01:10:05.591 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: cephadm 2023-11-08T01:10:04.303576+0000 mgr.smithi063.cuyera (mgr.14180) 320 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.591 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.591 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.592 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.592 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.fpjpvr ... 2023-11-08T01:10:05.592 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.592 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:10:05.593 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:07:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.593 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:08:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.593 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:09:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.593 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.594 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.594 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.594 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:05 smithi063 conmon[84397]: cephadm 2023-11-08T01:10:04.305450+0000 mgr.smithi063.cuyera (mgr.14180) 321 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi063.xjqwun on smithi063 2023-11-08T01:10:05.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: cluster 2023-11-08T01:10:04.280837+0000 mgr.smithi063.cuyera (mgr.14180) 317 : cluster [DBG] 2023-11-08T01:10:05.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:05.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: cephadm 2023-11-08T01:10:04.302017+0000 mgr.smithi063.cuyera (mgr.14180) 318 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.fpjpvr ... 2023-11-08T01:10:05.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:10:05.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:07:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:08:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:09:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: Traceback (most recent call last): 2023-11-08T01:10:05.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:10:05.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: yield (conn, connr) 2023-11-08T01:10:05.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:10:05.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: code, '\n'.join(err))) 2023-11-08T01:10:05.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.fpjpvr ... 2023-11-08T01:10:05.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:10:05.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:07:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:08:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:09:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.618 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker. 2023-11-08T01:10:05.618 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.618 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: cephadm 2023-11-08T01:10:04.302351+0000 mgr.smithi063.cuyera (mgr.14180) 319 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.618 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: audit 2023-11-08T01:10:04.302729+0000 mon.smithi063 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi188.fpjpvr"}]: dispatch 2023-11-08T01:10:05.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: cephadm 2023-11-08T01:10:04.303576+0000 mgr.smithi063.cuyera (mgr.14180) 320 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr 2023-11-08T01:10:05.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr 2023-11-08T01:10:05.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.fpjpvr ... 2023-11-08T01:10:05.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:10:05.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:07:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:08:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:09:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:10:05.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.621 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:10:05.621 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:10:05.621 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:05 smithi188 conmon[89266]: cephadm 2023-11-08T01:10:04.305450+0000 mgr.smithi063.cuyera (mgr.14180) 321 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi063.xjqwun on smithi063 2023-11-08T01:10:06.248 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:06.248 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:06.817 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:07.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:07 smithi188 conmon[89266]: audit 2023-11-08T01:10:06.243625+0000 mgr.smithi063.cuyera (mgr.14180) 322 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:07.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:07 smithi188 conmon[89266]: cluster 2023-11-08T01:10:06.281411+0000 mgr.smithi063.cuyera (mgr.14180) 323 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:07.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:07 smithi063 conmon[84397]: audit 2023-11-08T01:10:06.243625+0000 mgr.smithi063.cuyera (mgr.14180) 322 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:07.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:07 smithi063 conmon[84397]: cluster 2023-11-08T01:10:06.281411+0000 mgr.smithi063.cuyera (mgr.14180) 323 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:07.818 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:09.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:09 smithi188 conmon[89266]: cluster 2023-11-08T01:10:08.281940+0000 mgr.smithi063.cuyera (mgr.14180) 324 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:09.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:09 smithi063 conmon[84397]: cluster 2023-11-08T01:10:08.281940+0000 mgr.smithi063.cuyera (mgr.14180) 324 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:09.689 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:09.689 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:10.259 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:10.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:10 smithi188 conmon[89266]: audit 2023-11-08T01:10:09.685369+0000 mgr.smithi063.cuyera (mgr.14180) 325 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:10.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:10 smithi063 conmon[84397]: audit 2023-11-08T01:10:09.685369+0000 mgr.smithi063.cuyera (mgr.14180) 325 2023-11-08T01:10:10.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:10 smithi063 conmon[84397]: : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:11.260 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:11.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:11 smithi188 conmon[89266]: cluster 2023-11-08T01:10:10.282414+0000 mgr.smithi063.cuyera (mgr.14180) 326 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:11 smithi063 conmon[84397]: cluster 2023-11-08T01:10:10.282414+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:10:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:11 smithi063 conmon[84397]: ) 326 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:13.109 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:13.110 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:13.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:13 smithi188 conmon[89266]: cluster 2023-11-08T01:10:12.283063+0000 mgr.smithi063.cuyera (mgr.14180) 327 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:13.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:13 smithi063 conmon[84397]: cluster 2023-11-08T01:10:12.283063+0000 mgr.smithi063.cuyera (mgr.14180) 327 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:13.658 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:14.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:14 smithi188 conmon[89266]: audit 2023-11-08T01:10:13.105621+0000 mgr.smithi063.cuyera (mgr.14180) 328 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:14.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:14 smithi063 conmon[84397]: audit 2023-11-08T01:10:13.105621+0000 mgr.smithi063.cuyera (mgr.14180) 328 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:14.659 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:15.517 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:15 smithi063 conmon[84397]: cluster 2023-11-08T01:10:14 2023-11-08T01:10:15.517 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:15 smithi063 conmon[84397]: .283498+0000 mgr.smithi063.cuyera (mgr.14180) 329 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:15.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:15 smithi188 conmon[89266]: cluster 2023-11-08T01:10:14.283498+0000 mgr.smithi063.cuyera (mgr.14180) 329 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:16.514 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:16.514 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:17.057 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:17.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:17 smithi188 conmon[89266]: cluster 2023-11-08T01:10:16.284031+0000 mgr.smithi063.cuyera (mgr.14180) 330 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:17.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:17 smithi188 conmon[89266]: audit 2023-11-08T01:10: 2023-11-08T01:10:17.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:17 smithi188 conmon[89266]: 16.509931+0000 mgr.smithi063.cuyera (mgr.14180) 331 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:17.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:17 smithi063 conmon[84397]: cluster 2023-11-08T01:10:16.284031+0000 mgr.smithi063.cuyera (mgr.14180) 330 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:17.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:17 smithi063 conmon[84397]: audit 2023-11-08T01:10:16.509931+0000 mgr.smithi063.cuyera (mgr.14180) 331 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:18.059 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:19.532 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:19 smithi063 conmon[84397]: cluster 2023-11-08T01:10:18.284570+0000 mgr.smithi063.cuyera ( 2023-11-08T01:10:19.532 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:19 smithi063 conmon[84397]: mgr.14180) 332 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:19.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:19 smithi188 conmon[89266]: cluster 2023-11-08T01:10:18.284570+0000 mgr.smithi063.cuyera (mgr.14180) 332 : cluster [DBG] 2023-11-08T01:10:19.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:19 smithi188 conmon[89266]: pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:19.924 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:19.924 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:20.448 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:21.449 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:21.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:21 smithi063 conmon[84397]: audit 2023-11-08T01:10:19.920443+0000 mgr.smithi063.cuyera (mgr.14180) 333 : 2023-11-08T01:10:21.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:21 smithi063 conmon[84397]: audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:21.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:21 smithi063 conmon[84397]: cluster 2023-11-08T01:10:20.285182+0000 mgr.smithi063.cuyera (mgr.14180) 334 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:21 smithi188 conmon[89266]: audit 2023-11-08T01:10:19.920443+0000 mgr.smithi063.cuyera (mgr.14180) 333 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:21 smithi188 conmon[89266]: 2023-11-08T01:10:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:21 smithi188 conmon[89266]: cluster 2023-11-08T01:10:20.285182+0000 mgr.smithi063.cuyera (mgr.14180) 334 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:23.387 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:23.388 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:23 smithi188 conmon[89266]: cluster 2023-11-08T01:10:22.285660+0000 mgr.smithi063.cuyera (mgr.14180) 335 : cluster [DBG] 2023-11-08T01:10:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:23 smithi188 conmon[89266]: pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:23.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:23 smithi063 conmon[84397]: cluster 2023-11-08T01:10:22.285660+0000 mgr.smithi063.cuyera (mgr.14180) 335 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:23.956 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:24 smithi188 conmon[89266]: audit 2023-11-08T01:10:23.383259+0000 mgr.smithi063.cuyera (mgr.14180) 336 : audit [DBG] 2023-11-08T01:10:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:24 smithi188 conmon[89266]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:24 smithi063 conmon[84397]: audit 2023-11-08T01:10:23.383259+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:10:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:24 smithi063 conmon[84397]: 14180) 336 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:24.957 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:25.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:25 smithi063 conmon[84397]: cluster 2023-11-08T01:10:24.286096+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:10:25.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:25 smithi063 conmon[84397]: 337 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:25.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:25 smithi188 conmon[89266]: cluster 2023-11-08T01:10:24.286096+0000 mgr.smithi063.cuyera (mgr.14180) 337 : 2023-11-08T01:10:25.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:25 smithi188 conmon[89266]: cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:26.860 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:26.861 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:27.382 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:27.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:27 smithi063 conmon[84397]: cluster 2023-11-08T01:10:26.286631+0000 mgr.smithi063.cuyera (mgr.14180) 338 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:27.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:27 smithi188 conmon[89266]: cluster 2023-11-08T01:10:26.286631+0000 mgr.smithi063.cuyera (mgr.14180) 338 : cluster 2023-11-08T01:10:27.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:27 smithi188 conmon[89266]: [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:28.383 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:28.841 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:28 smithi063 conmon[84397]: audit 2023-11-08T01:10:26.856974+0000 mgr.smithi063.cuyera (mgr.14180) 339 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:28 smithi188 conmon[89266]: audit 2023-11-08T01:10:26.856974+0000 mgr.smithi063.cuyera (mgr.14180) 339 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:29.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:29 smithi063 conmon[84397]: cluster 2023-11-08T01:10:28.287221+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:10:29.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:29 smithi063 conmon[84397]: .14180) 340 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:29.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:29 smithi188 conmon[89266]: cluster 2023-11-08T01:10:28.287221+0000 mgr.smithi063.cuyera (mgr.14180) 340 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:30.299 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:30.299 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:30.889 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:31.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:31 smithi188 conmon[89266]: cluster 2023-11-08T01:10:30.287626+0000 mgr.smithi063.cuyera (mgr.14180) 341 : cluster 2023-11-08T01:10:31.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:31 smithi188 conmon[89266]: [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:31.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:31 smithi188 conmon[89266]: audit 2023-11-08T01:10:30.295298+0000 mgr.smithi063.cuyera (mgr.14180) 342 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:31.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:31 smithi063 conmon[84397]: cluster 2023-11-08T01:10:30.287626+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:10:31.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:31 smithi063 conmon[84397]: .14180) 341 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:31.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:31 smithi063 conmon[84397]: audit 2023-11-08T01:10:30.295298+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:10:31.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:31 smithi063 conmon[84397]: 14180) 342 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:31.890 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:33.441 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:33 smithi063 conmon[84397]: cluster 2023-11-08T01:10:32.288239+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:10:33.442 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:33 smithi063 conmon[84397]: 14180) 343 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:33.822 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:33.822 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:33.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:33 smithi188 conmon[89266]: cluster 2023-11-08T01:10:32.288239+0000 mgr.smithi063.cuyera (mgr.14180) 343 : 2023-11-08T01:10:33.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:33 smithi188 conmon[89266]: cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:34.388 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:35.389 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:35.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:35 smithi188 conmon[89266]: audit 2023-11-08T01:10:33.817722+0000 mgr.smithi063.cuyera (mgr.14180) 344 : audit 2023-11-08T01:10:35.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:35 smithi188 conmon[89266]: [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:35.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:35 smithi188 conmon[89266]: cluster 2023-11-08T01:10:34.288686+0000 mgr.smithi063.cuyera (mgr.14180) 345 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:35 smithi063 conmon[84397]: audit 2023-11-08T01:10:33.817722+0000 2023-11-08T01:10:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:35 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 344 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:35.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:35 smithi063 conmon[84397]: cluster 2023-11-08T01:10:34.288686+0000 mgr.smithi063.cuyera (mgr.14180) 345 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:37.286 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:37.287 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:37.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:37 smithi188 conmon[89266]: cluster 2023-11-08T01:10:36.289466+0000 mgr.smithi063.cuyera (mgr.14180) 346 : 2023-11-08T01:10:37.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:37 smithi188 conmon[89266]: cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:37.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:37 smithi063 conmon[84397]: cluster 2023-11-08T01:10:36.289466+0000 mgr.smithi063.cuyera (mgr.14180) 346 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:37.796 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:38.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:38 smithi188 conmon[89266]: audit 2023-11-08T01:10:37.281218+0000 mgr.smithi063.cuyera (mgr.14180) 347 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:38.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:38 smithi063 conmon[84397]: audit 2023-11-08T01:10:37.281218+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:10:38.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:38 smithi063 conmon[84397]: 347 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:38.798 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:39.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:39 smithi188 conmon[89266]: cluster 2023-11-08T01:10:38.290075+0000 mgr.smithi063.cuyera (mgr.14180) 348 : 2023-11-08T01:10:39.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:39 smithi188 conmon[89266]: cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:39.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:39 smithi063 conmon[84397]: cluster 2023-11-08T01:10:38.290075+0000 mgr.smithi063.cuyera (mgr.14180) 348 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:40.676 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:40.676 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:41.223 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:41 smithi188 conmon[89266]: cluster 2023-11-08T01:10:40.290545+0000 mgr.smithi063.cuyera (mgr.14180) 349 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:41.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:41 smithi188 conmon[89266]: audit 2023-11-08T01:10:40.671925+0000 mgr.smithi063.cuyera (mgr.14180) 350 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:41 smithi063 conmon[84397]: cluster 2023-11-08T01:10:40.290545+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:10:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:41 smithi063 conmon[84397]: .14180) 349 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:41 smithi063 conmon[84397]: audit 2023-11-08T01:10:40.671925+0000 mgr.smithi063.cuyera (mgr.14180) 350 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:42.224 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:43.544 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:43 smithi063 conmon[84397]: cluster 2023-11-08T01:10:42.291128+0000 mgr.smithi063.cuyera (mgr.14180) 351 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:43 smithi188 conmon[89266]: cluster 2023-11-08T01:10:42.291128+0000 mgr.smithi063.cuyera (mgr.14180) 351 : 2023-11-08T01:10:43.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:43 smithi188 conmon[89266]: cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:44.176 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:44.176 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:44.722 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:45 smithi188 conmon[89266]: audit 2023-11-08T01:10:44.171745+0000 mgr.smithi063.cuyera (mgr.14180) 352 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:45 smithi188 conmon[89266]: cluster 2023-11-08T01:10:44.291786 2023-11-08T01:10:45.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:45 smithi188 conmon[89266]: +0000 mgr.smithi063.cuyera (mgr.14180) 353 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:45.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:45 smithi063 conmon[84397]: audit 2023-11-08T01:10:44.171745+0000 mgr.smithi063.cuyera (mgr.14180) 352 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:45.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:45 smithi063 conmon[84397]: cluster 2023-11-08T01:10:44.291786+0000 mgr.smithi063.cuyera (mgr.14180) 353 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:45.724 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:47.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:47 smithi188 conmon[89266]: cluster 2023-11-08T01:10:46.292262+0000 mgr.smithi063.cuyera (mgr.14180) 354 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:47.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:47 smithi063 conmon[84397]: cluster 2023-11-08T01:10:46.292262+0000 mgr.smithi063.cuyera (mgr.14180) 354 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:47.649 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:47.649 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:48.214 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:48.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:48 smithi188 conmon[89266]: audit 2023-11-08T01:10:47.645410+0000 mgr.smithi063.cuyera (mgr.14180) 355 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:48.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:48 smithi063 conmon[84397]: audit 2023-11-08T01:10:47. 2023-11-08T01:10:48.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:48 smithi063 conmon[84397]: 645410+0000 mgr.smithi063.cuyera (mgr.14180) 355 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:49.215 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:49.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:49 smithi188 conmon[89266]: cluster 2023-11-08T01:10:48.292834+0000 mgr.smithi063.cuyera (mgr.14180) 356 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:49.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:49 smithi063 conmon[84397]: cluster 2023-11-08T01:10:48.292834+0000 mgr.smithi063.cuyera 2023-11-08T01:10:49.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:49 smithi063 conmon[84397]: (mgr.14180) 356 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:51.024 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:51.024 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:51 smithi188 conmon[89266]: cluster 2023-11-08T01:10:50.293430+0000 mgr.smithi063.cuyera (mgr.14180) 357 : cluster [DBG] 2023-11-08T01:10:51.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:51 smithi188 conmon[89266]: pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:51.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:51 smithi063 conmon[84397]: cluster 2023-11-08T01:10:50.293430+0000 mgr.smithi063.cuyera (mgr.14180) 357 : cluster [DBG] 2023-11-08T01:10:51.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:51 smithi063 conmon[84397]: pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:51.654 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:52.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:52 smithi063 conmon[84397]: audit 2023-11-08T01:10:51.019613+0000 mgr.smithi063.cuyera (mgr.14180) 358 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:52.655 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:52 smithi188 conmon[89266]: audit 2023-11-08T01:10:51.019613+0000 mgr.smithi063.cuyera ( 2023-11-08T01:10:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:52 smithi188 conmon[89266]: mgr.14180) 358 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:53.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:53 smithi063 conmon[84397]: cluster 2023-11-08T01:10:52.294201+0000 mgr.smithi063.cuyera (mgr.14180) 359 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:53.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:53 smithi188 conmon[89266]: cluster 2023-11-08T01:10:52.294201+0000 mgr.smithi063.cuyera (mgr.14180) 359 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:54.515 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:54.516 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:55.104 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:55.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:55 smithi063 conmon[84397]: cluster 2023-11-08T01:10:54.294630+0000 mgr.smithi063.cuyera (mgr.14180) 360 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:55.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:55 smithi063 conmon[84397]: audit 2023-11-08T01:10:54.511665+0000 mgr.smithi063.cuyera (mgr.14180) 361 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:55.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:55 smithi188 conmon[89266]: cluster 2023-11-08T01:10:54.294630+0000 mgr.smithi063.cuyera (mgr.14180) 360 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:55.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:55 smithi188 conmon[89266]: 2023-11-08T01:10:55.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:55 smithi188 conmon[89266]: audit 2023-11-08T01:10:54.511665+0000 mgr.smithi063.cuyera (mgr.14180) 361 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:56.105 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:57.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:57 smithi188 conmon[89266]: cluster 2023-11-08T01:10:56.295262+0000 mgr.smithi063.cuyera (mgr.14180) 362 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:57.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:57 smithi188 conmon[89266]: 2023-11-08T01:10:57.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:57 smithi063 conmon[84397]: cluster 2023-11-08T01:10:56.295262+0000 mgr.smithi063.cuyera (mgr.14180) 362 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:58.004 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:10:58.005 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:10:58.585 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:10:59.587 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:10:59.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:59 smithi188 conmon[89266]: audit 2023-11-08T01:10:58.000868+0000 mgr.smithi063.cuyera (mgr.14180) 363 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:59.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:59 smithi188 conmon[89266]: 2023-11-08T01:10:59.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:10:59 smithi188 conmon[89266]: cluster 2023-11-08T01:10:58.295811+0000 mgr.smithi063.cuyera (mgr.14180) 364 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:10:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:59 smithi063 conmon[84397]: audit 2023-11-08T01:10:58.000868+0000 mgr.smithi063.cuyera (mgr.14180) 363 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:10:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:10:59 smithi063 conmon[84397]: cluster 2023-11-08T01:10:58.295811+0000 mgr.smithi063.cuyera (mgr.14180) 364 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:01.492 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:01.492 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:01 smithi188 conmon[89266]: cluster 2023-11-08T01:11:00.296257+0000 mgr.smithi063.cuyera (mgr.14180) 365 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:01 smithi063 conmon[84397]: cluster 2023-11-08T01:11:00.296257+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:11:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:01 smithi063 conmon[84397]: .14180) 365 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:02.136 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:02.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:02 smithi063 conmon[84397]: audit 2023-11-08T01:11:01.488049+0000 mgr.smithi063.cuyera (mgr.14180) 366 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:02.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:02 smithi188 conmon[89266]: audit 2023-11-08T01:11:01.488049+0000 mgr.smithi063.cuyera (mgr.14180) 366 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:03.137 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:03.603 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:03 smithi063 conmon[84397]: cluster 2023-11-08T01:11:02.296934+0000 mgr.smithi063.cuyera (mgr.14180) 367 2023-11-08T01:11:03.603 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:03 smithi063 conmon[84397]: : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:03.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:03 smithi188 conmon[89266]: cluster 2023-11-08T01:11:02.296934+0000 mgr.smithi063.cuyera 2023-11-08T01:11:03.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:03 smithi188 conmon[89266]: (mgr.14180) 367 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:04.938 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:04.939 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:05.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:05 smithi063 conmon[84397]: cluster 2023-11-08T01:11:04.297331+0000 mgr.smithi063.cuyera (mgr.14180) 368 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:05.519 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:05.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:05 smithi188 conmon[89266]: cluster 2023-11-08T01:11:04.297331+0000 mgr.smithi063.cuyera (mgr.14180) 368 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:05.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:05 smithi188 conmon[89266]: 2023-11-08T01:11:06.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:06 smithi188 conmon[89266]: audit 2023-11-08T01:11:04.934591+0000 mgr.smithi063.cuyera (mgr.14180) 369 : 2023-11-08T01:11:06.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:06 smithi188 conmon[89266]: audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:06.521 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:06.552 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:06 smithi063 conmon[84397]: audit 2023-11-08T01:11:04.934591+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:11:06.552 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:06 smithi063 conmon[84397]: ) 369 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:07.285 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:07 smithi063 conmon[84397]: cluster 2023-11-08T01:11:06.298112 2023-11-08T01:11:07.285 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:07 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 370 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:07.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:07 smithi188 conmon[89266]: cluster 2023-11-08T01:11:06.298112+0000 mgr.smithi063.cuyera (mgr.14180) 370 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:08.305 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:08.305 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:08.826 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:09.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:09 smithi188 conmon[89266]: cluster 2023-11-08T01:11:08.298609+0000 mgr.smithi063.cuyera (mgr.14180) 371 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:09.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:09 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:11:09.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:09 smithi188 conmon[89266]: :11:08.300915+0000 mgr.smithi063.cuyera (mgr.14180) 372 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:09.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:09 smithi063 conmon[84397]: cluster 2023-11-08T01:11:08.298609+0000 mgr.smithi063.cuyera (mgr.14180) 371 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:09.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:09 smithi063 conmon[84397]: audit 2023-11-08T01:11:08.300915+0000 mgr.smithi063.cuyera (mgr.14180) 372 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:09.828 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:11.597 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:11.597 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:11.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:11 smithi188 conmon[89266]: cluster 2023-11-08T01:11:10.299249+0000 mgr.smithi063.cuyera (mgr.14180) 373 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:11 smithi063 conmon[84397]: cluster 2023-11-08T01:11:10.299249+0000 mgr.smithi063.cuyera (mgr.14180) 373 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:12.168 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:12.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:12 smithi063 conmon[84397]: audit 2023-11-08T01:11:11.593026+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:11:12.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:12 smithi063 conmon[84397]: .14180) 374 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:12.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:12 smithi188 conmon[89266]: audit 2023-11-08T01:11:11.593026+0000 mgr.smithi063.cuyera (mgr.14180) 374 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:13.169 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:13.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:13 smithi063 conmon[84397]: cluster 2023-11-08T01:11:12.299839+0000 mgr.smithi063.cuyera (mgr.14180) 375 : 2023-11-08T01:11:13.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:13 smithi063 conmon[84397]: cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:13.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:13 smithi188 conmon[89266]: cluster 2023-11-08T01:11:12.299839+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:11:13.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:13 smithi188 conmon[89266]: 375 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:15.004 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:15.005 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:15.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:15 smithi063 conmon[84397]: cluster 2023-11-08T01:11:14.300209+0000 mgr.smithi063.cuyera (mgr.14180) 376 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:15.558 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:15.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:15 smithi188 conmon[89266]: cluster 2023-11-08T01:11:14.300209+0000 mgr.smithi063.cuyera (mgr.14180) 376 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:15.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:15 smithi188 conmon[89266]: 2023-11-08T01:11:16.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:16 smithi188 conmon[89266]: audit 2023-11-08T01:11:14.999977+0000 mgr.smithi063.cuyera (mgr.14180) 377 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:16.559 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:16.590 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:16 smithi063 conmon[84397]: audit 2023-11-08T01:11:14.999977+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:11:16.590 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:16 smithi063 conmon[84397]: 14180) 377 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:17.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:17 smithi063 conmon[84397]: cluster 2023-11-08 2023-11-08T01:11:17.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:17 smithi063 conmon[84397]: T01:11:16.300943+0000 mgr.smithi063.cuyera (mgr.14180) 378 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:17.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:17 smithi188 conmon[89266]: cluster 2023-11-08T01:11:16.300943+0000 mgr.smithi063.cuyera (mgr.14180) 378 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:18.412 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:18.413 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:18.967 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:19.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:19 smithi188 conmon[89266]: cluster 2023-11-08T01:11:18.301430+0000 mgr.smithi063.cuyera (mgr.14180) 379 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:19.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:19 smithi188 conmon[89266]: 2023-11-08T01:11:19.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:19 smithi188 conmon[89266]: audit 2023-11-08T01:11:18.408713+0000 mgr.smithi063.cuyera (mgr.14180) 380 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:19.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:19 smithi063 conmon[84397]: cluster 2023-11-08T01:11:18.301430+0000 mgr.smithi063.cuyera (mgr.14180) 379 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:19.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:19 smithi063 conmon[84397]: audit 2023-11-08T01:11:18.408713+0000 mgr.smithi063.cuyera (mgr.14180) 380 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:19.969 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:21.582 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:21 smithi063 conmon[84397]: cluster 2023-11-08T 2023-11-08T01:11:21.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:21 smithi063 conmon[84397]: 01:11:20.301821+0000 mgr.smithi063.cuyera (mgr.14180) 381 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:21 smithi188 conmon[89266]: cluster 2023-11-08T01:11:20.301821+0000 mgr.smithi063.cuyera (mgr.14180) 381 : 2023-11-08T01:11:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:21 smithi188 conmon[89266]: cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:21.915 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:21.916 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:22.524 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:23.526 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:23.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:23 smithi063 conmon[84397]: audit 2023-11-08T01:11:21.911766+0000 mgr.smithi063.cuyera (mgr.14180) 382 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:23.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:23 smithi063 conmon[84397]: cluster 2023-11-08T01:11:22.302379+0000 mgr.smithi063.cuyera (mgr.14180) 383 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:23 smithi188 conmon[89266]: audit 2023-11-08T01:11:21.911766+0000 mgr.smithi063.cuyera (mgr.14180) 382 : 2023-11-08T01:11:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:23 smithi188 conmon[89266]: audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:23.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:23 smithi188 conmon[89266]: cluster 2023-11-08T01:11:22.302379+0000 mgr.smithi063.cuyera (mgr.14180) 383 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:25.397 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:25.398 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:25.574 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:25 smithi063 conmon[84397]: cluster 2023-11-08T01:11:24.302776+0000 2023-11-08T01:11:25.574 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:25 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 384 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:25.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:25 smithi188 conmon[89266]: cluster 2023-11-08T01:11:24.302776+0000 mgr.smithi063.cuyera (mgr.14180) 384 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:26.015 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:26.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:26 smithi188 conmon[89266]: audit 2023-11-08T01:11:25.393454+0000 mgr.smithi063.cuyera (mgr.14180) 385 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:26.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:26 smithi063 conmon[84397]: audit 2023-11-08T01:11:25.393454+0000 mgr.smithi063.cuyera (mgr.14180) 385 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:27.017 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:27.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:27 smithi063 conmon[84397]: cluster 2023-11-08T01:11:26.303382+0000 mgr.smithi063.cuyera ( 2023-11-08T01:11:27.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:27 smithi063 conmon[84397]: mgr.14180) 386 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:27.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:27 smithi188 conmon[89266]: cluster 2023-11-08T01:11:26.303382+0000 mgr.smithi063.cuyera (mgr.14180) 386 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:28.915 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:28.916 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:29.465 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:29.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:29 smithi063 conmon[84397]: cluster 2023-11-08T01:11:28.303837+0000 mgr.smithi063.cuyera 2023-11-08T01:11:29.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:29 smithi063 conmon[84397]: (mgr.14180) 387 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:29.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:29 smithi188 conmon[89266]: cluster 2023-11-08T01:11:28.303837+0000 mgr.smithi063.cuyera (mgr.14180) 387 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:30.466 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:30.498 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:30 smithi063 conmon[84397]: audit 2023-11-08T01:11:28.911431+0000 mgr.smithi063.cuyera (mgr.14180) 388 : 2023-11-08T01:11:30.498 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:30 smithi063 conmon[84397]: audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:30.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:30 smithi188 conmon[89266]: audit 2023-11-08T01:11:28.911431+0000 mgr.smithi063.cuyera (mgr.14180) 388 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:31.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:31 smithi063 conmon[84397]: cluster 2023-11-08T01:11:30.304602+0000 mgr.smithi063.cuyera (mgr.14180) 389 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:31.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:31 smithi188 conmon[89266]: cluster 2023-11-08T01:11:30.304602+0000 mgr.smithi063.cuyera (mgr.14180) 389 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:32.308 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:32.309 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:32.857 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:33.859 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:33.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:33 smithi188 conmon[89266]: audit 2023-11-08T01:11:32.303740+0000 mgr.smithi063.cuyera (mgr.14180) 390 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:33.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:33 smithi188 conmon[89266]: cluster 2023-11-08T01:11:32.305085+0000 mgr.smithi063.cuyera (mgr.14180) 391 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:33.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:33 smithi063 conmon[84397]: audit 2023-11-08T01:11:32.303740+0000 mgr.smithi063.cuyera (mgr.14180) 390 : audit 2023-11-08T01:11:33.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:33 smithi063 conmon[84397]: [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:33.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:33 smithi063 conmon[84397]: cluster 2023-11-08T01:11:32.305085+0000 mgr.smithi063.cuyera (mgr.14180) 391 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:35.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:35 smithi063 conmon[84397]: cluster 2023-11-08T01:11:34.305509+0000 mgr.smithi063.cuyera (mgr.14180) 392 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:35.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:35 smithi188 conmon[89266]: cluster 2023-11-08T01:11:34.305509+0000 mgr.smithi063.cuyera (mgr.14180) 392 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:35.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:35 smithi188 conmon[89266]: 2023-11-08T01:11:35.745 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:35.745 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:36.315 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:37.316 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:37.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:37 smithi063 conmon[84397]: audit 2023-11-08T01:11:35.739509 2023-11-08T01:11:37.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:37 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 393 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:37.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:37 smithi063 conmon[84397]: cluster 2023-11-08T01:11:36.306149+0000 mgr.smithi063.cuyera (mgr.14180) 394 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:37.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:37 smithi188 conmon[89266]: audit 2023-11-08T01:11:35.739509+0000 mgr.smithi063.cuyera (mgr.14180) 393 : audit 2023-11-08T01:11:37.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:37 smithi188 conmon[89266]: [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:37.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:37 smithi188 conmon[89266]: cluster 2023-11-08T01:11:36.306149+0000 mgr.smithi063.cuyera (mgr.14180) 394 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:39.167 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:39.168 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:39.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:39 smithi063 conmon[84397]: cluster 2023-11-08T01:11:38.306698+0000 2023-11-08T01:11:39.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:39 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 395 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:39.740 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:39.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:39 smithi188 conmon[89266]: cluster 2023-11-08T01:11:38.306698+0000 mgr.smithi063.cuyera (mgr.14180) 395 : cluster [DBG] 2023-11-08T01:11:39.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:39 smithi188 conmon[89266]: pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:40.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:40 smithi063 conmon[84397]: audit 2023-11-08T01:11:39.163406+0000 mgr.smithi063.cuyera (mgr.14180) 396 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:40.741 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:40.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:40 smithi188 conmon[89266]: audit 2023-11-08T01:11:39.163406+0000 mgr.smithi063.cuyera (mgr.14180) 396 : audit [DBG] 2023-11-08T01:11:40.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:40 smithi188 conmon[89266]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:41.597 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:41 smithi063 conmon[84397]: cluster 2023-11-08T01:11:40.307297+0000 mgr.smithi063.cuyera (mgr.14180) 397 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:41.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:41 smithi188 conmon[89266]: cluster 2023-11-08T01:11:40.307297+0000 mgr.smithi063.cuyera (mgr.14180) 397 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:42.710 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:42.711 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:43.297 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:43.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:43 smithi063 conmon[84397]: cluster 2023-11-08T01:11:42. 2023-11-08T01:11:43.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:43 smithi063 conmon[84397]: 307905+0000 mgr.smithi063.cuyera (mgr.14180) 398 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:43.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:43 smithi063 conmon[84397]: audit 2023-11-08T01:11:42.706877+0000 mgr.smithi063.cuyera (mgr.14180) 399 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:43.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:43 smithi188 conmon[89266]: cluster 2023-11-08T01:11:42.307905+0000 mgr.smithi063.cuyera (mgr.14180) 398 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:43.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:43 smithi188 conmon[89266]: 2023-11-08T01:11:43.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:43 smithi188 conmon[89266]: audit 2023-11-08T01:11:42.706877+0000 mgr.smithi063.cuyera (mgr.14180) 399 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:44.299 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:45.561 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:45 smithi063 conmon[84397]: cluster 2023-11-08T01:11:44.308397+0000 mgr.smithi063.cuyera (mgr.14180) 400 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:45.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:45 smithi188 conmon[89266]: cluster 2023-11-08T01:11:44.308397+0000 mgr.smithi063.cuyera (mgr.14180) 400 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:46.197 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:46.198 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:46.814 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:47.816 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:47.847 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:47 smithi063 conmon[84397]: audit 2023-11-08T01:11:46.193438+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:11:47.848 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:47 smithi063 conmon[84397]: ) 401 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:47.848 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:47 smithi063 conmon[84397]: cluster 2023-11-08T01:11:46.308904+0000 mgr.smithi063.cuyera (mgr.14180) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:47.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:47 smithi188 conmon[89266]: audit 2023-11-08T01:11:46.193438+0000 mgr.smithi063.cuyera (mgr.14180) 401 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:47.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:47 smithi188 conmon[89266]: cluster 2023-11-08T01:11:46.308904+0000 mgr.smithi063.cuyera (mgr.14180) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:49.440 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:49 smithi063 conmon[84397]: cluster 2023-11-08T01:11:48.309503+0000 mgr.smithi063.cuyera (mgr.14180) 403 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:49.840 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:49.840 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:49.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:49 smithi188 conmon[89266]: cluster 2023-11-08T01:11:48.309503+0000 mgr.smithi063.cuyera (mgr.14180) 403 : cluster [DBG] 2023-11-08T01:11:49.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:49 smithi188 conmon[89266]: pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:50.395 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:51.396 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:51.855 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:51 smithi063 conmon[84397]: audit 2023-11-08T01:11:49.836413+0000 mgr.smithi063.cuyera (mgr.14180) 404 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:51.855 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:51 smithi063 conmon[84397]: cluster 2023-11-08T01:11:50.309974+0000 mgr.smithi063.cuyera (mgr.14180) 405 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:51.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:51 smithi188 conmon[89266]: audit 2023-11-08T01:11:49.836413+0000 mgr.smithi063.cuyera (mgr.14180) 404 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:51.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:51 smithi188 conmon[89266]: 2023-11-08T01:11:51.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:51 smithi188 conmon[89266]: cluster 2023-11-08T01:11:50.309974+0000 mgr.smithi063.cuyera (mgr.14180) 405 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:53.232 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:53.233 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:53.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:53 smithi063 conmon[84397]: cluster 2023-11-08T01:11:52.310467+0000 mgr.smithi063.cuyera (mgr.14180) 406 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:53.736 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:53.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:53 smithi188 conmon[89266]: cluster 2023-11-08T01:11:52.310467+0000 mgr.smithi063.cuyera (mgr.14180) 406 : cluster [DBG] 2023-11-08T01:11:53.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:53 smithi188 conmon[89266]: pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:54.737 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:54.769 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:54 smithi063 conmon[84397]: audit 2023-11-08T01:11:53.228319+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:11:54.769 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:54 smithi063 conmon[84397]: .14180) 407 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:54 smithi188 conmon[89266]: audit 2023-11-08T01:11:53.228319+0000 mgr.smithi063.cuyera (mgr.14180) 407 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:55.587 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:55 smithi063 conmon[84397]: cluster 2023-11-08T01:11:54.311008+0000 mgr.smithi063.cuyera (mgr.14180) 408 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:55.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:55 smithi188 conmon[89266]: cluster 2023-11-08T01:11:54.311008+0000 mgr.smithi063.cuyera (mgr.14180) 408 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:56.642 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:11:56.642 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:11:57.203 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:11:57.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:57 smithi063 conmon[84397]: cluster 2023-11-08T01:11:57.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:57 smithi063 conmon[84397]: 2023-11-08T01:11:56.311730+0000 mgr.smithi063.cuyera (mgr.14180) 409 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:57.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:57 smithi063 conmon[84397]: audit 2023-11-08T01:11:56.638224+0000 mgr.smithi063.cuyera (mgr.14180) 410 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:57.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:57 smithi188 conmon[89266]: cluster 2023-11-08T01:11:56.311730+0000 mgr.smithi063.cuyera (mgr.14180) 409 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:57.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:57 smithi188 conmon[89266]: audit 2023-11-08T01:11:56.638224 2023-11-08T01:11:57.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:57 smithi188 conmon[89266]: +0000 mgr.smithi063.cuyera (mgr.14180) 410 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:11:58.205 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:11:59.748 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:11:59 smithi063 conmon[84397]: cluster 2023-11-08T01:11:58.312205+0000 mgr.smithi063.cuyera (mgr.14180) 411 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:11:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:11:59 smithi188 conmon[89266]: cluster 2023-11-08T01:11:58.312205+0000 mgr.smithi063.cuyera (mgr.14180) 411 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:00.137 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:00.137 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:00.720 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:01.721 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:01.752 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:01 smithi063 conmon[84397]: audit 2023-11-08T01:12:00.130965+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:12:01.753 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:01 smithi063 conmon[84397]: ) 412 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:01.753 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:01 smithi063 conmon[84397]: cluster 2023-11-08T01:12:00.312869+0000 mgr.smithi063.cuyera (mgr.14180) 413 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:01.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:01 smithi188 conmon[89266]: audit 2023-11-08T01:12:00.130965+0000 mgr.smithi063.cuyera (mgr.14180) 412 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:01.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:01 smithi188 conmon[89266]: cluster 2023-11-08T01:12:00.312869+0000 mgr.smithi063.cuyera 2023-11-08T01:12:01.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:01 smithi188 conmon[89266]: (mgr.14180) 413 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:03.624 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:03.624 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:03.645 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:03 smithi063 conmon[84397]: cluster 2023-11-08T01:12:02.313550+0000 mgr.smithi063.cuyera (mgr.14180) 414 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:03.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:03 smithi188 conmon[89266]: cluster 2023-11-08T01:12:02.313550+0000 mgr.smithi063.cuyera (mgr.14180) 414 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:04.170 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:04.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:04 smithi063 conmon[84397]: audit 2023-11-08T01:12:03.620357+0000 mgr.smithi063.cuyera (mgr.14180) 415 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:04 smithi188 conmon[89266]: audit 2023-11-08T01:12:03.620357+0000 mgr.smithi063.cuyera (mgr.14180) 415 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:05.171 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:05.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:05 smithi063 conmon[84397]: cluster 2023-11-08T01:12:04.314139+0000 mgr.smithi063.cuyera (mgr.14180) 416 : cluster 2023-11-08T01:12:05.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:05 smithi063 conmon[84397]: [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:05.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:05 smithi188 conmon[89266]: cluster 2023-11-08T01:12:04.314139+0000 mgr.smithi063.cuyera (mgr.14180) 416 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:07.036 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:07.036 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:07.577 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:07.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:07 smithi188 conmon[89266]: cluster 2023-11-08T01:12:06.314836+0000 mgr.smithi063.cuyera (mgr.14180) 417 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:07.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:07 smithi063 conmon[84397]: cluster 2023-11-08T01:12:06.314836+0000 mgr.smithi063.cuyera (mgr.14180) 417 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:08.578 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:08 smithi188 conmon[89266]: audit 2023-11-08T01:12:07.032022+0000 mgr.smithi063.cuyera (mgr.14180) 418 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:08 smithi063 conmon[84397]: audit 2023-11-08T01:12:07.032022+0000 mgr.smithi063.cuyera (mgr.14180) 418 : 2023-11-08T01:12:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:08 smithi063 conmon[84397]: audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:09.841 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:09 smithi063 conmon[84397]: cluster 2023-11-08T01:12:08.315565 2023-11-08T01:12:09.841 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:09 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:09.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:09 smithi188 conmon[89266]: cluster 2023-11-08T01:12:08.315565+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:12:09.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:09 smithi188 conmon[89266]: ) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:10.456 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:10.457 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:11.051 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:11.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:11 smithi188 conmon[89266]: cluster 2023-11-08T01:12:10.315986+0000 mgr.smithi063.cuyera (mgr.14180) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:11.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:11 smithi188 conmon[89266]: 2023-11-08T01:12:11.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:11 smithi188 conmon[89266]: audit 2023-11-08T01:12:10.452858+0000 mgr.smithi063.cuyera (mgr.14180) 421 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:11.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:11 smithi063 conmon[84397]: cluster 2023-11-08T01:12:10.315986+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:12:11.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:11 smithi063 conmon[84397]: 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:11.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:11 smithi063 conmon[84397]: audit 2023-11-08T01:12:10.452858+0000 mgr.smithi063.cuyera (mgr.14180) 421 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:12.053 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:13.596 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:13 smithi063 conmon[84397]: cluster 2023-11-08T01:12:12.316688+0000 mgr.smithi063.cuyera (mgr.14180) 422 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:13.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:13 smithi188 conmon[89266]: cluster 2023-11-08T01:12:12.316688+0000 mgr.smithi063.cuyera (mgr.14180) 422 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:13.982 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:14.002 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:14.535 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:15.536 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:15.567 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:15 smithi063 conmon[84397]: audit 2023-11-08T01:12:13.978337+0000 mgr.smithi063.cuyera (mgr.14180) 423 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:15.568 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:15 smithi063 conmon[84397]: cluster 2023-11-08T01:12:14.317288+0000 mgr.smithi063.cuyera (mgr.14180) 424 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:15.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:15 smithi188 conmon[89266]: audit 2023-11-08T01:12:13.978337+0000 mgr.smithi063.cuyera (mgr.14180) 423 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:15.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:15 smithi188 conmon[89266]: cluster 2023-11-08T01:12:14.317288+0000 2023-11-08T01:12:15.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:15 smithi188 conmon[89266]: mgr.smithi063.cuyera (mgr.14180) 424 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:17.372 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:17.372 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:17.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:17 smithi188 conmon[89266]: cluster 2023-11-08T01:12:16.317773+0000 mgr.smithi063.cuyera (mgr.14180) 425 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:17.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:17 smithi063 conmon[84397]: cluster 2023-11-08T01:12:16.317773+0000 mgr.smithi063.cuyera (mgr.14180) 425 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:17.958 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:18.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:18 smithi188 conmon[89266]: audit 2023-11-08T01:12:17.367953+0000 mgr.smithi063.cuyera (mgr.14180) 426 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:18.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:18 smithi063 conmon[84397]: audit 2023-11-08T01:12:17.367953+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:12:18.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:18 smithi063 conmon[84397]: 14180) 426 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:18.959 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:19.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:19 smithi063 conmon[84397]: cluster 2023-11-08T01:12:18.318244+0000 mgr.smithi063.cuyera ( 2023-11-08T01:12:19.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:19 smithi063 conmon[84397]: mgr.14180) 427 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:19.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:19 smithi188 conmon[89266]: cluster 2023-11-08T01:12:18.318244+0000 mgr.smithi063.cuyera (mgr.14180) 427 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:20.837 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:20.838 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:21.393 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:21 smithi188 conmon[89266]: cluster 2023-11-08T01:12:20.318662+0000 mgr.smithi063.cuyera (mgr.14180) 428 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:21.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:21 smithi063 conmon[84397]: cluster 2023-11-08T01:12:20.318662+0000 mgr.smithi063.cuyera (mgr.14180) 428 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:22.395 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:22 smithi188 conmon[89266]: audit 2023-11-08T01:12:20.833768+0000 mgr.smithi063.cuyera (mgr.14180) 429 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:22 smithi063 conmon[84397]: audit 2023-11-08T01:12:20.833768+0000 mgr.smithi063.cuyera (mgr.14180) 429 : audit 2023-11-08T01:12:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:22 smithi063 conmon[84397]: [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:23.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:23 smithi063 conmon[84397]: cluster 2023-11-08T01:12:22.319263+0000 mgr.smithi063.cuyera ( 2023-11-08T01:12:23.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:23 smithi063 conmon[84397]: mgr.14180) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:23 smithi188 conmon[89266]: cluster 2023-11-08T01:12:22.319263+0000 mgr.smithi063.cuyera (mgr.14180) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:24.363 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:24.364 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:24.917 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:25.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:25 smithi188 conmon[89266]: cluster 2023-11-08T01:12:24.319689+0000 mgr.smithi063.cuyera (mgr.14180) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:25.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:25 smithi188 conmon[89266]: audit 2023 2023-11-08T01:12:25.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:25 smithi188 conmon[89266]: -11-08T01:12:24.354538+0000 mgr.smithi063.cuyera (mgr.14180) 432 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:25.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:25 smithi063 conmon[84397]: cluster 2023-11-08T01:12:24.319689+0000 mgr.smithi063.cuyera (mgr.14180) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:25.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:25 smithi063 conmon[84397]: audit 2023-11-08T01:12:24.354538+0000 mgr.smithi063.cuyera (mgr.14180) 432 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:25.918 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:27.679 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:27.679 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:27.700 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:27 smithi063 conmon[84397]: cluster 2023-11-08T01:12:26. 2023-11-08T01:12:27.701 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:27 smithi063 conmon[84397]: 320160+0000 mgr.smithi063.cuyera (mgr.14180) 433 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:27.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:27 smithi188 conmon[89266]: cluster 2023-11-08T01:12:26.320160+0000 mgr.smithi063.cuyera (mgr.14180) 433 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:28.233 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:28 smithi063 conmon[84397]: audit 2023-11-08T01:12:27.674922+0000 mgr.smithi063.cuyera (mgr.14180) 434 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:28 smithi188 conmon[89266]: audit 2023-11-08T01:12:27.674922+0000 mgr.smithi063.cuyera (mgr.14180) 434 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:29.235 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:29.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:29 smithi063 conmon[84397]: cluster 2023-11-08T01:12:28.320771+0000 mgr.smithi063.cuyera (mgr.14180) 435 : 2023-11-08T01:12:29.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:29 smithi063 conmon[84397]: cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:29.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:29 smithi188 conmon[89266]: cluster 2023-11-08T01:12:28.320771+0000 mgr.smithi063.cuyera (mgr.14180) 435 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:31.069 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:31.069 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:31.647 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:31 smithi063 conmon[84397]: cluster 2023-11-08T01:12:30.321183+0000 mgr.smithi063.cuyera (mgr.14180) 436 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:31.666 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:31.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:31 smithi188 conmon[89266]: cluster 2023-11-08T01:12:30.321183+0000 mgr.smithi063.cuyera (mgr.14180) 436 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:32.667 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:32.697 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:32 smithi063 conmon[84397]: audit 2023-11-08T01:12:31.064354+0000 mgr.smithi063.cuyera (mgr.14180) 437 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:32 smithi188 conmon[89266]: audit 2023-11-08T01:12:31.064354+0000 mgr.smithi063.cuyera (mgr.14180) 437 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:33.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:33 smithi188 conmon[89266]: cluster 2023-11-08T01:12:32.321951+0000 mgr.smithi063.cuyera (mgr.14180) 438 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:33.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:33 smithi063 conmon[84397]: cluster 2023-11-08T01:12:32.321951+0000 mgr.smithi063.cuyera (mgr.14180) 438 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:34.563 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:34.564 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:35.166 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:35.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:35 smithi188 conmon[89266]: cluster 2023-11-08T01:12:34.322350+0000 mgr.smithi063.cuyera (mgr.14180) 439 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:35.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:35 smithi188 conmon[89266]: audit 2023-11-08T01:12:34.559152+0000 mgr.smithi063.cuyera (mgr.14180) 440 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:35 smithi063 conmon[84397]: cluster 2023-11-08T01:12:34.322350 2023-11-08T01:12:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:35 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 439 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:35.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:35 smithi063 conmon[84397]: audit 2023-11-08T01:12:34.559152+0000 mgr.smithi063.cuyera (mgr.14180) 440 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:36.167 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:37.677 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:37 smithi063 conmon[84397]: cluster 2023-11-08T01:12:36.323016+0000 mgr.smithi063.cuyera (mgr.14180) 441 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:37.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:37 smithi188 conmon[89266]: cluster 2023-11-08T01:12:36.323016+0000 mgr.smithi063.cuyera (mgr.14180) 441 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:38.098 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:38.099 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:55.852145Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:55.852285Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:55.852358Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:55.852425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:55.852489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-08T01:12:38.773 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: cephadm 2023-11-08T01 2023-11-08T01:12:38.774 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: :12:37.449349+0000 mgr.smithi063.cuyera (mgr.14180) 442 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.774 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.774 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.775 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.775 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.xjqwun ... 2023-11-08T01:12:38.775 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.775 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:12:38.775 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:10:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.776 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:11:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.776 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:11:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.776 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:12:38.776 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:12:38.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: Traceback (most recent call last): 2023-11-08T01:12:38.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:12:38.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: yield (conn, connr) 2023-11-08T01:12:38.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:12:38.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: code, '\n'.join(err))) 2023-11-08T01:12:38.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.779 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.xjqwun ... 2023-11-08T01:12:38.779 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.779 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:12:38.779 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:10:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.779 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:11:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.780 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:11:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.780 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:12:38.780 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authentic 2023-11-08T01:12:38.780 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: ating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:12:38.780 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.781 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: cephadm 2023-11-08T01:12:37.449549+0000 mgr.smithi063.cuyera (mgr.14180) 443 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.781 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: audit 2023-11-08T01:12:37.449858+0000 mon.smithi063 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi063.xjqwun"}]: dispatch 2023-11-08T01:12:38.781 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: cephadm 2023-11-08T01:12:37.450445+0000 mgr.smithi063.cuyera (mgr.14180) 444 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.781 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.781 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.782 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.783 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.xjqwun ... 2023-11-08T01:12:38.783 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.784 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:12:38.784 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:10:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.784 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:11:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.784 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:11:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.784 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:12:38.785 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:12:38.785 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.785 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: audit 2023-11-08T01:12:37.455125+0000 mon.smithi063 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:38.786 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: cephadm 2023-11-08T01:12:37.455596+0000 mgr.smithi063.cuyera (mgr.14180) 445 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:12:38.786 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: cephadm 2023-11-08T01:12:37.456880+0000 mgr.smithi063.cuyera (mgr.14180) 446 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:12:38.786 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: cluster 2023-11-08T01:12:37.457687+0000 mgr.smithi063.cuyera (mgr.14180) 447 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:38.786 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: audit 2023-11-08T01:12:37.457864+0000 mon.smithi063 (mon.0) 668 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:12:38.786 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:38 smithi063 conmon[84397]: audit 2023-11-08T01:12:37.749140+0000 mon.smithi063 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:38.797 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-08T01:12:38.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: cephadm 2023-11-08T01:12:37.449349+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:12:38.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: ) 442 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.xjqwun ... 2023-11-08T01:12:38.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:12:38.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:10:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:11:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:11:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:12:38.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:12:38.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: Traceback (most recent call last): 2023-11-08T01:12:38.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:12:38.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: yield (conn, connr) 2023-11-08T01:12:38.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:12:38.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: code, '\n'.join(err))) 2023-11-08T01:12:38.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.xjqwun ... 2023-11-08T01:12:38.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:12:38.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:10:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:11:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:11:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:12:38.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increa 2023-11-08T01:12:38.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: se-rate-limit 2023-11-08T01:12:38.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: cephadm 2023-11-08T01:12:37.449549+0000 mgr.smithi063.cuyera (mgr.14180) 443 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: audit 2023-11-08T01:12:37.449858+0000 mon.smithi063 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi063.xjqwun"}]: dispatch 2023-11-08T01:12:38.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: cephadm 2023-11-08T01:12:37.450445+0000 mgr.smithi063.cuyera (mgr.14180) 444 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun 2023-11-08T01:12:38.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun 2023-11-08T01:12:38.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.xjqwun ... 2023-11-08T01:12:38.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:12:38.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:10:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:11:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:11:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:12:38.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:12:38.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:12:38.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:12:38.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: audit 2023-11-08T01:12:37.455125+0000 mon.smithi063 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:38.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: cephadm 2023-11-08T01:12:37.455596+0000 mgr.smithi063.cuyera (mgr.14180) 445 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:12:38.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: cephadm 2023-11-08T01:12:37.456880+0000 mgr.smithi063.cuyera (mgr.14180) 446 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:12:38.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: cluster 2023-11-08T01:12:37.457687+0000 mgr.smithi063.cuyera (mgr.14180) 447 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:38.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: audit 2023-11-08T01:12:37.457864+0000 mon.smithi063 (mon.0) 668 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:12:38.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:38 smithi188 conmon[89266]: audit 2023-11-08T01:12:37.749140+0000 mon.smithi063 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:39.798 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:39.825 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:39 smithi063 conmon[84397]: audit 2023-11-08T01:12:38.092918+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:12:39.825 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:39 smithi063 conmon[84397]: ) 448 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:39.825 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:39 smithi063 conmon[84397]: cluster 2023-11-08T01:12:38.453173+0000 mon.smithi063 (mon.0) 670 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T01:12:39.825 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:39 smithi063 conmon[84397]: audit 2023-11-08T01:12:39.336395+0000 mon.smithi063 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:39.826 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:39 smithi063 conmon[84397]: audit 2023-11-08T01:12:39.354715+0000 mon.smithi063 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:39.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:39 smithi188 conmon[89266]: audit 2023-11-08T01:12:38.092918+0000 mgr.smithi063.cuyera (mgr.14180) 448 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:39.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:39 smithi188 conmon[89266]: cluster 2023-11-08T01:12:38.453173+0000 mon.smithi063 (mon.0) 670 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T01:12:39.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:39 smithi188 conmon[89266]: audit 2023-11-08T01:12:39.336395+0000 mon.smithi063 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:39.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:39 smithi188 conmon[89266]: audit 2023-11-08T01:12:39.354715+0000 mon.smithi063 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:40.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:40 smithi063 conmon[84397]: cluster 2023-11-08T01:12:39 2023-11-08T01:12:40.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:40 smithi063 conmon[84397]: .458246+0000 mgr.smithi063.cuyera (mgr.14180) 449 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:40.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:40 smithi063 conmon[84397]: audit 2023-11-08T01:12:39.660727+0000 mon.smithi063 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:41.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:40 smithi188 conmon[89266]: cluster 2023-11-08T01:12:39.458246+0000 mgr.smithi063.cuyera (mgr.14180) 449 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:41.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:40 smithi188 conmon[89266]: audit 2023-11-08T01:12:39.660727+0000 mon.smithi063 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:42.154 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:42.154 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:06:59.586913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:06:59.586981Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:06:59.587046Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:06:59.586839Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:06:59.586700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:06:59.587108Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:06:59.587232Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:06:59.587171Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 2, "size": 4}}] 2023-11-08T01:12:42.745 INFO:tasks.cephadm:rgw.foo has 2/4 2023-11-08T01:12:43.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:42 smithi188 conmon[89266]: cluster 2023-11-08T01:12:41.458918+0000 mgr.smithi063.cuyera (mgr.14180) 450 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:43.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:42 smithi063 conmon[84397]: cluster 2023-11-08T01:12:41.458918+0000 mgr.smithi063.cuyera (mgr.14180) 450 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:43.747 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:43.772 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: audit 2023-11-08T01:12:42.149101+0000 2023-11-08T01:12:43.772 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 451 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:43.773 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: audit 2023-11-08T01:12:43.773 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 2023-11-08T01:12:42.862277+0000 2023-11-08T01:12:43.773 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: mon.smithi063 (mon.0) 674 : audit [INF] 2023-11-08T01:12:43.773 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:43.773 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: audit 2023-11 2023-11-08T01:12:43.774 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: -08T01:12:43. 2023-11-08T01:12:43.774 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 184547+0000 mon.smithi063 (mon.0) 675 : audit 2023-11-08T01:12:43.774 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:12:43.774 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: audit 2023 2023-11-08T01:12:43.775 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: -11-08T01:12: 2023-11-08T01:12:43.775 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 43.185284+0000 mon.smithi063 (mon.0) 2023-11-08T01:12:43.775 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 676 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:12:43.775 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: audit 2023-11-08T01:12:43.775 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 2023-11-08T01: 2023-11-08T01:12:43.776 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 12:43.448259+0000 mon.smithi063 (mon. 2023-11-08T01:12:43.776 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 0) 677 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:43.776 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: audit 2023 2023-11-08T01:12:43.776 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: -11-08T01:12: 2023-11-08T01:12:43.776 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 43.453688+0000 mon.smithi063 (mon.0) 2023-11-08T01:12:43.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 678 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:43.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: audit 2023 2023-11-08T01:12:43.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: -11-08T01:12: 2023-11-08T01:12:43.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 43.458108+0000 mon.smithi063 (mon 2023-11-08T01:12:43.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: .0) 679 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:43.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 2023-11-08T01:12:43.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:12:43.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: 08T01:12:43.463778+0000 2023-11-08T01:12:43.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: mon.smithi063 (mon.0) 680 : audit [DBG] 2023-11-08T01:12:43.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:43 smithi063 conmon[84397]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:12:44.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: audit 2023-11-08T01:12:42.149101+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:12:44.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: ) 451 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:44.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: audit 2023-11-08T01:12:42.862277+0000 mon.smithi063 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:44.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:12:44.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: :12:43.184547+0000 mon.smithi063 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:12:44.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: audit 2023-11-08T01:12:43. 2023-11-08T01:12:44.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: 185284+0000 mon.smithi063 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:12:44.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: audit 2023 2023-11-08T01:12:44.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: -11-08T01:12:43.448259+0000 mon.smithi063 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:44.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: audit 2023-11-08T01:12:43. 2023-11-08T01:12:44.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: 453688+0000 mon.smithi063 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:44.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:12:44.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: 12:43.458108+0000 mon.smithi063 (mon.0) 679 : audit 2023-11-08T01:12:44.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:44.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: audit 2023- 2023-11-08T01:12:44.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: 11-08T01:12:43.463778+0000 mon.smithi063 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:12:44.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:43 smithi188 conmon[89266]: 2023-11-08T01:12:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:44 smithi063 conmon[84397]: cephadm 2023-11-08T01:12:43.188538+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:12:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:44 smithi063 conmon[84397]: .14180) 452 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-08T01:12:44.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:44 smithi063 conmon[84397]: cluster 2023-11-08T01:12:43.459304+0000 mgr.smithi063.cuyera (mgr.14180) 453 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:44.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:44 smithi063 conmon[84397]: cephadm 2023-11-08T01:12:43.472738+0000 mgr.smithi063.cuyera (mgr.14180) 454 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi188.hnkkyy on smithi188 2023-11-08T01:12:44.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:44 smithi063 conmon[84397]: cluster 2023-11-08T01:12:44.456594+0000 mon.smithi063 (mon.0) 681 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T01:12:44.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:44 smithi063 conmon[84397]: cluster 2023-11-08T01:12:44.456647+0000 mon.smithi063 (mon.0) 682 : cluster [INF] Cluster is now healthy 2023-11-08T01:12:45.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:44 smithi188 conmon[89266]: cephadm 2023-11-08T01:12:43.188538+0000 mgr.smithi063.cuyera (mgr.14180) 452 : cephadm [INF] 2023-11-08T01:12:45.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:44 smithi188 conmon[89266]: Checking dashboard <-> RGW credentials 2023-11-08T01:12:45.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:44 smithi188 conmon[89266]: cluster 2023-11-08T01:12:43.459304+0000 mgr.smithi063.cuyera (mgr.14180) 453 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:45.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:44 smithi188 conmon[89266]: cephadm 2023-11-08T01:12:43.472738+0000 mgr.smithi063.cuyera (mgr.14180) 454 : cephadm [INF] 2023-11-08T01:12:45.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:44 smithi188 conmon[89266]: Deploying daemon haproxy.rgw.foo.smithi188.hnkkyy on smithi188 2023-11-08T01:12:45.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:44 smithi188 conmon[89266]: cluster 2023-11-08T01:12:44.456594+0000 mon.smithi063 (mon.0) 681 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T01:12:45.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:44 smithi188 conmon[89266]: cluster 2023-11-08T01:12:44.456647+0000 mon.smithi063 (mon.0) 682 : cluster [INF] Cluster is now healthy 2023-11-08T01:12:45.660 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:45.661 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:12:46.290 INFO:tasks.cephadm:rgw.foo has 4/4 2023-11-08T01:12:46.290 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T01:12:46.300 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2023-11-08T01:12:46.301 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:46.968 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:46 smithi063 conmon[84397]: cluster 2023-11-08T01:12:45.459771+0000 mgr.smithi063.cuyera (mgr.14180) 455 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:46.969 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:46 smithi063 conmon[84397]: audit 2023-11-08T01:12:45.654832+0000 mgr.smithi063.cuyera (mgr.14180) 456 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:47.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:46 smithi188 conmon[89266]: cluster 2023-11-08T01:12:45.459771+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:12:47.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:46 smithi188 conmon[89266]: 455 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:12:47.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:46 smithi188 conmon[89266]: audit 2023-11-08T01:12:45.654832+0000 mgr.smithi063.cuyera (mgr.14180) 456 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:48.146 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:48.146 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:12:48.713 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:12:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:48 smithi188 conmon[89266]: cluster 2023-11-08T01:12:47.460242+0000 mgr.smithi063.cuyera (mgr.14180) 457 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 919 B/s rd, 183 B/s wr, 1 op/s 2023-11-08T01:12:49.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:48 smithi063 conmon[84397]: cluster 2023-11-08T01:12:47.460242+0000 mgr.smithi063.cuyera (mgr.14180) 457 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 919 B/s rd, 183 B/s wr, 1 op/s 2023-11-08T01:12:49.715 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:50.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:49 smithi188 conmon[89266]: audit 2023-11-08T01:12:48.141816+0000 mgr.smithi063.cuyera (mgr.14180) 458 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:50.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:49 smithi188 conmon[89266]: 2023-11-08T01:12:50.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:49 smithi063 conmon[84397]: audit 2023-11-08T01:12:48.141816+0000 mgr.smithi063.cuyera (mgr.14180) 458 : 2023-11-08T01:12:50.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:49 smithi063 conmon[84397]: audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:50 smithi063 conmon[84397]: cluster 2023-11-08T01:12:49.460735+0000 mgr.smithi063.cuyera 2023-11-08T01:12:50.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:50 smithi063 conmon[84397]: (mgr.14180) 459 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T01:12:51.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:50 smithi188 conmon[89266]: cluster 2023-11-08T01:12:49.460735+0000 mgr.smithi063.cuyera (mgr.14180) 459 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T01:12:51.618 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:51.618 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:12:52.223 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:12:53.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:52 smithi188 conmon[89266]: cluster 2023-11-08T01:12:51.461254+0000 mgr.smithi063.cuyera (mgr.14180) 460 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T01:12:53.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:52 smithi188 conmon[89266]: audit 2023-11-08T01:12:51.612855+0000 mgr.smithi063.cuyera (mgr.14180) 461 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:53.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:52 smithi063 conmon[84397]: cluster 2023-11-08T01:12:51.461254+0000 mgr.smithi063.cuyera (mgr.14180) 460 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T01:12:53.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:52 smithi063 conmon[84397]: audit 2023-11-08T01:12:51.612855+0000 mgr.smithi063.cuyera (mgr.14180) 461 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:53.224 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:54.978 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:54.978 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:12:55.008 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:54 smithi063 conmon[84397]: cluster 2023-11-08T01:12:53.461730+0000 mgr.smithi063.cuyera (mgr.14180) 462 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T01:12:55.009 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:54 smithi063 conmon[84397]: audit 2023-11-08T01:12:54.354832+0000 mon.smithi063 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:55.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:54 smithi188 conmon[89266]: cluster 2023-11-08T01:12:53.461730+0000 mgr.smithi063.cuyera (mgr.14180) 462 : cluster [DBG] 2023-11-08T01:12:55.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:54 smithi188 conmon[89266]: pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T01:12:55.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:54 smithi188 conmon[89266]: audit 2023-11-08T01:12:54.354832+0000 mon.smithi063 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:12:55.515 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:12:56.516 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:12:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:56 smithi063 conmon[84397]: audit 2023-11-08T01:12:54.973961+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:12:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:56 smithi063 conmon[84397]: 14180) 463 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:56.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:56 smithi063 conmon[84397]: cluster 2023-11-08T01:12:55.462266+0000 mgr.smithi063.cuyera (mgr.14180) 464 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T01:12:57.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:56 smithi188 conmon[89266]: audit 2023-11-08T01:12:54.973961+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:12:57.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:56 smithi188 conmon[89266]: ) 463 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:12:57.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:56 smithi188 conmon[89266]: cluster 2023-11-08T01:12:55.462266+0000 mgr.smithi063.cuyera (mgr.14180) 464 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T01:12:58.324 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:12:58.325 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:12:58.870 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:12:59.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:58 smithi188 conmon[89266]: cluster 2023-11-08T01:12:57.463063+0000 mgr.smithi063.cuyera (mgr.14180) 465 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T01:12:59.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:58 smithi063 conmon[84397]: cluster 2023-11-08T01:12:57.463063+0000 mgr.smithi063.cuyera (mgr.14180) 465 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-11-08T01:12:59.871 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:00.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:12:59 smithi188 conmon[89266]: audit 2023-11-08T01:12:58.319907+0000 mgr.smithi063.cuyera (mgr.14180) 466 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:00.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:59 smithi063 conmon[84397]: audit 2023-11-08T01:12:58.319907+0000 mgr.smithi063.cuyera (mgr.14180) 466 : audit [DBG] 2023-11-08T01:13:00.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:12:59 smithi063 conmon[84397]: from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:00 smithi063 conmon[84397]: cluster 2023-11-08T01:12:59.463623+0000 2023-11-08T01:13:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:00 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 467 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-11-08T01:13:01.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:00 smithi188 conmon[89266]: cluster 2023-11-08T01:12:59.463623+0000 mgr.smithi063.cuyera (mgr.14180) 467 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-11-08T01:13:01.726 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:01.726 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:02.336 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:03.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:02 smithi188 conmon[89266]: cluster 2023-11-08T01:13:01.464135+0000 mgr.smithi063.cuyera (mgr.14180) 468 : cluster [DBG] 2023-11-08T01:13:03.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:02 smithi188 conmon[89266]: pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:03.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:02 smithi063 conmon[84397]: cluster 2023-11-08T01:13:01.464135+0000 mgr.smithi063.cuyera (mgr.14180) 468 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:03.337 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:04.000 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:03 smithi063 conmon[84397]: audit 2023-11-08T01:13:01.721301+0000 2023-11-08T01:13:04.000 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:03 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 469 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:04.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:03 smithi188 conmon[89266]: audit 2023-11-08T01:13:01.721301+0000 mgr.smithi063.cuyera (mgr.14180) 469 : audit 2023-11-08T01:13:04.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:03 smithi188 conmon[89266]: [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:04 smithi063 conmon[84397]: cluster 2023-11-08T01:13:03.464644+0000 2023-11-08T01:13:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:04 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 470 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:05.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:04 smithi188 conmon[89266]: cluster 2023-11-08T01:13:03.464644+0000 mgr.smithi063.cuyera (mgr.14180) 470 : 2023-11-08T01:13:05.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:04 smithi188 conmon[89266]: cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:05.216 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:05.217 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:05.789 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:06.791 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:07.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:06 smithi188 conmon[89266]: audit 2023-11-08T01:13:05.212535+0000 mgr.smithi063.cuyera (mgr.14180) 471 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:07.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:06 smithi188 conmon[89266]: cluster 2023-11-08T01:13:05.465063+0000 mgr.smithi063.cuyera (mgr.14180) 472 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:07.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:06 smithi063 conmon[84397]: audit 2023-11-08T01:13:05.212535+0000 mgr.smithi063.cuyera (mgr.14180) 471 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:07.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:06 smithi063 conmon[84397]: cluster 2023-11-08T01:13:05.465063+0000 mgr.smithi063.cuyera (mgr.14180) 472 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:08.673 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:08.673 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:09.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:08 smithi188 conmon[89266]: cluster 2023-11-08T01:13:07.465695+0000 mgr.smithi063.cuyera (mgr.14180) 473 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:09.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:08 smithi063 conmon[84397]: cluster 2023-11-08T01:13:07.465695+0000 mgr.smithi063.cuyera (mgr.14180) 473 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:09.244 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:10.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:09 smithi188 conmon[89266]: audit 2023-11-08T01:13:08.668646+0000 mgr.smithi063.cuyera (mgr.14180) 474 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:10.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:09 smithi063 conmon[84397]: audit 2023-11-08T01:13:08.668646+0000 mgr.smithi063.cuyera ( 2023-11-08T01:13:10.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:09 smithi063 conmon[84397]: mgr.14180) 474 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:10.245 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:11.061 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:10 smithi063 conmon[84397]: cluster 2023-11-08T01:13:09.466136 2023-11-08T01:13:11.061 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:10 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 475 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:11.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:10 smithi188 conmon[89266]: cluster 2023-11-08T01:13:09.466136+0000 mgr.smithi063.cuyera (mgr.14180) 475 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:11.810 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:11 smithi063 conmon[84397]: cluster 2023-11-08T01:13:11.466710+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:13:11.810 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:11 smithi063 conmon[84397]: ) 476 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:12.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:11 smithi188 conmon[89266]: cluster 2023-11-08T01:13:11.466710+0000 mgr.smithi063.cuyera (mgr.14180) 476 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:12.137 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:12.138 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:12.711 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:13.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:12 smithi188 conmon[89266]: audit 2023-11-08T01:13:12.133410+0000 mgr.smithi063.cuyera (mgr.14180) 477 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:13.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:12 smithi063 conmon[84397]: audit 2023-11-08T01:13: 2023-11-08T01:13:13.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:12 smithi063 conmon[84397]: 12.133410+0000 mgr.smithi063.cuyera (mgr.14180) 477 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:13.712 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:14.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:13 smithi188 conmon[89266]: cluster 2023-11-08T01:13:13.467311+0000 mgr.smithi063.cuyera (mgr.14180) 478 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:14.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:13 smithi063 conmon[84397]: cluster 2023-11-08T01:13:13.467311+0000 mgr.smithi063.cuyera (mgr.14180) 478 : cluster 2023-11-08T01:13:14.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:13 smithi063 conmon[84397]: [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:15.555 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:15.556 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:16.136 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:16 smithi188 conmon[89266]: cluster 2023-11-08T01:13:15.467769+0000 mgr.smithi063.cuyera (mgr.14180) 479 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:16 smithi188 conmon[89266]: audit 2023-11-08T01:13:15.550335+0000 mgr.smithi063.cuyera (mgr.14180) 480 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:16 smithi063 conmon[84397]: cluster 2023-11-08T01:13:15.467769+0000 mgr.smithi063.cuyera (mgr.14180) 479 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:16 smithi063 conmon[84397]: audit 2023-11-08T01:13:15.550335+0000 mgr.smithi063.cuyera (mgr.14180) 480 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:17.137 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:18.731 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:18 smithi063 conmon[84397]: cluster 2023-11-08T01:13:17.468409+0000 mgr.smithi063.cuyera (mgr.14180) 481 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:18.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:18 smithi188 conmon[89266]: cluster 2023-11-08T01:13:17.468409+0000 mgr.smithi063.cuyera (mgr.14180) 481 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:19.054 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:19.055 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:19.660 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:20.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:20 smithi188 conmon[89266]: audit 2023-11-08T01:13:19.050234+0000 mgr.smithi063.cuyera (mgr.14180) 482 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:20.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:20 smithi188 conmon[89266]: 2023-11-08T01:13:20.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:20 smithi188 conmon[89266]: cluster 2023-11-08T01:13:19.468961+0000 mgr.smithi063.cuyera (mgr.14180) 483 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:20.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:20 smithi063 conmon[84397]: audit 2023-11-08T01:13:19.050234 2023-11-08T01:13:20.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:20 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 482 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:20.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:20 smithi063 conmon[84397]: cluster 2023-11-08T01: 2023-11-08T01:13:20.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:20 smithi063 conmon[84397]: 13:19.468961+0000 mgr.smithi063.cuyera (mgr.14180) 483 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:20.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:20 smithi063 conmon[84397]: 2023-11-08T01:13:20.661 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:22.518 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:22.519 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:22 smithi188 conmon[89266]: cluster 2023-11-08T01:13:21.469461+0000 mgr.smithi063.cuyera (mgr.14180) 484 : cluster [DBG] 2023-11-08T01:13:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:22 smithi188 conmon[89266]: pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:22 smithi063 conmon[84397]: cluster 2023-11-08T01:13:21.469461+0000 mgr.smithi063.cuyera (mgr.14180) 484 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:23.059 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:23 smithi188 conmon[89266]: audit 2023-11-08T01:13:22.513881+0000 mgr.smithi063.cuyera (mgr.14180) 485 : 2023-11-08T01:13:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:23 smithi188 conmon[89266]: audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:23.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:23 smithi063 conmon[84397]: audit 2023-11-08T01:13:22.513881+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:13:23.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:23 smithi063 conmon[84397]: 14180) 485 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:24.060 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:24.809 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:24 smithi063 conmon[84397]: cluster 2023-11-08T01:13:23.470094+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:13:24.810 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:24 smithi063 conmon[84397]: 14180) 486 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:24 smithi188 conmon[89266]: cluster 2023-11-08T01:13:23.470094+0000 mgr.smithi063.cuyera (mgr.14180) 486 : cluster 2023-11-08T01:13:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:24 smithi188 conmon[89266]: [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:25.868 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:25.868 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:26.476 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:26 smithi188 conmon[89266]: cluster 2023-11-08T01:13:25.470575+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:13:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:26 smithi188 conmon[89266]: 487 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:26.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:26 smithi063 conmon[84397]: cluster 2023-11-08T01:13:25.470575+0000 mgr.smithi063.cuyera (mgr.14180) 487 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:27.477 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:27.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:27 smithi188 conmon[89266]: audit 2023-11-08T01:13:25.864044+0000 mgr.smithi063.cuyera (mgr.14180) 488 : audit [DBG] 2023-11-08T01:13:27.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:27 smithi188 conmon[89266]: from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:27.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:27 smithi063 conmon[84397]: audit 2023-11-08T01:13:25.864044+0000 mgr.smithi063.cuyera (mgr.14180) 488 2023-11-08T01:13:27.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:27 smithi063 conmon[84397]: : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:28 smithi063 conmon[84397]: cluster 2023-11-08T01:13:27.471111+0000 mgr.smithi063.cuyera (mgr.14180) 489 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:28 smithi188 conmon[89266]: cluster 2023-11-08T01:13:27.471111+0000 mgr.smithi063.cuyera (mgr.14180) 489 : cluster 2023-11-08T01:13:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:28 smithi188 conmon[89266]: [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:29.391 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:29.391 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:30.037 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:30.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:30 smithi063 conmon[84397]: audit 2023-11-08T01:13:29.386571+0000 2023-11-08T01:13:30.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:30 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 490 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:30.364 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:30 smithi063 conmon[84397]: cluster 2023-11-08T01:13:29.471505+0000 mgr.smithi063.cuyera (mgr.14180) 491 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:30.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:30 smithi188 conmon[89266]: audit 2023-11-08T01:13:29.386571+0000 mgr.smithi063.cuyera (mgr.14180) 490 : audit 2023-11-08T01:13:30.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:30 smithi188 conmon[89266]: [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:30.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:30 smithi188 conmon[89266]: cluster 2023-11-08T01:13:29.471505+0000 mgr.smithi063.cuyera (mgr.14180) 491 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:31.038 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:32.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:32 smithi063 conmon[84397]: cluster 2023-11-08T01:13:31.471990+0000 mgr.smithi063.cuyera (mgr.14180) 492 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:32 smithi188 conmon[89266]: cluster 2023-11-08T01:13:31.471990+0000 mgr.smithi063.cuyera (mgr.14180) 492 : cluster 2023-11-08T01:13:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:32 smithi188 conmon[89266]: [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:32.955 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:32.956 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:33.566 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:34.567 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:34 smithi188 conmon[89266]: audit 2023-11-08T01:13:32.951154+0000 mgr.smithi063.cuyera (mgr.14180) 493 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:34 smithi188 conmon[89266]: cluster 2023-11-08T01:13:33.472644+0000 mgr.smithi063.cuyera (mgr.14180) 494 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:34 smithi063 conmon[84397]: audit 2023-11-08T01:13:32.951154+0000 mgr.smithi063.cuyera (mgr.14180) 493 2023-11-08T01:13:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:34 smithi063 conmon[84397]: : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:34 smithi063 conmon[84397]: cluster 2023-11-08T01:13:33.472644+0000 mgr.smithi063.cuyera (mgr.14180) 494 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:36.356 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:36.357 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:36 smithi188 conmon[89266]: cluster 2023-11-08T01:13:35.473062+0000 mgr.smithi063.cuyera (mgr.14180) 495 : cluster [DBG] 2023-11-08T01:13:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:36 smithi188 conmon[89266]: pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:36 smithi063 conmon[84397]: cluster 2023-11-08T01:13:35.473062 2023-11-08T01:13:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:36 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 495 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:36.898 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:37.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:37 smithi188 conmon[89266]: audit 2023-11-08T01:13:36.352244+0000 mgr.smithi063.cuyera (mgr.14180) 496 : audit [DBG] 2023-11-08T01:13:37.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:37 smithi188 conmon[89266]: from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:37.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:37 smithi063 conmon[84397]: audit 2023-11-08T01:13:36.352244+0000 mgr.smithi063.cuyera (mgr.14180) 496 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:37.899 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:38.741 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:38 smithi063 conmon[84397]: cluster 2023-11-08T01:13:37.473620 2023-11-08T01:13:38.742 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:38 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 497 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:38 smithi188 conmon[89266]: cluster 2023-11-08T01:13:37.473620+0000 mgr.smithi063.cuyera (mgr.14180) 497 : cluster [DBG] 2023-11-08T01:13:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:38 smithi188 conmon[89266]: pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:39.772 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:39.772 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:40.281 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:40.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:40 smithi188 conmon[89266]: cluster 2023-11-08T01:13:39.474122+0000 mgr.smithi063.cuyera (mgr.14180) 498 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:40.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:40 smithi063 conmon[84397]: cluster 2023-11-08T01:13:39.474122+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:13:40.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:40 smithi063 conmon[84397]: .14180) 498 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:41.283 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:41 smithi188 conmon[89266]: audit 2023-11-08T01:13:39.768053+0000 mgr.smithi063.cuyera (mgr.14180) 499 : audit 2023-11-08T01:13:41.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:41 smithi188 conmon[89266]: [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:41 smithi063 conmon[84397]: audit 2023-11-08T01:13:39.768053+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:13:41.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:41 smithi063 conmon[84397]: 14180) 499 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:42.559 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:42 smithi063 conmon[84397]: cluster 2023-11-08T01:13:41.474656+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:13:42.560 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:42 smithi063 conmon[84397]: 14180) 500 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:42.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:42 smithi188 conmon[89266]: cluster 2023-11-08T01:13:41.474656+0000 mgr.smithi063.cuyera (mgr.14180) 500 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:43.137 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:43.138 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:43.649 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:44.650 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:44 smithi188 conmon[89266]: audit 2023-11-08T01:13:43.130496+0000 mgr.smithi063.cuyera (mgr.14180) 501 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:44 smithi188 conmon[89266]: cluster 2023-11-08T01:13:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:44 smithi188 conmon[89266]: 2023-11-08T01:13:43.475103+0000 mgr.smithi063.cuyera (mgr.14180) 502 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:44 smithi063 conmon[84397]: audit 2023-11-08T01:13:43.130496+0000 mgr.smithi063.cuyera (mgr.14180) 501 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:44 smithi063 conmon[84397]: cluster 2023-11-08T01:13:43.475103+0000 mgr.smithi063.cuyera (mgr.14180) 502 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:46.579 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:46.580 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:46 smithi188 conmon[89266]: cluster 2023-11-08T01:13:45.475750+0000 mgr.smithi063.cuyera (mgr.14180) 503 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:46 smithi063 conmon[84397]: cluster 2023-11-08T01:13: 2023-11-08T01:13:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:46 smithi063 conmon[84397]: 45.475750+0000 mgr.smithi063.cuyera (mgr.14180) 503 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:47.197 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:47.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:47 smithi188 conmon[89266]: audit 2023-11-08T01:13:46.574647+0000 mgr.smithi063.cuyera (mgr.14180) 504 : audit [DBG] 2023-11-08T01:13:47.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:47 smithi188 conmon[89266]: from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:47.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:47 smithi063 conmon[84397]: audit 2023-11-08T01:13:46.574647+0000 mgr.smithi063.cuyera (mgr.14180) 504 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:48.252 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:48.800 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:48 smithi063 conmon[84397]: cluster 2023-11-08T01:13:47.476344+0000 mgr.smithi063.cuyera 2023-11-08T01:13:48.800 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:48 smithi063 conmon[84397]: (mgr.14180) 505 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:48 smithi188 conmon[89266]: cluster 2023-11-08T01:13:47.476344+0000 mgr.smithi063.cuyera (mgr.14180) 505 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:48.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:48 smithi188 conmon[89266]: 2023-11-08T01:13:50.142 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:50.142 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:50.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:50 smithi188 conmon[89266]: cluster 2023-11-08T01:13:49.476782+0000 mgr.smithi063.cuyera (mgr.14180) 506 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:50.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:50 smithi063 conmon[84397]: cluster 2023-11-08T01:13:49.476782+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:13:50.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:50 smithi063 conmon[84397]: ) 506 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:50.725 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:51 smithi188 conmon[89266]: audit 2023-11-08T01:13:50.137125+0000 mgr.smithi063.cuyera (mgr.14180) 507 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:51.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:51 smithi063 conmon[84397]: audit 2023-11-08T01:13:50.137125+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:13:51.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:51 smithi063 conmon[84397]: ) 507 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:51.726 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:52.581 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:52 smithi063 conmon[84397]: cluster 2023-11-08T01:13:51.477392+0000 mgr.smithi063.cuyera (mgr.14180) 508 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:52.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:52 smithi188 conmon[89266]: cluster 2023-11-08T01:13:51.477392+0000 mgr.smithi063.cuyera (mgr.14180) 508 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:53.658 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:53.659 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:54.205 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:54 smithi188 conmon[89266]: cluster 2023-11-08T01:13:53.477863+0000 mgr.smithi063.cuyera (mgr.14180) 509 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:54.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:54 smithi188 conmon[89266]: audit 2023-11-08T01:13:53.653871+0000 mgr.smithi063.cuyera (mgr.14180) 510 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:54.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:54 smithi063 conmon[84397]: cluster 2023-11-08T01:13:53.477863+0000 mgr.smithi063.cuyera 2023-11-08T01:13:54.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:54 smithi063 conmon[84397]: (mgr.14180) 509 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:54.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:54 smithi063 conmon[84397]: audit 2023-11-08T01:13:53.653871+0000 mgr.smithi063.cuyera (mgr.14180) 510 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:55.206 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:56.748 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:56 smithi063 conmon[84397]: cluster 2023-11-08T01:13:55.478322 2023-11-08T01:13:56.749 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:56 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 511 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:56 smithi188 conmon[89266]: cluster 2023-11-08T01:13:55.478322+0000 mgr.smithi063.cuyera (mgr.14180) 511 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:57.068 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:13:57.069 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:13:57.639 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:13:58.639 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:13:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:58 smithi188 conmon[89266]: audit 2023-11-08T01:13:57.064295+0000 mgr.smithi063.cuyera (mgr.14180) 512 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:58 smithi188 conmon[89266]: cluster 2023-11-08T01:13:57.478861 2023-11-08T01:13:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:13:58 smithi188 conmon[89266]: +0000 mgr.smithi063.cuyera (mgr.14180) 513 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:13:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:58 smithi063 conmon[84397]: audit 2023-11-08T01:13:57.064295+0000 mgr.smithi063.cuyera (mgr.14180) 512 2023-11-08T01:13:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:58 smithi063 conmon[84397]: : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:13:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:13:58 smithi063 conmon[84397]: cluster 2023-11-08T01:13:57.478861+0000 mgr.smithi063.cuyera (mgr.14180) 513 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:00.538 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:00.539 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:00.560 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:00 smithi063 conmon[84397]: cluster 2023-11-08T01:13:59.479471+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:14:00.560 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:00 smithi063 conmon[84397]: 14180) 514 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:00.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:00 smithi188 conmon[89266]: cluster 2023-11-08T01:13:59.479471+0000 mgr.smithi063.cuyera (mgr.14180) 514 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:01.146 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:01 smithi188 conmon[89266]: audit 2023-11-08T01:14:00.533750+0000 mgr.smithi063.cuyera (mgr.14180) 515 : audit [DBG] 2023-11-08T01:14:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:01 smithi188 conmon[89266]: from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:01 smithi063 conmon[84397]: audit 2023-11-08T01:14:00.533750+0000 2023-11-08T01:14:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:01 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 515 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:02.147 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:02.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:02 smithi188 conmon[89266]: cluster 2023-11-08T01:14:01.480048+0000 mgr.smithi063.cuyera (mgr.14180) 516 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:02.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:02 smithi063 conmon[84397]: cluster 2023-11-08T01:14:01.480048 2023-11-08T01:14:02.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:02 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 516 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:04.062 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:04.062 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:04.637 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:04 smithi188 conmon[89266]: cluster 2023-11-08T01:14:03.480548+0000 mgr.smithi063.cuyera (mgr.14180) 517 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:04 smithi063 conmon[84397]: cluster 2023-11-08T01:14:03.480548+0000 mgr.smithi063.cuyera (mgr.14180) 517 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:05.639 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:05.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:05 smithi188 conmon[89266]: audit 2023-11-08T01:14:04.057629+0000 mgr.smithi063.cuyera (mgr.14180) 518 : audit 2023-11-08T01:14:05.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:05 smithi188 conmon[89266]: [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:05.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:05 smithi063 conmon[84397]: audit 2023-11-08T01:14:04.057629+0000 mgr.smithi063.cuyera (mgr.14180) 518 2023-11-08T01:14:05.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:05 smithi063 conmon[84397]: : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:06 smithi188 conmon[89266]: cluster 2023-11-08T01:14:05.481087+0000 mgr.smithi063.cuyera (mgr.14180) 519 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:06 smithi063 conmon[84397]: cluster 2023-11-08T01:14:05.481087+0000 mgr.smithi063.cuyera (mgr.14180) 519 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:07.529 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:07.529 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:08.171 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:08 smithi188 conmon[89266]: cluster 2023-11-08T01:14:07.481587+0000 mgr.smithi063.cuyera (mgr.14180) 520 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:08 smithi188 conmon[89266]: audit 2023-11-08T01:14:07.525189+0000 mgr.smithi063.cuyera (mgr.14180) 521 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:08 smithi063 conmon[84397]: cluster 2023-11-08T01:14:07.481587+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:14:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:08 smithi063 conmon[84397]: .14180) 520 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:08.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:08 smithi063 conmon[84397]: audit 2023-11-08T01:14:07.525189+0000 mgr.smithi063.cuyera (mgr.14180) 521 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:09.173 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:10.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:10 smithi188 conmon[89266]: cluster 2023-11-08T01:14:09.481956+0000 mgr.smithi063.cuyera (mgr.14180) 522 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:10.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:10 smithi063 conmon[84397]: cluster 2023-11-08T01:14:09.481956+0000 mgr.smithi063.cuyera (mgr.14180) 522 : cluster 2023-11-08T01:14:10.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:10 smithi063 conmon[84397]: [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:11.023 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:11.023 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:11.554 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:12.555 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:12.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:12 smithi188 conmon[89266]: audit 2023-11-08T01:14:11.018806+0000 mgr.smithi063.cuyera (mgr.14180) 523 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:12 smithi188 conmon[89266]: 2023-11-08T01:14:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:12 smithi188 conmon[89266]: cluster 2023-11-08T01:14:11.482573+0000 mgr.smithi063.cuyera (mgr.14180) 524 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:12.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:12 smithi063 conmon[84397]: audit 2023-11-08T01: 2023-11-08T01:14:12.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:12 smithi063 conmon[84397]: 14:11.018806+0000 mgr.smithi063.cuyera (mgr.14180) 523 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:12.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:12 smithi063 conmon[84397]: cluster 2023-11-08T01:14:11.482573+0000 mgr.smithi063.cuyera (mgr.14180) 524 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:14.461 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:14.461 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:14.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:14 smithi188 conmon[89266]: cluster 2023-11-08T01:14:13.483051+0000 mgr.smithi063.cuyera (mgr.14180) 525 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:14.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:14 smithi063 conmon[84397]: cluster 2023-11-08T01:14:13.483051+0000 mgr.smithi063.cuyera (mgr.14180) 525 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:15.070 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:15.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:15 smithi188 conmon[89266]: audit 2023-11-08T01:14:14.456655+0000 mgr.smithi063.cuyera (mgr.14180) 526 : audit [DBG] 2023-11-08T01:14:15.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:15 smithi188 conmon[89266]: from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:15.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:15 smithi063 conmon[84397]: audit 2023-11-08T01:14:14.456655+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:14:15.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:15 smithi063 conmon[84397]: 14180) 526 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:16.071 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:16 smithi188 conmon[89266]: cluster 2023-11-08T01:14:15.483498+0000 mgr.smithi063.cuyera (mgr.14180) 527 2023-11-08T01:14:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:16 smithi188 conmon[89266]: : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:16 smithi063 conmon[84397]: cluster 2023-11-08T01:14:15 2023-11-08T01:14:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:16 smithi063 conmon[84397]: .483498+0000 mgr.smithi063.cuyera (mgr.14180) 527 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:17.900 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:17.900 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:18.453 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:18.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:18 smithi188 conmon[89266]: cluster 2023-11-08T01:14:17.484001+0000 mgr.smithi063.cuyera (mgr.14180) 528 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:18.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:18 smithi188 conmon[89266]: 2023-11-08T01:14:18.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:18 smithi063 conmon[84397]: cluster 2023-11-08T01:14:17.484001+0000 mgr.smithi063.cuyera (mgr.14180) 528 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:19.454 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:19.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:19 smithi188 conmon[89266]: audit 2023-11-08T01:14:17.895829+0000 mgr.smithi063.cuyera (mgr.14180) 529 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:19.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:19 smithi188 conmon[89266]: 2023-11-08T01:14:19.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:19 smithi063 conmon[84397]: audit 2023-11-08T01:14:17.895829+0000 mgr.smithi063.cuyera ( 2023-11-08T01:14:19.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:19 smithi063 conmon[84397]: mgr.14180) 529 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:20.827 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:20 smithi063 conmon[84397]: cluster 2023-11-08T01:14:19.484462+0000 mgr.smithi063.cuyera 2023-11-08T01:14:20.828 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:20 smithi063 conmon[84397]: (mgr.14180) 530 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:20 smithi188 conmon[89266]: cluster 2023-11-08T01:14:19.484462+0000 mgr.smithi063.cuyera (mgr.14180) 530 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:20 smithi188 conmon[89266]: 2023-11-08T01:14:21.448 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:21.449 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:22.071 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:22 smithi188 conmon[89266]: audit 2023-11-08T01:14:21.444122+0000 mgr.smithi063.cuyera (mgr.14180) 531 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:22.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:22 smithi188 conmon[89266]: 2023-11-08T01:14:22.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:22 smithi188 conmon[89266]: cluster 2023-11-08T01:14:21.484971+0000 mgr.smithi063.cuyera (mgr.14180) 532 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:22.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:22 smithi063 conmon[84397]: audit 2023-11-08T01:14:21.444122+0000 mgr.smithi063.cuyera (mgr.14180) 531 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:22.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:22 smithi063 conmon[84397]: cluster 2023-11-08T01:14:21.484971+0000 mgr.smithi063.cuyera (mgr.14180) 532 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:23.072 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:24.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:24 smithi063 conmon[84397]: cluster 2023-11-08T01:14:23.485456 2023-11-08T01:14:24.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:24 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 533 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:24 smithi188 conmon[89266]: cluster 2023-11-08T01:14:23.485456+0000 mgr.smithi063.cuyera (mgr.14180) 533 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:24 smithi188 conmon[89266]: 2023-11-08T01:14:24.929 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:24.929 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:25.535 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:26.537 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:26 smithi188 conmon[89266]: audit 2023-11-08T01:14:24.925086+0000 mgr.smithi063.cuyera (mgr.14180) 534 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:26 smithi188 conmon[89266]: cluster 2023-11-08T01:14:25.486085+0000 mgr.smithi063.cuyera (mgr.14180) 535 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:26.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:26 smithi063 conmon[84397]: audit 2023-11-08T01:14:24.925086+0000 mgr.smithi063.cuyera (mgr.14180) 534 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:26.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:26 smithi063 conmon[84397]: cluster 2023-11-08T01:14:25.486085+0000 mgr.smithi063.cuyera (mgr.14180) 535 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:28.402 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:28.402 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:28 smithi188 conmon[89266]: cluster 2023-11-08T01:14:27.486787+0000 mgr.smithi063.cuyera (mgr.14180) 536 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:28 smithi188 conmon[89266]: 2023-11-08T01:14:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:28 smithi063 conmon[84397]: cluster 2023-11-08T01:14:27. 2023-11-08T01:14:28.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:28 smithi063 conmon[84397]: 486787+0000 mgr.smithi063.cuyera (mgr.14180) 536 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:28.918 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:29.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:29 smithi188 conmon[89266]: audit 2023-11-08T01:14:28.397181+0000 mgr.smithi063.cuyera (mgr.14180) 537 : audit 2023-11-08T01:14:29.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:29 smithi188 conmon[89266]: [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:29.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:29 smithi063 conmon[84397]: audit 2023-11-08T01:14:28.397181+0000 mgr.smithi063.cuyera (mgr.14180) 537 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:29.920 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:30.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:30 smithi063 conmon[84397]: cluster 2023-11-08T01:14:29.487419+0000 2023-11-08T01:14:30.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:30 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 538 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:30.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:30 smithi188 conmon[89266]: cluster 2023-11-08T01:14:29.487419+0000 mgr.smithi063.cuyera (mgr.14180) 538 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:31.766 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:31.766 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:32.410 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:32 smithi188 conmon[89266]: cluster 2023-11-08T01:14:31.487938+0000 mgr.smithi063.cuyera (mgr.14180) 539 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:32 smithi188 conmon[89266]: 2023-11-08T01:14:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:32 smithi063 conmon[84397]: cluster 2023-11-08T01:14:31.487938+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:14:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:32 smithi063 conmon[84397]: .14180) 539 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:33.411 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:33.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:33 smithi188 conmon[89266]: audit 2023-11-08T01:14:31.761426+0000 mgr.smithi063.cuyera (mgr.14180) 540 : audit [DBG] 2023-11-08T01:14:33.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:33 smithi188 conmon[89266]: from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:33.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:33 smithi063 conmon[84397]: audit 2023-11-08T01:14:31.761426 2023-11-08T01:14:33.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:33 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 540 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:34 smithi188 conmon[89266]: cluster 2023-11-08T01:14:33.488439+0000 mgr.smithi063.cuyera (mgr.14180) 541 : cluster 2023-11-08T01:14:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:34 smithi188 conmon[89266]: [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:34 smithi063 conmon[84397]: cluster 2023-11-08T01:14:33.488439+0000 mgr.smithi063.cuyera (mgr.14180) 541 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:35.270 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:35.271 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:35.850 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:36.850 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:36 smithi188 conmon[89266]: audit 2023-11-08T01:14:35.266116+0000 mgr.smithi063.cuyera (mgr.14180) 542 2023-11-08T01:14:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:36 smithi188 conmon[89266]: : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:36 smithi188 conmon[89266]: cluster 2023-11-08T01:14:35.488846+0000 mgr.smithi063.cuyera (mgr.14180) 543 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:36 smithi063 conmon[84397]: audit 2023-11-08T01:14:35.266116+0000 mgr.smithi063.cuyera (mgr.14180) 542 : 2023-11-08T01:14:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:36 smithi063 conmon[84397]: audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:36 smithi063 conmon[84397]: cluster 2023-11-08T01:14:35.488846+0000 mgr.smithi063.cuyera (mgr.14180) 543 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:38.690 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:38.691 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:38 smithi188 conmon[89266]: cluster 2023-11-08T01:14:37.489368+0000 mgr.smithi063.cuyera (mgr.14180) 544 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:38 smithi188 conmon[89266]: 2023-11-08T01:14:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:38 smithi063 conmon[84397]: cluster 2023-11-08T01:14:37.489368+0000 mgr.smithi063.cuyera (mgr.14180) 544 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:39.309 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:39.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:39 smithi188 conmon[89266]: audit 2023-11-08T01:14:38.686108+0000 mgr.smithi063.cuyera (mgr.14180) 545 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:39.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:39 smithi063 conmon[84397]: audit 2023-11-08T01:14:38.686108+0000 mgr.smithi063.cuyera ( 2023-11-08T01:14:39.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:39 smithi063 conmon[84397]: mgr.14180) 545 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:40.310 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:40.845 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:40 smithi063 conmon[84397]: cluster 2023-11-08T01:14:39.489988+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:14:40.846 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:40 smithi063 conmon[84397]: 14180) 546 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:40.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:40 smithi188 conmon[89266]: cluster 2023-11-08T01:14:39.489988+0000 mgr.smithi063.cuyera (mgr.14180) 546 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:42.142 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:42.142 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:42.775 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:42.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:42 smithi188 conmon[89266]: cluster 2023-11-08T01:14:41.490559+0000 mgr.smithi063.cuyera (mgr.14180) 547 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:42.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:42 smithi063 conmon[84397]: cluster 2023-11-08T01:14:41.490559+0000 mgr.smithi063.cuyera (mgr.14180) 547 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:43.777 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:43.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:43 smithi188 conmon[89266]: audit 2023-11-08T01:14:42.137237+0000 mgr.smithi063.cuyera (mgr.14180) 548 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:43.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:43 smithi063 conmon[84397]: audit 2023-11-08T01:14:42.137237+0000 mgr.smithi063.cuyera (mgr.14180) 548 : audit 2023-11-08T01:14:43.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:43 smithi063 conmon[84397]: [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:44 smithi188 conmon[89266]: cluster 2023-11-08T01:14:43.491286+0000 mgr.smithi063.cuyera (mgr.14180) 549 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:44 smithi063 conmon[84397]: cluster 2023-11-08T01:14:43.491286+0000 2023-11-08T01:14:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:44 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 549 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:45.696 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:45.697 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:46.316 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:46 smithi188 conmon[89266]: cluster 2023-11-08T01:14:45.491743+0000 mgr.smithi063.cuyera (mgr.14180) 550 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:46.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:46 smithi188 conmon[89266]: audit 2023-11-08T01:14: 2023-11-08T01:14:46.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:46 smithi188 conmon[89266]: 45.692308+0000 mgr.smithi063.cuyera (mgr.14180) 551 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:46 smithi063 conmon[84397]: cluster 2023-11-08T01:14:45.491743+0000 mgr.smithi063.cuyera (mgr.14180) 550 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:46 smithi063 conmon[84397]: audit 2023-11-08T01:14:45.692308+0000 mgr.smithi063.cuyera (mgr.14180) 551 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:47.317 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:48.806 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:48 smithi063 conmon[84397]: cluster 2023-11-08T01:14:47.492373+0000 2023-11-08T01:14:48.806 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:48 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 552 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:48 smithi188 conmon[89266]: cluster 2023-11-08T01:14:47.492373+0000 mgr.smithi063.cuyera (mgr.14180) 552 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:49.136 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:49.136 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:49.706 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:50.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:50 smithi188 conmon[89266]: audit 2023-11-08T01:14:49.131685+0000 mgr.smithi063.cuyera (mgr.14180) 553 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:50.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:50 smithi188 conmon[89266]: cluster 2023-11-08T01:14:49.492798+0000 mgr.smithi063.cuyera (mgr.14180) 554 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:50.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:50 smithi063 conmon[84397]: audit 2023-11-08T01:14:49.131685+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:14:50.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:50 smithi063 conmon[84397]: .14180) 553 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:50.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:50 smithi063 conmon[84397]: cluster 2023-11-08T01:14:49.492798+0000 mgr.smithi063.cuyera (mgr.14180) 554 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:50.708 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:52.564 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:52.564 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:52 smithi188 conmon[89266]: cluster 2023-11-08T01:14:51.493297+0000 mgr.smithi063.cuyera (mgr.14180) 555 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:52.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:52 smithi063 conmon[84397]: cluster 2023-11-08T01:14:51.493297+0000 mgr.smithi063.cuyera (mgr.14180) 555 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:53.166 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:53.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:53 smithi188 conmon[89266]: audit 2023-11-08T01:14:52.559580+0000 mgr.smithi063.cuyera (mgr.14180) 556 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:53.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:53 smithi063 conmon[84397]: audit 2023-11-08T01:14:52.559580+0000 mgr.smithi063.cuyera (mgr.14180) 556 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:54.167 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:54.820 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:54 smithi063 conmon[84397]: cluster 2023-11-08T01:14: 2023-11-08T01:14:54.820 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:54 smithi063 conmon[84397]: 53.493830+0000 mgr.smithi063.cuyera (mgr.14180) 557 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:54 smithi188 conmon[89266]: cluster 2023-11-08T01:14:53.493830+0000 mgr.smithi063.cuyera (mgr.14180) 557 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:56.030 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:56.031 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:14:56.598 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:14:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:56 smithi188 conmon[89266]: cluster 2023-11-08T01:14:55.494309+0000 mgr.smithi063.cuyera (mgr.14180) 558 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:56 smithi063 conmon[84397]: cluster 2023-11-08T01:14:55.494309+0000 mgr.smithi063.cuyera (mgr.14180) 558 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:57.599 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:14:57.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:57 smithi188 conmon[89266]: audit 2023-11-08T01:14:56.025896+0000 mgr.smithi063.cuyera (mgr.14180) 559 : audit 2023-11-08T01:14:57.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:57 smithi188 conmon[89266]: [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:57.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:57 smithi063 conmon[84397]: audit 2023-11-08T01:14:56.025896+0000 mgr.smithi063.cuyera (mgr.14180) 559 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:14:58.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:14:58 smithi063 conmon[84397]: cluster 2023-11-08T01:14:57.495129+0000 mgr.smithi063.cuyera (mgr.14180) 560 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:58 smithi188 conmon[89266]: cluster 2023-11-08T01:14:57.495129+0000 mgr.smithi063.cuyera (mgr.14180) 560 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:14:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:14:58 smithi188 conmon[89266]: 2023-11-08T01:14:59.501 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:14:59.501 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:00.138 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:00.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:00 smithi188 conmon[89266]: cluster 2023-11-08T01:14:59.495557+0000 mgr.smithi063.cuyera (mgr.14180) 561 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:00.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:00 smithi188 conmon[89266]: audit 2023-11-08T01:14:59.496763+0000 2023-11-08T01:15:00.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:00 smithi188 conmon[89266]: mgr.smithi063.cuyera (mgr.14180) 562 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:00.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:00 smithi063 conmon[84397]: cluster 2023-11-08T01:14:59.495557+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:15:00.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:00 smithi063 conmon[84397]: 561 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:00.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:00 smithi063 conmon[84397]: audit 2023-11-08T01:14:59.496763+0000 mgr.smithi063.cuyera (mgr.14180) 562 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:01.139 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:02.714 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:02 smithi063 conmon[84397]: cluster 2023-11-08T01:15:01.496058+0000 mgr.smithi063.cuyera (mgr.14180) 563 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:02.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:02 smithi188 conmon[89266]: cluster 2023-11-08T01:15:01.496058+0000 mgr.smithi063.cuyera (mgr.14180) 563 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:03.040 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:03.040 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:03.597 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:04.598 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:04.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:04 smithi188 conmon[89266]: audit 2023-11-08T01:15:03.035600+0000 mgr.smithi063.cuyera (mgr.14180) 564 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:04.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:04 smithi188 conmon[89266]: cluster 2023-11-08T01:15:03.496601+0000 2023-11-08T01:15:04.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:04 smithi188 conmon[89266]: mgr.smithi063.cuyera (mgr.14180) 565 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:04 smithi063 conmon[84397]: audit 2023-11-08T01:15:03.035600+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:15:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:04 smithi063 conmon[84397]: 564 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:04 smithi063 conmon[84397]: cluster 2023-11-08T01:15:03.496601+0000 mgr.smithi063.cuyera (mgr.14180) 565 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:06.456 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:06.456 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:06 smithi188 conmon[89266]: cluster 2023-11-08T01:15:05.497022+0000 mgr.smithi063.cuyera (mgr.14180) 566 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:06 smithi063 conmon[84397]: cluster 2023-11-08T01:15:05.497022+0000 mgr.smithi063.cuyera (mgr.14180) 566 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:07.113 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:07.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:07 smithi188 conmon[89266]: audit 2023-11-08T01:15:06.451518+0000 mgr.smithi063.cuyera (mgr.14180) 567 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:07.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:07 smithi188 conmon[89266]: 2023-11-08T01:15:07.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:07 smithi063 conmon[84397]: audit 2023-11-08T01:15:06.451518+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:15:07.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:07 smithi063 conmon[84397]: 14180) 567 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:08.114 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:08.830 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:08 smithi063 conmon[84397]: cluster 2023-11-08T01:15:07.497792+0000 mgr.smithi063.cuyera (mgr.14180) 568 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:08 smithi188 conmon[89266]: cluster 2023-11-08T01:15:07.497792+0000 mgr.smithi063.cuyera (mgr.14180) 568 : cluster [DBG] 2023-11-08T01:15:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:08 smithi188 conmon[89266]: pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:10.026 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:10.027 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:10.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:10 smithi063 conmon[84397]: cluster 2023-11-08T01:15:09.498185+0000 mgr.smithi063.cuyera (mgr.14180) 569 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:10.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:10 smithi188 conmon[89266]: cluster 2023-11-08T01:15:09.498185+0000 mgr.smithi063.cuyera (mgr.14180) 569 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:10.654 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:11.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:11 smithi188 conmon[89266]: audit 2023-11-08T01:15:10.022134+0000 mgr.smithi063.cuyera (mgr.14180) 570 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:11 smithi063 conmon[84397]: audit 2023-11-08T01:15:10.022134+0000 mgr.smithi063.cuyera (mgr.14180) 570 : 2023-11-08T01:15:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:11 smithi063 conmon[84397]: audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:11.655 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:12.554 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:12 smithi063 conmon[84397]: cluster 2023-11-08T01:15:11.499049+0000 2023-11-08T01:15:12.554 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:12 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 571 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:12.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:12 smithi188 conmon[89266]: cluster 2023-11-08T01:15:11.499049+0000 mgr.smithi063.cuyera (mgr.14180) 571 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:13.565 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:13.565 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.128442Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:14.164 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:14.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:14 smithi188 conmon[89266]: cluster 2023-11-08T01:15:13.499583+0000 mgr.smithi063.cuyera (mgr.14180) 572 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:14.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:14 smithi188 conmon[89266]: audit 2023-11-08T01:15:13.560319+0000 mgr.smithi063.cuyera (mgr.14180) 573 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:14.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:14 smithi063 conmon[84397]: cluster 2023-11-08T01:15:13.499583+0000 mgr.smithi063.cuyera (mgr.14180) 572 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:14.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:14 smithi063 conmon[84397]: audit 2023-11-08T01:15:13.560319+0000 mgr.smithi063.cuyera (mgr.14180) 573 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:15.165 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:16.696 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:16 smithi063 conmon[84397]: cluster 2023-11-08T01:15:15 2023-11-08T01:15:16.697 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:16 smithi063 conmon[84397]: .500049+0000 mgr.smithi063.cuyera (mgr.14180) 574 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:16 smithi188 conmon[89266]: cluster 2023-11-08T01:15:15.500049+0000 mgr.smithi063.cuyera (mgr.14180) 574 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:16.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:16 smithi188 conmon[89266]: 2023-11-08T01:15:17.061 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:17.061 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:17.653 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:17.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: cephadm 2023-11-08T01:15:16.569949+0000 mgr.smithi063.cuyera (mgr.14180) 575 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.hnkkyy ... 2023-11-08T01:15:17.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:15:17.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:13:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:13:57Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:14:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: Traceback (most recent call last): 2023-11-08T01:15:17.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:15:17.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: yield (conn, connr) 2023-11-08T01:15:17.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:15:17.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: code, '\n'.join(err))) 2023-11-08T01:15:17.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.hnkkyy ... 2023-11-08T01:15:17.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:15:17.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:13:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.866 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:13:57Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:14:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-08T01:15:17.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.867 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: cephadm 2023-11-08T01:15:16.570182+0000 mgr.smithi063.cuyera (mgr.14180) 576 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: audit 2023-11-08T01:15:16.570461+0000 mon.smithi063 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi188.hnkkyy"}]: dispatch 2023-11-08T01:15:17.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: cephadm 2023-11-08T01:15:16.571129+0000 mgr.smithi063.cuyera (mgr.14180) 577 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.868 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.hnkkyy ... 2023-11-08T01:15:17.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:15:17.869 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:13:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:13:57Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:14:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.870 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: cephadm 2023-11-08T01:15:16.573315+0000 mgr.smithi063.cuyera (mgr.14180) 578 : 2023-11-08T01:15:17.871 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:17 smithi188 conmon[89266]: cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi063.cacpqn on smithi063 2023-11-08T01:15:17.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: cephadm 2023-11-08T01:15:16.569949 2023-11-08T01:15:17.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 575 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.hnkkyy ... 2023-11-08T01:15:17.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:15:17.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:13:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:13:57Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:14:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: Traceback (most recent call last): 2023-11-08T01:15:17.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:15:17.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: yield (conn, connr) 2023-11-08T01:15:17.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:15:17.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: code, '\n'.join(err))) 2023-11-08T01:15:17.877 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.877 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.877 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.877 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.878 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.hnkkyy ... 2023-11-08T01:15:17.878 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.878 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:15:17.878 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:13:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.878 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:13:57Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.879 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:14:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.879 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.879 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upg 2023-11-08T01:15:17.879 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: rading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.880 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.880 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: cephadm 2023-11-08T01:15:16.570182+0000 mgr.smithi063.cuyera (mgr.14180) 576 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.880 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: audit 2023-11-08T01:15:16.570461+0000 mon.smithi063 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi188.hnkkyy"}]: dispatch 2023-11-08T01:15:17.880 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: cephadm 2023-11-08T01:15:16.571129+0000 mgr.smithi063.cuyera (mgr.14180) 577 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.881 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy 2023-11-08T01:15:17.881 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.881 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy 2023-11-08T01:15:17.881 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.hnkkyy ... 2023-11-08T01:15:17.882 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.882 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:15:17.882 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:13:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.882 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:13:57Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.883 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:14:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:15:17.883 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.883 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:15:17.883 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:15:17.884 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:17 smithi063 conmon[84397]: cephadm 2023-11-08T01:15:16.573315+0000 mgr.smithi063.cuyera (mgr.14180) 578 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi063.cacpqn on smithi063 2023-11-08T01:15:18.654 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:18.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:18 smithi188 conmon[89266]: audit 2023-11-08T01:15:17.056434+0000 mgr.smithi063.cuyera (mgr.14180) 579 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:18.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:18 smithi188 conmon[89266]: cluster 2023-11-08T01:15:17.500650+0000 mgr.smithi063.cuyera (mgr.14180) 580 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:18.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:18 smithi063 conmon[84397]: audit 2023-11-08T01:15:17.056434+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:15:18.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:18 smithi063 conmon[84397]: .14180) 579 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:18.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:18 smithi063 conmon[84397]: cluster 2023-11-08T01:15:17.500650+0000 mgr.smithi063.cuyera (mgr.14180) 580 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:20.501 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:20.501 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:20.528 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:20 smithi063 conmon[84397]: cluster 2023-11-08T01:15:19.501059+0000 mgr.smithi063.cuyera (mgr.14180) 581 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:20.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:20 smithi188 conmon[89266]: cluster 2023-11-08T01:15:19.501059+0000 mgr.smithi063.cuyera (mgr.14180) 581 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:21.094 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:21.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:21 smithi063 conmon[84397]: audit 2023-11-08T01:15:20.496359+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:15:21.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:21 smithi063 conmon[84397]: 582 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:21.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:21 smithi188 conmon[89266]: audit 2023-11-08T01:15:20.496359+0000 mgr.smithi063.cuyera (mgr.14180) 582 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:22.095 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:22.579 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:22 smithi063 conmon[84397]: cluster 2023-11-08T01:15:21.501660+0000 2023-11-08T01:15:22.579 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:22 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 583 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:22.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:22 smithi188 conmon[89266]: cluster 2023-11-08T01:15:21.501660+0000 mgr.smithi063.cuyera (mgr.14180) 583 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:23.943 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:23.943 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:24.510 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:24 smithi188 conmon[89266]: cluster 2023-11-08T01:15:23.502136+0000 mgr.smithi063.cuyera (mgr.14180) 584 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:24 smithi063 conmon[84397]: cluster 2023-11-08T01:15:23.502136+0000 mgr.smithi063.cuyera (mgr.14180) 584 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:25.512 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:25.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:25 smithi188 conmon[89266]: audit 2023-11-08T01:15:23.938669+0000 mgr.smithi063.cuyera (mgr.14180) 585 : audit 2023-11-08T01:15:25.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:25 smithi188 conmon[89266]: [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:25.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:25 smithi063 conmon[84397]: audit 2023-11-08T01:15:23.938669+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:15:25.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:25 smithi063 conmon[84397]: .14180) 585 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:26.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:26 smithi063 conmon[84397]: cluster 2023-11-08T01:15:25.502699+0000 mgr.smithi063.cuyera (mgr.14180) 586 : 2023-11-08T01:15:26.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:26 smithi063 conmon[84397]: cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:26 smithi188 conmon[89266]: cluster 2023-11-08T01:15:25.502699+0000 2023-11-08T01:15:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:26 smithi188 conmon[89266]: mgr.smithi063.cuyera (mgr.14180) 586 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:27.358 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:27.358 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:27.919 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:28 smithi188 conmon[89266]: audit 2023-11-08T01:15:27.353478+0000 mgr.smithi063.cuyera (mgr.14180) 587 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:28.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:28 smithi188 conmon[89266]: cluster 2023-11-08T01:15:27.503182+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:15:28.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:28 smithi188 conmon[89266]: .14180) 588 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:28 smithi063 conmon[84397]: audit 2023-11-08T01:15:27.353478+0000 mgr.smithi063.cuyera (mgr.14180) 587 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:28 smithi063 conmon[84397]: cluster 2023-11-08T01:15:27.503182+0000 mgr.smithi063.cuyera (mgr.14180) 588 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:28.920 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:30.444 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:30 smithi063 conmon[84397]: cluster 2023-11-08T01:15:29.503595+0000 mgr.smithi063.cuyera (mgr.14180) 589 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:30.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:30 smithi188 conmon[89266]: cluster 2023-11-08T01:15:29.503595+0000 mgr.smithi063.cuyera (mgr.14180) 589 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:30.823 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:30.823 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:31.401 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:32.402 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:32.852 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:32 smithi063 conmon[84397]: audit 2023-11-08T01:15:30.818685+0000 mgr.smithi063.cuyera (mgr.14180) 590 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:32.853 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:32 smithi063 conmon[84397]: cluster 2023-11-08T01:15:31.504110+0000 mgr.smithi063.cuyera (mgr.14180) 591 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:32 smithi188 conmon[89266]: audit 2023-11-08T01:15:30.818685+0000 mgr.smithi063.cuyera (mgr.14180) 590 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:32 smithi188 conmon[89266]: cluster 2023-11-08T01:15:31.504110+0000 mgr.smithi063.cuyera (mgr.14180) 591 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:34.201 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:34.201 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:34.823 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:34 smithi063 conmon[84397]: cluster 2023-11-08T01:15:33.504578+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:15:34.824 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:34 smithi063 conmon[84397]: 14180) 592 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:34.825 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:34 smithi188 conmon[89266]: cluster 2023-11-08T01:15:33.504578+0000 mgr.smithi063.cuyera (mgr.14180) 592 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:35.826 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:35.856 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:35 smithi063 conmon[84397]: audit 2023-11-08T01:15:34.196056+0000 mgr.smithi063.cuyera (mgr.14180) 593 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:35.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:35 smithi188 conmon[89266]: audit 2023-11-08T01:15:34.196056+0000 mgr.smithi063.cuyera (mgr.14180) 593 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:36 smithi188 conmon[89266]: cluster 2023-11-08T01:15:35.505143+0000 mgr.smithi063.cuyera (mgr.14180) 594 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:36 smithi063 conmon[84397]: cluster 2023-11-08T01:15:35.505143+0000 mgr.smithi063.cuyera (mgr.14180) 594 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:37.640 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:37.640 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:38.301 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:38 smithi188 conmon[89266]: cluster 2023-11-08T01:15:37.505679+0000 mgr.smithi063.cuyera (mgr.14180) 595 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:38 smithi188 conmon[89266]: audit 2023-11-08T01:15:37.635210+0000 mgr.smithi063.cuyera (mgr.14180) 596 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:38 smithi063 conmon[84397]: cluster 2023-11-08T01:15:37.505679+0000 mgr.smithi063.cuyera (mgr.14180) 595 : cluster 2023-11-08T01:15:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:38 smithi063 conmon[84397]: [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:38 smithi063 conmon[84397]: audit 2023-11-08T01:15:37.635210+0000 mgr.smithi063.cuyera (mgr.14180) 596 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:39.303 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:40.564 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:40 smithi063 conmon[84397]: cluster 2023-11-08T01:15:39.506066+0000 mgr.smithi063.cuyera (mgr.14180) 597 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:40.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:40 smithi188 conmon[89266]: cluster 2023-11-08T01:15:39.506066+0000 mgr.smithi063.cuyera (mgr.14180) 597 : cluster [DBG] 2023-11-08T01:15:40.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:40 smithi188 conmon[89266]: pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:41.180 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:41.180 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:41.793 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:42.794 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:42.826 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:42 smithi063 conmon[84397]: audit 2023-11-08T01:15:41.175515+0000 mgr.smithi063.cuyera (mgr.14180) 598 2023-11-08T01:15:42.827 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:42 smithi063 conmon[84397]: : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:42.827 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:42 smithi063 conmon[84397]: cluster 2023-11-08T01:15:41.506540+0000 mgr.smithi063.cuyera (mgr.14180) 599 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:42.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:42 smithi188 conmon[89266]: audit 2023-11-08T01:15:41.175515+0000 mgr.smithi063.cuyera (mgr.14180) 598 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:42.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:42 smithi188 conmon[89266]: cluster 2023-11-08T01:15:41.506540+0000 mgr.smithi063.cuyera (mgr.14180) 599 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:44.597 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:44.598 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:44 smithi188 conmon[89266]: cluster 2023-11-08T01:15:43.507027+0000 mgr.smithi063.cuyera (mgr.14180) 600 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:44 smithi063 conmon[84397]: cluster 2023-11-08T01:15:43.507027+0000 mgr.smithi063.cuyera (mgr.14180) 600 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:45.268 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:45.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:45 smithi188 conmon[89266]: audit 2023-11-08T01:15:44.593155+0000 mgr.smithi063.cuyera (mgr.14180) 601 : audit [DBG] 2023-11-08T01:15:45.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:45 smithi188 conmon[89266]: from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:45.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:45 smithi063 conmon[84397]: audit 2023-11-08T01:15:44.593155+0000 2023-11-08T01:15:45.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:45 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 601 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:46.269 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:46 smithi188 conmon[89266]: cluster 2023-11-08T01:15:45.507836+0000 mgr.smithi063.cuyera (mgr.14180) 602 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:46 smithi063 conmon[84397]: cluster 2023-11-08T01:15:45.507836+0000 mgr.smithi063.cuyera 2023-11-08T01:15:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:46 smithi063 conmon[84397]: (mgr.14180) 602 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:48.144 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:48.144 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:48.808 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:48 smithi188 conmon[89266]: cluster 2023-11-08T01:15:47.508361+0000 mgr.smithi063.cuyera (mgr.14180) 603 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:48 smithi063 conmon[84397]: cluster 2023-11-08T01:15:47.508361+0000 mgr.smithi063.cuyera (mgr.14180) 603 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:49.809 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:49.841 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:49 smithi063 conmon[84397]: audit 2023-11-08T01:15:48. 2023-11-08T01:15:49.841 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:49 smithi063 conmon[84397]: 139336+0000 mgr.smithi063.cuyera (mgr.14180) 604 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:49.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:49 smithi188 conmon[89266]: audit 2023-11-08T01:15:48.139336+0000 mgr.smithi063.cuyera (mgr.14180) 604 : audit [DBG] 2023-11-08T01:15:49.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:49 smithi188 conmon[89266]: from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:50.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:50 smithi188 conmon[89266]: cluster 2023-11-08T01:15:49.509028+0000 mgr.smithi063.cuyera (mgr.14180) 605 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:50.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:50 smithi188 conmon[89266]: 2023-11-08T01:15:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:50 smithi063 conmon[84397]: cluster 2023-11-08T01:15:49 2023-11-08T01:15:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:50 smithi063 conmon[84397]: .509028+0000 mgr.smithi063.cuyera (mgr.14180) 605 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:51.705 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:51.706 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:52.257 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:52 smithi188 conmon[89266]: cluster 2023-11-08T01:15:51.509560+0000 mgr.smithi063.cuyera (mgr.14180) 606 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:52 smithi188 conmon[89266]: audit 2023-11-08T01:15:51.701104+0000 mgr.smithi063.cuyera (mgr.14180) 607 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:52.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:52 smithi063 conmon[84397]: cluster 2023-11-08T01:15:51.509560+0000 mgr.smithi063.cuyera (mgr.14180) 606 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:52.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:52 smithi063 conmon[84397]: audit 2023-11-08T01:15:51.701104+0000 mgr.smithi063.cuyera (mgr.14180) 607 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:53.258 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:54.773 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:54 smithi063 conmon[84397]: cluster 2023-11-08T01:15:53.510041+0000 mgr.smithi063.cuyera (mgr.14180) 608 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:54 smithi188 conmon[89266]: cluster 2023-11-08T01:15:53.510041+0000 mgr.smithi063.cuyera (mgr.14180) 608 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:55.093 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:55.093 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:55.715 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:56.717 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:15:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:56 smithi188 conmon[89266]: audit 2023-11-08T01:15:55.088667+0000 mgr.smithi063.cuyera (mgr.14180) 609 : audit 2023-11-08T01:15:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:56 smithi188 conmon[89266]: [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:56 smithi188 conmon[89266]: cluster 2023-11-08T01:15:55.510672+0000 mgr.smithi063.cuyera (mgr.14180) 610 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:56 smithi063 conmon[84397]: audit 2023-11-08T01:15:55.088667+0000 mgr.smithi063.cuyera (mgr.14180) 609 : audit [DBG] 2023-11-08T01:15:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:56 smithi063 conmon[84397]: from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:56 smithi063 conmon[84397]: cluster 2023-11-08T01:15:55.510672+0000 mgr.smithi063.cuyera (mgr.14180) 610 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:58.561 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:15:58.562 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:15:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:58 smithi188 conmon[89266]: cluster 2023-11-08T01:15:57.511173+0000 mgr.smithi063.cuyera (mgr.14180) 611 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:58 smithi188 conmon[89266]: 2023-11-08T01:15:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:58 smithi063 conmon[84397]: cluster 2023-11-08T01:15:57.511173+0000 mgr.smithi063.cuyera (mgr.14180) 611 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:15:59.173 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:15:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:59 smithi188 conmon[89266]: audit 2023-11-08T01:15:58.557083+0000 mgr.smithi063.cuyera (mgr.14180) 612 : audit 2023-11-08T01:15:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:15:59 smithi188 conmon[89266]: [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:15:59.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:59 smithi063 conmon[84397]: audit 2023-11-08T01:15:58.557083+0000 mgr.smithi063.cuyera (mgr.14180) 612 : audit [DBG] 2023-11-08T01:15:59.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:15:59 smithi063 conmon[84397]: from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:00.174 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:00.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:00 smithi188 conmon[89266]: cluster 2023-11-08T01:15:59.511772+0000 mgr.smithi063.cuyera (mgr.14180) 613 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:00 smithi063 conmon[84397]: cluster 2023-11-08T01:15:59.511772+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:16:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:00 smithi063 conmon[84397]: ) 613 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:01.992 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:01.992 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:02.547 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:02.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:02 smithi188 conmon[89266]: cluster 2023-11-08T01:16:01.512247+0000 mgr.smithi063.cuyera (mgr.14180) 614 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:02 smithi063 conmon[84397]: cluster 2023-11-08T01:16:01.512247+0000 mgr.smithi063.cuyera (mgr.14180) 614 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:03.549 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:03.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:03 smithi188 conmon[89266]: audit 2023-11-08T01:16:01.987340+0000 mgr.smithi063.cuyera (mgr.14180) 615 : audit [DBG] 2023-11-08T01:16:03.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:03 smithi188 conmon[89266]: from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:03.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:03 smithi063 conmon[84397]: audit 2023-11-08T01:16:01.987340+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:16:03.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:03 smithi063 conmon[84397]: 14180) 615 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:04 smithi188 conmon[89266]: cluster 2023-11-08T01:16:03.513003+0000 mgr.smithi063.cuyera (mgr.14180) 616 : cluster [DBG] 2023-11-08T01:16:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:04 smithi188 conmon[89266]: pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:04 smithi063 conmon[84397]: cluster 2023-11-08T01:16:03.513003+0000 2023-11-08T01:16:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:04 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 616 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:05.351 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:05.352 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:05.897 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:06 smithi188 conmon[89266]: audit 2023-11-08T01:16:05.346871+0000 mgr.smithi063.cuyera (mgr.14180) 617 : audit 2023-11-08T01:16:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:06 smithi188 conmon[89266]: [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:06 smithi188 conmon[89266]: cluster 2023-11-08T01:16:05.513425+0000 mgr.smithi063.cuyera (mgr.14180) 618 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:06 smithi063 conmon[84397]: audit 2023-11-08T01:16:05.346871+0000 mgr.smithi063.cuyera (mgr.14180) 617 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:06 smithi063 conmon[84397]: cluster 2023-11-08T01:16:05.513425+0000 mgr.smithi063.cuyera (mgr.14180) 618 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:06.899 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:08.637 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:08.638 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:08 smithi063 conmon[84397]: cluster 2023-11-08T01:16:07.513938+0000 mgr.smithi063.cuyera (mgr.14180) 619 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:09.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:08 smithi188 conmon[89266]: cluster 2023-11-08T01:16:07.513938+0000 mgr.smithi063.cuyera (mgr.14180) 619 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:09.279 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:10.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:09 smithi188 conmon[89266]: audit 2023-11-08T01:16:08.632716+0000 mgr.smithi063.cuyera (mgr.14180) 620 : 2023-11-08T01:16:10.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:09 smithi188 conmon[89266]: audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:10.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:09 smithi063 conmon[84397]: audit 2023-11-08T01:16:08.632716+0000 mgr.smithi063.cuyera ( 2023-11-08T01:16:10.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:09 smithi063 conmon[84397]: mgr.14180) 620 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:10.281 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:10.941 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:10 smithi063 conmon[84397]: cluster 2023-11-08T01:16:09.514397+0000 mgr.smithi063.cuyera (mgr.14180) 621 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:11.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:10 smithi188 conmon[89266]: cluster 2023-11-08T01:16:09.514397+0000 mgr.smithi063.cuyera (mgr.14180) 621 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:12.114 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:12.114 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:12.681 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:13.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:12 smithi188 conmon[89266]: cluster 2023-11-08T01:16:11.515034+0000 mgr.smithi063.cuyera (mgr.14180) 622 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:13.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:12 smithi063 conmon[84397]: cluster 2023-11-08T01:16:11.515034+0000 mgr.smithi063.cuyera (mgr.14180) 622 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:13.682 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:14.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:13 smithi188 conmon[89266]: audit 2023-11-08T01:16:12.109476+0000 mgr.smithi063.cuyera (mgr.14180) 623 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:14.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:13 smithi188 conmon[89266]: 2023-11-08T01:16:14.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:13 smithi063 conmon[84397]: audit 2023-11-08T01:16:12.109476+0000 mgr.smithi063.cuyera (mgr.14180) 623 : audit [DBG] 2023-11-08T01:16:14.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:13 smithi063 conmon[84397]: from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:14.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:14 smithi063 conmon[84397]: cluster 2023-11-08T01:16:13.515685+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:16:14.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:14 smithi063 conmon[84397]: .14180) 624 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:15.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:14 smithi188 conmon[89266]: cluster 2023-11-08T01:16:13.515685+0000 mgr.smithi063.cuyera (mgr.14180) 624 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:15.553 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:15.553 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:16.146 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:17.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:16 smithi188 conmon[89266]: cluster 2023-11-08T01:16:15.516133+0000 mgr.smithi063.cuyera (mgr.14180) 625 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:17.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:16 smithi188 conmon[89266]: 2023-11-08T01:16:17.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:16 smithi188 conmon[89266]: audit 2023-11-08T01:16:15.548046+0000 mgr.smithi063.cuyera (mgr.14180) 626 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:17.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:16 smithi063 conmon[84397]: cluster 2023-11-08T01:16:15.516133+0000 mgr.smithi063.cuyera (mgr.14180) 625 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:17.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:16 smithi063 conmon[84397]: audit 2023-11-08T01:16:15.548046+0000 mgr.smithi063.cuyera (mgr.14180) 626 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:17.147 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:18.950 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:18.951 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:18.976 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:18 smithi063 conmon[84397]: cluster 2023-11-08T01:16:17.516775+0000 mgr.smithi063.cuyera (mgr.14180) 627 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:19.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:18 smithi188 conmon[89266]: cluster 2023-11-08T01:16:17.516775+0000 mgr.smithi063.cuyera (mgr.14180) 627 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:19.536 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:20.538 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:20.569 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:20 smithi063 conmon[84397]: audit 2023-11-08T01:16:18.945688+0000 mgr.smithi063.cuyera (mgr.14180) 628 : audit 2023-11-08T01:16:20.570 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:20 smithi063 conmon[84397]: [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:20.570 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:20 smithi063 conmon[84397]: cluster 2023-11-08T01:16:19.517236+0000 mgr.smithi063.cuyera (mgr.14180) 629 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:20.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:20 smithi188 conmon[89266]: audit 2023-11-08T01:16:18.945688+0000 mgr.smithi063.cuyera (mgr.14180) 628 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:20.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:20 smithi188 conmon[89266]: cluster 2023-11-08T01:16:19.517236+0000 mgr.smithi063.cuyera (mgr.14180) 629 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:22.473 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:22.473 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:22 smithi188 conmon[89266]: cluster 2023-11-08T01:16:21.517889+0000 mgr.smithi063.cuyera (mgr.14180) 630 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:22 smithi063 conmon[84397]: cluster 2023-11-08T01:16:21.517889+0000 mgr.smithi063.cuyera (mgr.14180) 630 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:22.978 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:23 smithi188 conmon[89266]: audit 2023-11-08T01:16:22.467464+0000 mgr.smithi063.cuyera (mgr.14180) 631 : audit [DBG] 2023-11-08T01:16:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:23 smithi188 conmon[89266]: from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:23.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:23 smithi063 conmon[84397]: audit 2023-11-08T01:16:22.467464+0000 mgr.smithi063.cuyera (mgr.14180) 631 2023-11-08T01:16:23.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:23 smithi063 conmon[84397]: : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:23.979 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:24.787 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:24 smithi063 conmon[84397]: cluster 2023-11-08T01:16:23.518584+0000 2023-11-08T01:16:24.787 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:24 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 632 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:24 smithi188 conmon[89266]: cluster 2023-11-08T01:16:23.518584+0000 mgr.smithi063.cuyera (mgr.14180) 632 : cluster [DBG] 2023-11-08T01:16:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:24 smithi188 conmon[89266]: pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:25.806 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:25.807 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:26.353 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:26.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:26 smithi063 conmon[84397]: cluster 2023-11-08T01:16:25.519039+0000 mgr.smithi063.cuyera (mgr.14180) 633 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:26 smithi188 conmon[89266]: cluster 2023-11-08T01:16:25.519039+0000 mgr.smithi063.cuyera (mgr.14180) 633 2023-11-08T01:16:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:26 smithi188 conmon[89266]: : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:27.354 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:27.837 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:27 smithi063 conmon[84397]: audit 2023-11-08T01:16:25 2023-11-08T01:16:27.838 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:27 smithi063 conmon[84397]: .802183+0000 mgr.smithi063.cuyera (mgr.14180) 634 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:27.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:27 smithi188 conmon[89266]: audit 2023-11-08T01:16:25.802183+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:16:27.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:27 smithi188 conmon[89266]: 14180) 634 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:28 smithi188 conmon[89266]: cluster 2023-11-08T01:16:27.519559+0000 mgr.smithi063.cuyera (mgr.14180) 635 : cluster 2023-11-08T01:16:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:28 smithi188 conmon[89266]: [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:28 smithi063 conmon[84397]: cluster 2023-11-08T01:16:27.519559+0000 mgr.smithi063.cuyera (mgr.14180) 635 : 2023-11-08T01:16:28.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:28 smithi063 conmon[84397]: cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:29.264 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:29.264 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:29.844 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:30.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:30 smithi188 conmon[89266]: audit 2023-11-08T01:16:29.259901+0000 mgr.smithi063.cuyera (mgr.14180) 636 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:30.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:30 smithi188 conmon[89266]: cluster 2023-11-08T01:16:29.519976+0000 mgr.smithi063.cuyera (mgr.14180) 637 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:30.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:30 smithi063 conmon[84397]: audit 2023-11-08T01:16:29.259901+0000 mgr.smithi063.cuyera (mgr.14180) 636 : audit 2023-11-08T01:16:30.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:30 smithi063 conmon[84397]: [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:30.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:30 smithi063 conmon[84397]: cluster 2023-11-08T01:16:29.519976+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:16:30.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:30 smithi063 conmon[84397]: .14180) 637 : cluster [DBG] 2023-11-08T01:16:30.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:30 smithi063 conmon[84397]: pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:30.845 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:32.725 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:32.725 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:32 smithi188 conmon[89266]: cluster 2023-11-08T01:16:31.520484+0000 mgr.smithi063.cuyera (mgr.14180) 638 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:32 smithi063 conmon[84397]: cluster 2023-11-08T01:16:31.520484+0000 mgr.smithi063.cuyera (mgr.14180) 638 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:33.328 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:33.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:33 smithi188 conmon[89266]: audit 2023-11-08T01:16:32.719402+0000 mgr.smithi063.cuyera (mgr.14180) 639 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:33.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:33 smithi063 conmon[84397]: audit 2023-11-08T01:16:32.719402+0000 mgr.smithi063.cuyera (mgr.14180) 639 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:34.329 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:34.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:34 smithi063 conmon[84397]: cluster 2023-11-08T01 2023-11-08T01:16:34.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:34 smithi063 conmon[84397]: :16:33.521110+0000 mgr.smithi063.cuyera (mgr.14180) 640 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:34 smithi188 conmon[89266]: cluster 2023-11-08T01:16:33.521110+0000 mgr.smithi063.cuyera (mgr.14180) 640 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:36.155 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:36.156 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:36.818 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:36 smithi188 conmon[89266]: cluster 2023-11-08T01:16:35.521581+0000 mgr.smithi063.cuyera (mgr.14180) 641 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:36 smithi063 conmon[84397]: cluster 2023-11-08T01:16:35.521581+0000 mgr.smithi063.cuyera (mgr.14180) 641 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:37.819 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:37.852 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:37 smithi063 conmon[84397]: audit 2023-11-08T01:16:36.151052+0000 mgr.smithi063.cuyera (mgr.14180) 642 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:37.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:37 smithi188 conmon[89266]: audit 2023-11-08T01:16:36.151052+0000 mgr.smithi063.cuyera (mgr.14180) 642 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:38 smithi188 conmon[89266]: cluster 2023-11-08T01:16:37.522241+0000 mgr.smithi063.cuyera (mgr.14180) 643 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:38 smithi063 conmon[84397]: cluster 2023-11-08T01:16:37.522241+0000 mgr.smithi063.cuyera (mgr.14180) 643 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:39.716 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:39.716 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:40.376 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:40.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:40 smithi188 conmon[89266]: cluster 2023-11-08T01:16:39.522666+0000 mgr.smithi063.cuyera (mgr.14180) 644 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:40.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:40 smithi188 conmon[89266]: audit 2023-11-08T01:16:39.711485+0000 mgr.smithi063.cuyera (mgr.14180) 645 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:40.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:40 smithi063 conmon[84397]: cluster 2023-11-08T01:16:39.522666+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:16:40.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:40 smithi063 conmon[84397]: ) 644 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:40.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:40 smithi063 conmon[84397]: audit 2023-11-08T01:16:39.711485+0000 mgr.smithi063.cuyera (mgr.14180) 645 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:41.377 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:42.841 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:42 smithi063 conmon[84397]: cluster 2023-11-08T01:16:41.523175+0000 mgr.smithi063.cuyera (mgr.14180) 646 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:42.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:42 smithi188 conmon[89266]: cluster 2023-11-08T01:16:41.523175+0000 mgr.smithi063.cuyera (mgr.14180) 646 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:43.177 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:43.178 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:43.725 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:44.726 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:44 smithi188 conmon[89266]: audit 2023-11-08T01:16:43.171491+0000 mgr.smithi063.cuyera (mgr.14180) 647 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:44.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:44 smithi188 conmon[89266]: cluster 2023-11-08T01:16:43.523855+0000 mgr.smithi063.cuyera (mgr.14180) 648 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:44 smithi063 conmon[84397]: audit 2023-11-08T01:16:43.171491+0000 mgr.smithi063.cuyera (mgr.14180) 647 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:44 smithi063 conmon[84397]: cluster 2023-11-08T01:16:43.523855+0000 mgr.smithi063.cuyera (mgr.14180) 648 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:46.554 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:46.555 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:46 smithi188 conmon[89266]: cluster 2023-11-08T01:16:45.524277+0000 mgr.smithi063.cuyera (mgr.14180) 649 2023-11-08T01:16:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:46 smithi188 conmon[89266]: : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:46 smithi063 conmon[84397]: cluster 2023-11-08T01:16:45.524277+0000 mgr.smithi063.cuyera (mgr.14180) 649 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:47.176 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:47.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:47 smithi188 conmon[89266]: audit 2023-11-08T01:16:46.549996+0000 mgr.smithi063.cuyera (mgr.14180) 650 : audit [DBG] 2023-11-08T01:16:47.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:47 smithi188 conmon[89266]: from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:47.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:47 smithi063 conmon[84397]: audit 2023-11-08T01:16:46.549996+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:16:47.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:47 smithi063 conmon[84397]: .14180) 650 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:48.177 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:48 smithi188 conmon[89266]: cluster 2023-11-08T01:16:47.524974+0000 mgr.smithi063.cuyera (mgr.14180) 651 : cluster 2023-11-08T01:16:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:48 smithi188 conmon[89266]: [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:48 smithi063 conmon[84397]: cluster 2023-11-08T01:16:47.524974+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:16:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:48 smithi063 conmon[84397]: 14180) 651 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:50.071 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:50.072 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:50.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:50 smithi063 conmon[84397]: cluster 2023-11-08T01:16 2023-11-08T01:16:50.365 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:50 smithi063 conmon[84397]: :49.525388+0000 mgr.smithi063.cuyera (mgr.14180) 652 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:50.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:50 smithi188 conmon[89266]: cluster 2023-11-08T01:16:49.525388+0000 mgr.smithi063.cuyera (mgr.14180) 652 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:50.676 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:51 smithi188 conmon[89266]: audit 2023-11-08T01:16:50.066951+0000 mgr.smithi063.cuyera (mgr.14180) 653 2023-11-08T01:16:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:51 smithi188 conmon[89266]: : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:51.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:51 smithi063 conmon[84397]: audit 2023-11-08T01:16:50.066951+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:16:51.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:51 smithi063 conmon[84397]: 14180) 653 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:51.677 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:52.500 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:52 smithi063 conmon[84397]: cluster 2023-11-08T01:16:51.526044+0000 mgr.smithi063.cuyera 2023-11-08T01:16:52.500 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:52 smithi063 conmon[84397]: (mgr.14180) 654 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:52.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:52 smithi188 conmon[89266]: cluster 2023-11-08T01:16:51.526044+0000 mgr.smithi063.cuyera (mgr.14180) 654 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:53.562 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:53.563 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:54.194 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:54 smithi188 conmon[89266]: cluster 2023-11-08T01:16:53.526569+0000 mgr.smithi063.cuyera (mgr.14180) 655 : cluster [DBG] 2023-11-08T01:16:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:54 smithi188 conmon[89266]: pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:54.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:54 smithi188 conmon[89266]: audit 2023-11-08T01:16:53.557699+0000 mgr.smithi063.cuyera (mgr.14180) 656 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:54.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:54 smithi063 conmon[84397]: cluster 2023-11-08T01:16:53.526569+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:16:54.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:54 smithi063 conmon[84397]: 655 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:54.867 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:54 smithi063 conmon[84397]: audit 2023-11-08T01:16:53.557699+0000 mgr.smithi063.cuyera (mgr.14180) 656 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:55.195 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:56.670 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:56 smithi063 conmon[84397]: cluster 2023-11-08T01:16:55.527037+0000 mgr.smithi063.cuyera (mgr.14180) 657 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:56 smithi188 conmon[89266]: cluster 2023-11-08T01:16:55.527037+0000 mgr.smithi063.cuyera (mgr.14180) 657 : 2023-11-08T01:16:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:56 smithi188 conmon[89266]: cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:56.999 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:16:57.000 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:16:57.617 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:16:58.618 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:16:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:58 smithi188 conmon[89266]: audit 2023-11-08T01:16:56.994880+0000 mgr.smithi063.cuyera (mgr.14180) 658 : audit [DBG] 2023-11-08T01:16:58.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:58 smithi188 conmon[89266]: from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:58.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:16:58 smithi188 conmon[89266]: cluster 2023-11-08T01:16:57.527664+0000 mgr.smithi063.cuyera (mgr.14180) 659 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:16:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:58 smithi063 conmon[84397]: audit 2023-11-08T01:16:56.994880+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:16:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:58 smithi063 conmon[84397]: 14180) 658 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:16:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:16:58 smithi063 conmon[84397]: cluster 2023-11-08T01:16:57.527664+0000 mgr.smithi063.cuyera (mgr.14180) 659 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:00.541 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:00.541 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:00.569 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:00 smithi063 conmon[84397]: cluster 2023-11-08T01:16:59.528043+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:17:00.570 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:00 smithi063 conmon[84397]: ) 660 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:00.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:00 smithi188 conmon[89266]: cluster 2023-11-08T01:16:59.528043+0000 mgr.smithi063.cuyera (mgr.14180) 660 : cluster [DBG] 2023-11-08T01:17:00.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:00 smithi188 conmon[89266]: pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:01.183 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:01 smithi188 conmon[89266]: audit 2023-11-08T01:17:00.536421+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:17:01.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:01 smithi188 conmon[89266]: ) 661 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:01 smithi063 conmon[84397]: audit 2023-11-08T01:17:00.536421 2023-11-08T01:17:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:01 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 661 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:02.184 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:02.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:02 smithi188 conmon[89266]: cluster 2023-11-08T01:17:01.528573+0000 mgr.smithi063.cuyera (mgr.14180) 662 : cluster 2023-11-08T01:17:02.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:02 smithi188 conmon[89266]: [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:02.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:02 smithi063 conmon[84397]: cluster 2023-11-08T01:17:01.528573+0000 mgr.smithi063.cuyera (mgr.14180) 662 : 2023-11-08T01:17:02.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:02 smithi063 conmon[84397]: cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:04.023 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:04.023 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:04.607 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:04 smithi188 conmon[89266]: cluster 2023-11-08T01:17:03.529175+0000 mgr.smithi063.cuyera (mgr.14180) 663 : cluster [DBG] 2023-11-08T01:17:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:04 smithi188 conmon[89266]: pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:04 smithi063 conmon[84397]: cluster 2023-11-08T01:17:03.529175+0000 mgr.smithi063.cuyera (mgr.14180) 663 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:05.609 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:05.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:05 smithi188 conmon[89266]: audit 2023-11-08T01:17:04.018528+0000 mgr.smithi063.cuyera (mgr.14180) 664 2023-11-08T01:17:05.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:05 smithi188 conmon[89266]: : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:05.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:05 smithi063 conmon[84397]: audit 2023-11-08T01:17:04.018528+0000 2023-11-08T01:17:05.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:05 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 664 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:06.787 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:06 smithi063 conmon[84397]: cluster 2023-11-08T01:17:05.529863+0000 2023-11-08T01:17:06.787 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:06 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 665 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:06 smithi188 conmon[89266]: cluster 2023-11-08T01:17:05.529863+0000 mgr.smithi063.cuyera (mgr.14180) 665 2023-11-08T01:17:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:06 smithi188 conmon[89266]: : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:07.467 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:07.468 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:08.023 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:08 smithi188 conmon[89266]: audit 2023-11-08T01:17:07.462575+0000 mgr.smithi063.cuyera (mgr.14180) 666 : audit [DBG] 2023-11-08T01:17:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:08 smithi188 conmon[89266]: from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:08 smithi188 conmon[89266]: cluster 2023-11-08T01:17:07.530347+0000 mgr.smithi063.cuyera (mgr.14180) 667 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:08 smithi063 conmon[84397]: audit 2023-11-08T01:17:07.462575+0000 2023-11-08T01:17:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:08 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 666 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:08 smithi063 conmon[84397]: cluster 2023-11-08T01:17:07.530347+0000 mgr.smithi063.cuyera (mgr.14180) 667 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:09.025 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:10.467 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:10 smithi063 conmon[84397]: cluster 2023-11-08T01:17:09.530814+0000 mgr.smithi063.cuyera (mgr.14180) 668 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:10.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:10 smithi188 conmon[89266]: cluster 2023-11-08T01:17:09.530814+0000 mgr.smithi063.cuyera (mgr.14180) 668 : cluster [DBG] 2023-11-08T01:17:10.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:10 smithi188 conmon[89266]: pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:10.876 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:10.876 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:11.482 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:12.483 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:12.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:12 smithi188 conmon[89266]: audit 2023-11-08T01:17:10.871990+0000 mgr.smithi063.cuyera (mgr.14180) 669 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:12 smithi188 conmon[89266]: 2023-11-08T01:17:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:12 smithi188 conmon[89266]: cluster 2023-11-08T01:17:11.531310+0000 mgr.smithi063.cuyera (mgr.14180) 670 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:12 smithi063 conmon[84397]: audit 2023-11-08T01:17:10.871990+0000 mgr.smithi063.cuyera (mgr.14180) 669 2023-11-08T01:17:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:12 smithi063 conmon[84397]: : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:12 smithi063 conmon[84397]: cluster 2023-11-08T01:17:11.531310+0000 mgr.smithi063.cuyera (mgr.14180) 670 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:14.355 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:14.355 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:14.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:14 smithi188 conmon[89266]: cluster 2023-11-08T01:17:13.531906+0000 mgr.smithi063.cuyera (mgr.14180) 671 : cluster [DBG] 2023-11-08T01:17:14.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:14 smithi188 conmon[89266]: pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:14.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:14 smithi063 conmon[84397]: cluster 2023-11-08T01:17:13.531906+0000 mgr.smithi063.cuyera (mgr.14180) 671 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:15.056 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:15.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:15 smithi188 conmon[89266]: audit 2023-11-08T01:17:14.350473+0000 mgr.smithi063.cuyera (mgr.14180) 672 : audit 2023-11-08T01:17:15.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:15 smithi188 conmon[89266]: [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:15.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:15 smithi063 conmon[84397]: audit 2023-11-08T01:17:14.350473+0000 2023-11-08T01:17:15.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:15 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 672 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:16.058 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:16 smithi188 conmon[89266]: cluster 2023-11-08T01:17:15.532503+0000 mgr.smithi063.cuyera (mgr.14180) 673 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:16 smithi063 conmon[84397]: cluster 2023-11-08T01:17:15.532503+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:17:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:16 smithi063 conmon[84397]: 673 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:18.069 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:18.069 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:18.739 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:18.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:18 smithi188 conmon[89266]: cluster 2023-11-08T01:17:17.532991+0000 mgr.smithi063.cuyera (mgr.14180) 674 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-08T01:17:18.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:18 smithi063 conmon[84397]: cluster 2023-11-08T01:17:17.532991+0000 mgr.smithi063.cuyera (mgr.14180) 674 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-08T01:17:19.739 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:19.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:19 smithi188 conmon[89266]: audit 2023-11-08T01:17:18.064382+0000 mgr.smithi063.cuyera (mgr.14180) 675 2023-11-08T01:17:19.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:19 smithi188 conmon[89266]: : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:19.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:19 smithi063 conmon[84397]: audit 2023-11-08T01:17:18. 2023-11-08T01:17:19.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:19 smithi063 conmon[84397]: 064382+0000 mgr.smithi063.cuyera (mgr.14180) 675 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:20 smithi188 conmon[89266]: cluster 2023-11-08T01:17:19.533589+0000 mgr.smithi063.cuyera (mgr.14180) 676 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2023-11-08T01:17:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:20 smithi063 conmon[84397]: cluster 2023-11-08T01:17:19.533589+0000 2023-11-08T01:17:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:20 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 676 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2023-11-08T01:17:21.625 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:21.625 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:22.177 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:22 smithi063 conmon[84397]: cluster 2023-11-08T01:17:21.534078+0000 mgr.smithi063.cuyera (mgr.14180) 677 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 133 KiB/s rd, 0 B/s wr, 221 op/s 2023-11-08T01:17:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:22 smithi063 conmon[84397]: audit 2023-11-08T01:17:21.620497+0000 mgr.smithi063.cuyera (mgr.14180) 678 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:23.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:22 smithi188 conmon[89266]: cluster 2023-11-08T01:17:21.534078+0000 mgr.smithi063.cuyera (mgr.14180) 677 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 133 KiB/s rd, 0 B/s wr, 221 op/s 2023-11-08T01:17:23.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:22 smithi188 conmon[89266]: audit 2023-11-08T01:17:21.620497+0000 mgr.smithi063.cuyera (mgr.14180) 678 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:23.179 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:24.659 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:24 smithi063 conmon[84397]: cluster 2023-11-08T01:17:23.534598 2023-11-08T01:17:24.659 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:24 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 679 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 KiB/s rd, 0 B/s wr, 238 op/s 2023-11-08T01:17:25.036 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:25.036 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:25.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:24 smithi188 conmon[89266]: cluster 2023-11-08T01:17:23.534598+0000 mgr.smithi063.cuyera (mgr.14180) 679 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 KiB/s rd, 0 B/s wr, 238 op/s 2023-11-08T01:17:25.695 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:26.696 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:27.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:26 smithi188 conmon[89266]: audit 2023-11-08T01:17:25.031487+0000 mgr.smithi063.cuyera (mgr.14180) 680 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:27.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:26 smithi188 conmon[89266]: 2023-11-08T01:17:27.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:26 smithi188 conmon[89266]: cluster 2023-11-08T01:17:25.535066+0000 mgr.smithi063.cuyera (mgr.14180) 681 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 KiB/s rd, 0 B/s wr, 238 op/s 2023-11-08T01:17:27.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:26 smithi063 conmon[84397]: audit 2023-11-08T01:17:25.031487+0000 mgr.smithi063.cuyera (mgr.14180) 680 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:27.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:26 smithi063 conmon[84397]: cluster 2023-11-08T01:17:25.535066+0000 mgr.smithi063.cuyera (mgr.14180) 681 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 KiB/s rd, 0 B/s wr, 238 op/s 2023-11-08T01:17:28.554 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:28.555 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:28 smithi063 conmon[84397]: cluster 2023-11-08T01:17:27.535593+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:17:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:28 smithi063 conmon[84397]: 14180) 682 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 KiB/s rd, 0 B/s wr, 238 op/s 2023-11-08T01:17:29.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:28 smithi188 conmon[89266]: cluster 2023-11-08T01:17:27.535593+0000 mgr.smithi063.cuyera (mgr.14180) 682 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 KiB/s rd, 0 B/s wr, 238 op/s 2023-11-08T01:17:29.127 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:30.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:29 smithi188 conmon[89266]: audit 2023-11-08T01:17:28.549414+0000 mgr.smithi063.cuyera (mgr.14180) 683 : audit 2023-11-08T01:17:30.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:29 smithi188 conmon[89266]: [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:30.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:29 smithi063 conmon[84397]: audit 2023-11-08T01:17:28.549414+0000 mgr.smithi063.cuyera ( 2023-11-08T01:17:30.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:29 smithi063 conmon[84397]: mgr.14180) 683 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:30.128 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:30 smithi063 conmon[84397]: cluster 2023-11-08T01:17:29.536209+0000 mgr.smithi063.cuyera (mgr.14180) 684 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 177 op/s 2023-11-08T01:17:31.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:30 smithi188 conmon[89266]: cluster 2023-11-08T01:17:29.536209+0000 mgr.smithi063.cuyera (mgr.14180) 684 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 177 op/s 2023-11-08T01:17:31.995 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:31.996 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:32.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:32 smithi063 conmon[84397]: cluster 2023-11-08T01:17:31.536695+0000 mgr.smithi063.cuyera 2023-11-08T01:17:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:32 smithi063 conmon[84397]: (mgr.14180) 685 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 136 op/s 2023-11-08T01:17:33.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:32 smithi188 conmon[89266]: cluster 2023-11-08T01:17:31.536695+0000 mgr.smithi063.cuyera (mgr.14180) 685 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 136 op/s 2023-11-08T01:17:33.604 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:34.070 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:33 smithi063 conmon[84397]: audit 2023-11-08T01:17:31.990629+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:17:34.070 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:33 smithi063 conmon[84397]: 686 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:34.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:33 smithi188 conmon[89266]: audit 2023-11-08T01:17:31.990629+0000 mgr.smithi063.cuyera (mgr.14180) 686 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:34 smithi063 conmon[84397]: cluster 2023-11-08T01:17:33.537231+0000 mgr.smithi063.cuyera (mgr.14180) 687 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-08T01:17:35.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:34 smithi188 conmon[89266]: cluster 2023-11-08T01:17:33.537231+0000 mgr.smithi063.cuyera (mgr.14180) 687 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-08T01:17:35.491 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:35.491 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:36.136 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:37.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:36 smithi188 conmon[89266]: audit 2023-11-08T01:17:35.486704+0000 mgr.smithi063.cuyera (mgr.14180) 688 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:37.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:36 smithi188 conmon[89266]: cluster 2023-11-08T01:17:35.537705+0000 mgr.smithi063.cuyera (mgr.14180) 689 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:37.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:36 smithi063 conmon[84397]: audit 2023-11-08T01:17:35.486704+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:17:37.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:36 smithi063 conmon[84397]: 14180) 688 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:37.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:36 smithi063 conmon[84397]: cluster 2023-11-08T01:17:35.537705+0000 mgr.smithi063.cuyera (mgr.14180) 689 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:37.137 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:38.962 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:38.962 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:38.989 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:38 smithi063 conmon[84397]: cluster 2023-11-08T01:17:37.538370+0000 mgr.smithi063.cuyera (mgr.14180) 690 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:39.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:38 smithi188 conmon[89266]: cluster 2023-11-08T01:17:37.538370+0000 mgr.smithi063.cuyera (mgr.14180) 690 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:39.527 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:40.529 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:40.562 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:40 smithi063 conmon[84397]: audit 2023-11-08T01:17:38.956919+0000 mgr.smithi063.cuyera (mgr.14180) 691 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:40.562 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:40 smithi063 conmon[84397]: cluster 2023-11-08T01:17:39.539002+0000 mgr.smithi063.cuyera (mgr.14180) 692 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:40.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:40 smithi188 conmon[89266]: audit 2023-11-08T01:17:38.956919+0000 mgr.smithi063.cuyera (mgr.14180) 691 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:40.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:40 smithi188 conmon[89266]: cluster 2023-11-08T01:17:39.539002+0000 mgr.smithi063.cuyera 2023-11-08T01:17:40.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:40 smithi188 conmon[89266]: (mgr.14180) 692 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:42.408 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:42.408 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:42.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:42 smithi188 conmon[89266]: cluster 2023-11-08T01:17:41.539501+0000 mgr.smithi063.cuyera (mgr.14180) 693 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:42.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:42 smithi063 conmon[84397]: cluster 2023-11-08T01:17:41.539501+0000 mgr.smithi063.cuyera (mgr.14180) 693 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:42.993 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:43.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:43 smithi188 conmon[89266]: audit 2023-11-08T01:17:42.403020+0000 mgr.smithi063.cuyera (mgr.14180) 694 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:43.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:43 smithi188 conmon[89266]: 2023-11-08T01:17:43.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:43 smithi063 conmon[84397]: audit 2023-11-08T01:17 2023-11-08T01:17:43.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:43 smithi063 conmon[84397]: :42.403020+0000 mgr.smithi063.cuyera (mgr.14180) 694 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:43.994 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:44.802 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:44 smithi063 conmon[84397]: cluster 2023-11-08T01:17:43. 2023-11-08T01:17:44.802 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:44 smithi063 conmon[84397]: 540114+0000 mgr.smithi063.cuyera (mgr.14180) 695 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:44 smithi188 conmon[89266]: cluster 2023-11-08T01:17:43.540114+0000 mgr.smithi063.cuyera (mgr.14180) 695 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:45.789 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:45.789 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:46.418 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:46 smithi188 conmon[89266]: cluster 2023-11-08T01:17:45.540661+0000 mgr.smithi063.cuyera (mgr.14180) 696 : cluster [DBG] 2023-11-08T01:17:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:46 smithi188 conmon[89266]: pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:46 smithi063 conmon[84397]: cluster 2023-11-08T01:17:45.540661+0000 mgr.smithi063.cuyera (mgr.14180) 696 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:47.419 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:47.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:47 smithi063 conmon[84397]: audit 2023-11-08T01:17:45.784456+0000 mgr.smithi063.cuyera ( 2023-11-08T01:17:47.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:47 smithi063 conmon[84397]: mgr.14180) 697 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:48.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:47 smithi188 conmon[89266]: audit 2023-11-08T01:17:45.784456+0000 mgr.smithi063.cuyera (mgr.14180) 697 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:48.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:48 smithi063 conmon[84397]: cluster 2023-11-08T01:17:47. 2023-11-08T01:17:48.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:48 smithi063 conmon[84397]: 541202+0000 mgr.smithi063.cuyera (mgr.14180) 698 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:48 smithi188 conmon[89266]: cluster 2023-11-08T01:17:47.541202+0000 mgr.smithi063.cuyera (mgr.14180) 698 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:49.278 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:49.278 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:39.328019Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:10:04.303449Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.fpjpvr on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-fpjpvr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.fpjpvr\nDeploy daemon haproxy.rgw.foo.smithi188.fpjpvr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:07:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:08:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:09:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.450360Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.xjqwun on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-xjqwun\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.xjqwun\nDeploy daemon haproxy.rgw.foo.smithi063.xjqwun ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:10:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:11:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:12:37.455402Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.bhraja on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:39.328209Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:39.328332Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:39.328445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:39.328567Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:39.329004Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:49.827 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:50.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: audit 2023-11-08T01:17:49.273719+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:17:50.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: 699 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:50.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: cluster 2023-11-08T01:17:49.541682+0000 mgr.smithi063.cuyera (mgr.14180) 700 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:50.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: cephadm 2023-11-08T01:17:49.677388+0000 mgr.smithi063.cuyera (mgr.14180) 701 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.611 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.cacpqn ... 2023-11-08T01:17:50.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:17:50.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:15:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.612 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:16:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:17:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:17:50.613 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:17:50.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: Traceback (most recent call last): 2023-11-08T01:17:50.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:17:50.614 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: yield (conn, connr) 2023-11-08T01:17:50.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:17:50.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: code, '\n'.join(err))) 2023-11-08T01:17:50.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.615 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.cacpqn ... 2023-11-08T01:17:50.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:17:50.616 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:15:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:16:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:17:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:17:50.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docke 2023-11-08T01:17:50.617 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: r registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:17:50.618 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.618 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: cephadm 2023-11-08T01:17:49.677617+0000 mgr.smithi063.cuyera (mgr.14180) 702 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.618 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: audit 2023-11-08T01:17:49.677953+0000 mon.smithi063 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi063.cacpqn"}]: dispatch 2023-11-08T01:17:50.618 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: cephadm 2023-11-08T01:17:49.678572+0000 mgr.smithi063.cuyera (mgr.14180) 703 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.618 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.cacpqn ... 2023-11-08T01:17:50.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.619 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:17:50.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:15:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:16:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:17:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:17:50.620 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:17:50.621 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.621 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: cephadm 2023-11-08T01:17:49.679792+0000 mgr.smithi063.cuyera (mgr.14180) 704 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:17:50.621 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: cephadm 2023- 2023-11-08T01:17:50.621 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: 11-08T01:17:49.680790+0000 mgr.smithi063.cuyera (mgr.14180) 705 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:17:50.621 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: cluster 2023-11-08T01:17:49.681737+0000 mgr.smithi063.cuyera (mgr.14180) 706 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:50.622 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: audit 2023-11-08T01:17:49.684819+0000 mon.smithi063 (mon.0) 686 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:17:50.622 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: audit 2023-11-08T01:17:49.767151+0000 mon.smithi063 (mon.0) 687 : audit [INF] 2023-11-08T01:17:50.622 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:50.622 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: audit 2023-11-08T01:17:50.623 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: 2023-11-08T01:17:49.963672+0000 mon.smithi063 (mon. 2023-11-08T01:17:50.623 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:50 smithi188 conmon[89266]: 0) 688 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:50.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: audit 2023-11-08T01:17:49.273719+0000 mgr.smithi063.cuyera 2023-11-08T01:17:50.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: (mgr.14180) 699 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:50.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: cluster 2023-11-08T01:17:49.541682+0000 2023-11-08T01:17:50.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 700 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:50.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: cephadm 2023-11-08 2023-11-08T01:17:50.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: T01:17:49.677388+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:17:50.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: .14180) 701 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.cacpqn ... 2023-11-08T01:17:50.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:17:50.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:15:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:16:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:17:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:17:50.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:17:50.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: Traceback (most recent call last): 2023-11-08T01:17:50.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:17:50.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: yield (conn, connr) 2023-11-08T01:17:50.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:17:50.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: code, '\n'.join(err))) 2023-11-08T01:17:50.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.cacpqn ... 2023-11-08T01:17:50.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:17:50.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:15:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:16:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:17:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:17:50.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/ 2023-11-08T01:17:50.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: increase-rate-limit 2023-11-08T01:17:50.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: cephadm 2023-11-08T01:17:49.677617+0000 mgr.smithi063.cuyera (mgr.14180) 702 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: audit 2023-11-08T01:17:49.677953+0000 mon.smithi063 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi063.cacpqn"}]: dispatch 2023-11-08T01:17:50.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: cephadm 2023-11-08T01:17:49.678572 2023-11-08T01:17:50.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 703 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn 2023-11-08T01:17:50.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn 2023-11-08T01:17:50.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.cacpqn ... 2023-11-08T01:17:50.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:17:50.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:15:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:16:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:17:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:17:50.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:17:50.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:17:50.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:17:50.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: cephadm 2023-11-08T01:17:49.679792+0000 mgr.smithi063.cuyera (mgr.14180) 704 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:17:50.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: cephadm 2023-11-08T01:17:50.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: 2023-11-08T01:17:49 2023-11-08T01:17:50.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: .680790+0000 mgr.smithi063.cuyera (mgr.14180) 705 : 2023-11-08T01:17:50.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:17:50.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:17:50.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: -11-08T01:17: 2023-11-08T01:17:50.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: 49.681737+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:17:50.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: 706 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:50.637 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: audit 2023-11-08T01:17:50.637 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: 2023-11-08T01:17 2023-11-08T01:17:50.637 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: :49.684819+0000 mon.smithi063 (mon.0) 2023-11-08T01:17:50.637 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: 686 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:17:50.637 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: audit 2023-11-08T01:17:50.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: 2023-11-08T01:17 2023-11-08T01:17:50.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: :49.767151+0000 mon.smithi063 (mon.0 2023-11-08T01:17:50.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: ) 687 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:50.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: audit 2023 2023-11-08T01:17:50.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: -11-08T01:17 2023-11-08T01:17:50.639 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: :49.963672+0000 mon.smithi063 (mon.0) 2023-11-08T01:17:50.639 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:50 smithi063 conmon[84397]: 688 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:50.828 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:51.601 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:51 smithi063 conmon[84397]: cluster 2023-11-08T01:17 2023-11-08T01:17:51.601 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:51 smithi063 conmon[84397]: :50.319492+0000 mon.smithi063 (mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T01:17:51.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:51 smithi188 conmon[89266]: cluster 2023-11-08T01:17:50.319492+0000 mon.smithi063 ( 2023-11-08T01:17:51.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:51 smithi188 conmon[89266]: mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T01:17:52.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:52 smithi188 conmon[89266]: cluster 2023-11-08T01:17:51.682448+0000 mgr.smithi063.cuyera (mgr.14180) 707 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:52.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:52 smithi188 conmon[89266]: audit 2023-11-08T01:17:51.840841+0000 mon.smithi063 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:52.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:52 smithi188 conmon[89266]: audit 2023-11-08T01:17:52.158571+0000 mon.smithi063 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:52.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:52 smithi188 conmon[89266]: audit 2023-11-08T01:17:52.159220+0000 mon.smithi063 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:52.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:52 smithi188 conmon[89266]: audit 2023-11-08T01:17:52.159769+0000 mon.smithi063 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:52.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:52 smithi188 conmon[89266]: audit 2023-11-08T01:17:52.160310+0000 mon.smithi063 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:52.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:52 smithi188 conmon[89266]: audit 2023-11-08T01:17:52.164516+0000 mon.smithi063 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:52.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:52 smithi063 conmon[84397]: cluster 2023-11-08T01:17:51.682448+0000 mgr.smithi063.cuyera (mgr.14180) 707 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:52.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:52 smithi063 conmon[84397]: audit 2023-11-08T01:17:51.840841+0000 mon.smithi063 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:52.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:52 smithi063 conmon[84397]: audit 2023-11-08T01:17:52.158571+0000 mon.smithi063 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:52.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:52 smithi063 conmon[84397]: audit 2023-11-08T01:17:52.159220+0000 mon.smithi063 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:52.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:52 smithi063 conmon[84397]: audit 2023-11-08T01:17:52.159769+0000 mon.smithi063 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:52.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:52 smithi063 conmon[84397]: audit 2023-11-08T01:17:52.160310+0000 mon.smithi063 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:52.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:52 smithi063 conmon[84397]: audit 2023-11-08T01:17:52.164516+0000 mon.smithi063 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:53.476 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:53.476 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:12:42.855536Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:12:42.855608Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:12:42.855674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:12:42.855456Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:12:42.855317Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:12:42.855738Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:12:42.855864Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:12:42.855801Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:12:42.856115Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:53.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:53 smithi188 conmon[89266]: cephadm 2023-11-08T01:17:52.160752+0000 mgr.smithi063.cuyera (mgr.14180) 708 : cephadm [INF] Adjusting osd_memory_target on smithi188 to 3492M 2023-11-08T01:17:53.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:53 smithi063 conmon[84397]: cephadm 2023-11-08T01:17:52.160752+0000 mgr.smithi063.cuyera (mgr.14180) 708 : cephadm [INF] Adjusting osd_memory_target on smithi188 to 3492M 2023-11-08T01:17:54.105 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:54.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:54 smithi188 conmon[89266]: audit 2023-11-08T01:17:53.471170+0000 mgr.smithi063.cuyera (mgr.14180) 709 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:54.609 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:54 smithi188 conmon[89266]: cluster 2023-11-08T01:17:53.683066+0000 mgr.smithi063.cuyera (mgr.14180) 710 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:54.610 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:54 smithi188 conmon[89266]: audit 2023-11-08T01:17:54.296698+0000 mon.smithi063 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:54.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:54 smithi063 conmon[84397]: audit 2023-11-08T01:17:53.471170+0000 mgr.smithi063.cuyera ( 2023-11-08T01:17:54.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:54 smithi063 conmon[84397]: mgr.14180) 709 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:54.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:54 smithi063 conmon[84397]: cluster 2023-11-08T01:17:53.683066+0000 mgr.smithi063.cuyera (mgr.14180) 710 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:54.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:54 smithi063 conmon[84397]: audit 2023-11-08T01:17:54.296698+0000 mon.smithi063 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:55.107 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:55.560 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: audit 2023-11-08T01:17:54.359998+0000 mon.smithi063 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:55.560 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: audit 2023-11-08T01:17:54.638373+0000 mon.smithi063 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:55.560 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: audit 2023-11-08T01:17:54.639089+0000 mon.smithi063 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:55.561 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: audit 2023-11-08T01:17:54.639712+0000 mon.smithi063 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:55.561 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: audit 2023-11-08T01:17:54.640305+0000 mon.smithi063 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:55.561 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: cephadm 2023-11-08T01:17:54.640777+0000 mgr.smithi063.cuyera (mgr.14180) 711 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 2724M 2023-11-08T01:17:55.561 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: audit 2023-11-08T01:17:54.644954+0000 mon.smithi063 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:55.561 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: audit 2023-11-08T01:17:54.645879+0000 mon.smithi063 (mon.0) 703 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:17:55.562 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: audit 2023-11-08T01:17:54.646485+0000 mon.smithi063 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:17:55.562 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: cephadm 2023-11-08T01:17:54.649515+0000 mgr.smithi063.cuyera (mgr.14180) 712 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-08T01:17:55.562 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: audit 2023-11-08T01:17:54.808421+0000 mon.smithi063 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:55.562 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:55 smithi063 conmon[84397]: audit 2023-11-08T01:17:54.812846+0000 mon.smithi063 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:17:55.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit 2023-11-08T01:17:54.359998+0000 mon.smithi063 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:55.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit 2023-11-08T01:17:54.638373+0000 mon.smithi063 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:55.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit 2023-11-08T01:17:54.639089+0000 mon.smithi063 (mon.0 2023-11-08T01:17:55.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: ) 699 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:55.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:17:55.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: -08T01:17:54.639712+0000 mon.smithi063 (mon.0) 700 : audit 2023-11-08T01:17:55.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:55.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit 2023-11-08T01:17 2023-11-08T01:17:55.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: :54.640305+0000 mon.smithi063 (mon.0) 701 : 2023-11-08T01:17:55.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:17:55.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: cephadm 2023-11-08T01 2023-11-08T01:17:55.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: :17:54.640777+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:17:55.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: ) 711 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 2724M 2023-11-08T01:17:55.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:17:55.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: 01:17:54.644954+0000 mon.smithi063 (mon. 2023-11-08T01:17:55.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: 0) 702 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:55.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit 2023-11-08 2023-11-08T01:17:55.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: T01:17:54.645879+0000 mon.smithi063 (mon. 2023-11-08T01:17:55.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: 0) 703 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:17:55.863 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:17:55.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: 17:54.646485+0000 mon.smithi063 (mon.0) 2023-11-08T01:17:55.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: 704 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:17:55.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: cephadm 2023-11-08T01 2023-11-08T01:17:55.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: :17:54.649515+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:17:55.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: ) 712 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-08T01:17:55.864 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit 2023-11-08T01:17:54 2023-11-08T01:17:55.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: .808421+0000 mon.smithi063 (mon.0) 705 : audit 2023-11-08T01:17:55.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:17:55.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit 2023-11-08T01:17 2023-11-08T01:17:55.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: :54.812846+0000 mon.smithi063 (mon.0) 706 : 2023-11-08T01:17:55.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:55 smithi188 conmon[89266]: audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:17:56.596 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:56 smithi063 conmon[84397]: cluster 2023-11-08T01:17: 2023-11-08T01:17:56.597 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:56 smithi063 conmon[84397]: 54.809088+0000 mgr.smithi063.cuyera (mgr.14180) 713 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:56.597 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:56 smithi063 conmon[84397]: cephadm 2023-11-08T01:17:54.818941+0000 mgr.smithi063.cuyera (mgr.14180) 714 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi188.eihhno on smithi188 2023-11-08T01:17:56.597 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:56 smithi063 conmon[84397]: cluster 2023-11-08T01:17:55.806722+0000 mon.smithi063 (mon.0) 707 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T01:17:56.597 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:56 smithi063 conmon[84397]: cluster 2023-11-08T01:17:55.806762+0000 mon.smithi063 (mon.0) 708 : cluster [INF] Cluster is now healthy 2023-11-08T01:17:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:56 smithi188 conmon[89266]: cluster 2023-11-08T01:17:54.809088+0000 mgr.smithi063.cuyera (mgr.14180) 713 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:17:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:56 smithi188 conmon[89266]: 2023-11-08T01:17:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:56 smithi188 conmon[89266]: cephadm 2023-11-08T01:17:54.818941+0000 mgr.smithi063.cuyera (mgr.14180) 714 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi188.eihhno on smithi188 2023-11-08T01:17:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:56 smithi188 conmon[89266]: cluster 2023-11-08T01:17:55.806722+0000 mon.smithi063 (mon.0) 707 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T01:17:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:56 smithi188 conmon[89266]: cluster 2023-11-08T01:17:55.806762+0000 mon.smithi063 (mon.0) 708 : cluster [INF] Cluster is now healthy 2023-11-08T01:17:56.970 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:17:56.971 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:17:57.567 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:17:58.569 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:17:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:58 smithi188 conmon[89266]: cluster 2023-11-08T01:17:56.809587+0000 mgr.smithi063.cuyera (mgr.14180) 715 : cluster 2023-11-08T01:17:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:58 smithi188 conmon[89266]: [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 220 B/s rd, 0 op/s 2023-11-08T01:17:58.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:17:58 smithi188 conmon[89266]: audit 2023-11-08T01:17:56.965659+0000 mgr.smithi063.cuyera (mgr.14180) 716 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:17:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:58 smithi063 conmon[84397]: cluster 2023-11-08T01:17:56.809587+0000 mgr.smithi063.cuyera 2023-11-08T01:17:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:58 smithi063 conmon[84397]: (mgr.14180) 715 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 220 B/s rd, 0 op/s 2023-11-08T01:17:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:17:58 smithi063 conmon[84397]: audit 2023-11-08T01:17:56.965659+0000 mgr.smithi063.cuyera (mgr.14180) 716 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:00.430 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:00.431 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:00.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:00 smithi188 conmon[89266]: cluster 2023-11-08T01:17:58.810106+0000 mgr.smithi063.cuyera (mgr.14180) 717 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-11-08T01:18:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:00 smithi063 conmon[84397]: cluster 2023-11-08T01:17:58.810106+0000 mgr.smithi063.cuyera (mgr.14180) 717 2023-11-08T01:18:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:00 smithi063 conmon[84397]: : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-11-08T01:18:01.023 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:01.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:01 smithi188 conmon[89266]: audit 2023-11-08T01:18:00.426258+0000 mgr.smithi063.cuyera (mgr.14180) 718 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:01.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:01 smithi188 conmon[89266]: 2023-11-08T01:18:01.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:01 smithi063 conmon[84397]: audit 2023-11-08T01:18:00.426258+0000 mgr.smithi063.cuyera (mgr.14180) 718 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:02.025 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:02.708 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:02 smithi063 conmon[84397]: cluster 2023-11-08T01:18:00.810646+0000 mgr.smithi063.cuyera (mgr.14180) 719 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-08T01:18:02.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:02 smithi188 conmon[89266]: cluster 2023-11-08T01:18:00.810646+0000 mgr.smithi063.cuyera (mgr.14180) 719 : cluster [DBG] 2023-11-08T01:18:02.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:02 smithi188 conmon[89266]: pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-08T01:18:03.911 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:03.911 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:04.448 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:04 smithi188 conmon[89266]: cluster 2023-11-08T01:18:02.811317+0000 mgr.smithi063.cuyera (mgr.14180) 720 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-08T01:18:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:04 smithi063 conmon[84397]: cluster 2023-11-08T01:18:02.811317+0000 mgr.smithi063.cuyera (mgr.14180) 720 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-08T01:18:05.449 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:05.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:05 smithi188 conmon[89266]: audit 2023-11-08T01:18:03.907105+0000 mgr.smithi063.cuyera (mgr.14180) 721 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:05.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:05 smithi063 conmon[84397]: audit 2023-11-08T01:18:03.907105+0000 mgr.smithi063.cuyera (mgr.14180) 721 : audit [DBG] 2023-11-08T01:18:05.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:05 smithi063 conmon[84397]: from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:06.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:06 smithi063 conmon[84397]: cluster 2023-11-08T01:18:04.811803+0000 mgr.smithi063.cuyera ( 2023-11-08T01:18:06.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:06 smithi063 conmon[84397]: mgr.14180) 722 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-08T01:18:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:06 smithi188 conmon[89266]: cluster 2023-11-08T01:18:04.811803+0000 mgr.smithi063.cuyera (mgr.14180) 722 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-11-08T01:18:07.377 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:07.378 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:07.881 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:08 smithi188 conmon[89266]: cluster 2023-11-08T01:18:06.812285+0000 mgr.smithi063.cuyera (mgr.14180) 723 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-11-08T01:18:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:08 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:18:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:08 smithi188 conmon[89266]: 18:07.372856+0000 mgr.smithi063.cuyera (mgr.14180) 724 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:08 smithi063 conmon[84397]: cluster 2023-11-08T01:18:06.812285+0000 mgr.smithi063.cuyera (mgr.14180) 723 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-11-08T01:18:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:08 smithi063 conmon[84397]: audit 2023-11-08T01:18:07.372856+0000 mgr.smithi063.cuyera (mgr.14180) 724 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:08.882 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:10.405 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:10 smithi063 conmon[84397]: cluster 2023-11-08T01:18:08.812995 2023-11-08T01:18:10.406 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:10 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 725 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-11-08T01:18:10.406 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:10 smithi063 conmon[84397]: audit 2023-11-08T01:18:09.360415+0000 mon.smithi063 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:18:10.729 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:10.729 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:10.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:10 smithi188 conmon[89266]: cluster 2023-11-08T01:18:08.812995+0000 mgr.smithi063.cuyera (mgr.14180) 725 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-11-08T01:18:10.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:10 smithi188 conmon[89266]: audit 2023-11-08T01:18:09.360415+0000 mon.smithi063 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:18:11.281 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:11 smithi063 conmon[84397]: audit 2023-11-08T01:18:10.724310+0000 mgr.smithi063.cuyera 2023-11-08T01:18:11.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:11 smithi063 conmon[84397]: (mgr.14180) 726 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:11.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:11 smithi188 conmon[89266]: audit 2023-11-08T01:18:10.724310+0000 mgr.smithi063.cuyera (mgr.14180) 726 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:11.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:11 smithi188 conmon[89266]: 2023-11-08T01:18:12.282 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:12.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:12 smithi063 conmon[84397]: cluster 2023-11-08T01:18:10.813461+0000 mgr.smithi063.cuyera (mgr.14180) 727 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:12.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:12 smithi188 conmon[89266]: cluster 2023-11-08T01:18:10.813461+0000 mgr.smithi063.cuyera (mgr.14180) 727 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:14.167 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:14.167 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:14.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:14 smithi063 conmon[84397]: cluster 2023-11-08T01:18:12.813984+0000 mgr.smithi063.cuyera ( 2023-11-08T01:18:14.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:14 smithi063 conmon[84397]: mgr.14180) 728 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:14.766 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:14.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:14 smithi188 conmon[89266]: cluster 2023-11-08T01:18:12.813984+0000 mgr.smithi063.cuyera (mgr.14180) 728 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:15.767 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:15.799 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:15 smithi063 conmon[84397]: audit 2023-11-08T01:18:14.162515+0000 mgr.smithi063.cuyera (mgr.14180) 729 2023-11-08T01:18:15.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:15 smithi063 conmon[84397]: : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:15.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:15 smithi188 conmon[89266]: audit 2023-11-08T01:18:14.162515+0000 mgr.smithi063.cuyera (mgr.14180) 729 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:16.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:16 smithi063 conmon[84397]: cluster 2023-11-08T01:18:14.814392+0000 mgr.smithi063.cuyera (mgr.14180) 730 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:16 smithi188 conmon[89266]: cluster 2023-11-08T01:18:14.814392+0000 mgr.smithi063.cuyera (mgr.14180) 730 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:16 smithi188 conmon[89266]: 2023-11-08T01:18:17.697 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:17.697 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:18.255 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:18.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:18 smithi063 conmon[84397]: cluster 2023-11-08T01:18:16.815124+0000 2023-11-08T01:18:18.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:18 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 731 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:18.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:18 smithi063 conmon[84397]: audit 2023-11-08T01:18:17.692665+0000 mgr.smithi063.cuyera (mgr.14180) 732 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:18.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:18 smithi188 conmon[89266]: cluster 2023-11-08T01:18:16.815124+0000 mgr.smithi063.cuyera (mgr.14180) 731 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:18.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:18 smithi188 conmon[89266]: audit 2023-11-08T01:18:17.692665+0000 mgr.smithi063.cuyera (mgr.14180) 732 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:19.256 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:20.791 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:20 smithi063 conmon[84397]: cluster 2023-11-08T01:18:18.815792+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:18:20.792 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:20 smithi063 conmon[84397]: ) 733 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:20 smithi188 conmon[89266]: cluster 2023-11-08T01:18:18.815792+0000 mgr.smithi063.cuyera (mgr.14180) 733 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:21.204 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:21.204 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:21.779 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:22.780 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:22.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:22 smithi063 conmon[84397]: cluster 2023-11-08T01:18:20.816282+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:18:22.813 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:22 smithi063 conmon[84397]: 734 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:22.813 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:22 smithi063 conmon[84397]: audit 2023-11-08T01:18:21.199277+0000 mgr.smithi063.cuyera (mgr.14180) 735 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:22 smithi188 conmon[89266]: cluster 2023-11-08T01:18:20.816282+0000 mgr.smithi063.cuyera (mgr.14180) 734 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:22 smithi188 conmon[89266]: 2023-11-08T01:18:22.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:22 smithi188 conmon[89266]: audit 2023-11-08T01:18:21.199277+0000 mgr.smithi063.cuyera (mgr.14180) 735 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:24.604 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:24.605 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:24.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:24 smithi063 conmon[84397]: cluster 2023-11-08T01:18:22.817076+0000 mgr.smithi063.cuyera (mgr.14180) 736 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:24 smithi188 conmon[89266]: cluster 2023-11-08T01:18:22.817076+0000 mgr.smithi063.cuyera (mgr.14180) 736 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:25.146 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:25.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:25 smithi188 conmon[89266]: audit 2023-11-08T01:18:24.599722+0000 mgr.smithi063.cuyera (mgr.14180) 737 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:25.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:25 smithi188 conmon[89266]: 2023-11-08T01:18:25.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:25 smithi063 conmon[84397]: audit 2023-11-08T01:18:24.599722+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:18:25.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:25 smithi063 conmon[84397]: 14180) 737 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:26.148 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:26.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:26 smithi063 conmon[84397]: cluster 2023-11-08T01:18:24 2023-11-08T01:18:26.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:26 smithi063 conmon[84397]: .817563+0000 mgr.smithi063.cuyera (mgr.14180) 738 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:26 smithi188 conmon[89266]: cluster 2023-11-08T01:18:24.817563+0000 mgr.smithi063.cuyera (mgr.14180) 738 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:27.949 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:27.950 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:28.470 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:28 smithi188 conmon[89266]: cluster 2023-11-08T01:18:26.818057+0000 mgr.smithi063.cuyera (mgr.14180) 739 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:28 smithi063 conmon[84397]: cluster 2023-11-08T01:18:26.818057+0000 mgr.smithi063.cuyera (mgr.14180) 739 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:29.471 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:29.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:29 smithi188 conmon[89266]: audit 2023-11-08T01:18:27.944896+0000 mgr.smithi063.cuyera (mgr.14180) 740 : audit [DBG] 2023-11-08T01:18:29.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:29 smithi188 conmon[89266]: from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:29.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:29 smithi063 conmon[84397]: audit 2023-11-08T01:18:27.944896+0000 mgr.smithi063.cuyera (mgr.14180) 740 : 2023-11-08T01:18:29.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:29 smithi063 conmon[84397]: audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:30.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:30 smithi063 conmon[84397]: cluster 2023-11-08T01:18:28.818798+0000 mgr.smithi063.cuyera (mgr.14180) 741 : 2023-11-08T01:18:30.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:30 smithi063 conmon[84397]: cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:30.865 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:30 smithi188 conmon[89266]: cluster 2023-11-08T01:18:28.818798+0000 mgr.smithi063.cuyera (mgr.14180) 741 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:31.337 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:31.338 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:31.887 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:32 smithi188 conmon[89266]: cluster 2023-11-08T01:18:30.819261+0000 mgr.smithi063.cuyera (mgr.14180) 742 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:32 smithi188 conmon[89266]: audit 2023-11-08T01:18: 2023-11-08T01:18:32.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:32 smithi188 conmon[89266]: 31.332854+0000 mgr.smithi063.cuyera (mgr.14180) 743 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:32 smithi063 conmon[84397]: cluster 2023-11-08T01:18:30.819261+0000 mgr.smithi063.cuyera (mgr.14180) 742 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:32 smithi063 conmon[84397]: audit 2023-11-08T01:18:31.332854+0000 mgr.smithi063.cuyera (mgr.14180) 743 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:32.888 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:34.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:34 smithi063 conmon[84397]: cluster 2023-11-08T01:18:32.820036+0000 mgr.smithi063.cuyera (mgr.14180) 744 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:34.797 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:34.797 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:34 smithi188 conmon[89266]: cluster 2023-11-08T01:18:32.820036+0000 mgr.smithi063.cuyera (mgr.14180) 744 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:35.345 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:36.346 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:36.804 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:36 smithi063 conmon[84397]: audit 2023-11-08T01:18:34.792644+0000 mgr.smithi063.cuyera (mgr.14180) 745 : audit [DBG] 2023-11-08T01:18:36.804 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:36 smithi063 conmon[84397]: from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:36.804 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:36 smithi063 conmon[84397]: cluster 2023-11-08T01:18:34.820476+0000 mgr.smithi063.cuyera (mgr.14180) 746 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:36 smithi188 conmon[89266]: audit 2023-11-08T01:18:34.792644+0000 mgr.smithi063.cuyera (mgr.14180) 745 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:36.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:36 smithi188 conmon[89266]: 2023-11-08T01:18:36.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:36 smithi188 conmon[89266]: cluster 2023-11-08T01:18:34.820476+0000 mgr.smithi063.cuyera (mgr.14180) 746 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:38.161 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:38.162 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:38.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:38 smithi063 conmon[84397]: cluster 2023-11-08T01:18:36.820937+0000 mgr.smithi063.cuyera (mgr.14180) 747 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:38.737 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:38 smithi188 conmon[89266]: cluster 2023-11-08T01:18:36.820937+0000 mgr.smithi063.cuyera (mgr.14180) 747 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:39.738 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:39.771 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:39 smithi063 conmon[84397]: audit 2023-11-08T01:18:38.156968+0000 mgr.smithi063.cuyera (mgr.14180) 748 : audit 2023-11-08T01:18:39.771 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:39 smithi063 conmon[84397]: [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:39.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:39 smithi188 conmon[89266]: audit 2023-11-08T01:18:38.156968+0000 mgr.smithi063.cuyera (mgr.14180) 748 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:40.528 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:40 smithi063 conmon[84397]: cluster 2023-11-08T01:18:38.821458+0000 mgr.smithi063.cuyera (mgr.14180) 749 2023-11-08T01:18:40.528 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:40 smithi063 conmon[84397]: : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:40.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:40 smithi188 conmon[89266]: cluster 2023-11-08T01:18:38.821458+0000 mgr.smithi063.cuyera (mgr.14180) 749 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:40.907 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:40 smithi188 conmon[89266]: 2023-11-08T01:18:41.622 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:41.623 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:42.194 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:42.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:42 smithi188 conmon[89266]: cluster 2023-11-08T01:18:40.821876+0000 mgr.smithi063.cuyera (mgr.14180) 750 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:42.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:42 smithi188 conmon[89266]: 2023-11-08T01:18:42.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:42 smithi188 conmon[89266]: audit 2023-11-08T01:18:41.617807+0000 mgr.smithi063.cuyera (mgr.14180) 751 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:42.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:42 smithi063 conmon[84397]: cluster 2023-11-08T01:18:40.821876+0000 mgr.smithi063.cuyera (mgr.14180) 750 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:42.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:42 smithi063 conmon[84397]: audit 2023-11-08T01:18:41.617807+0000 mgr.smithi063.cuyera (mgr.14180) 751 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:43.196 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:44.714 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:44 smithi063 conmon[84397]: cluster 2023-11-08T01:18:42.822359+0000 mgr.smithi063.cuyera (mgr.14180) 752 2023-11-08T01:18:44.717 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:44 smithi063 conmon[84397]: : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:44 smithi188 conmon[89266]: cluster 2023-11-08T01:18:42.822359+0000 mgr.smithi063.cuyera (mgr.14180) 752 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:45.106 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:45.107 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:45.694 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:46.695 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:46.726 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:46 smithi063 conmon[84397]: cluster 2023-11-08T01:18:44.822808+0000 mgr.smithi063.cuyera (mgr.14180) 753 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:46.727 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:46 smithi063 conmon[84397]: audit 2023-11-08T01:18:45.102505+0000 mgr.smithi063.cuyera (mgr.14180) 754 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:46.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:46 smithi188 conmon[89266]: cluster 2023-11-08T01:18:44.822808+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:18:46.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:46 smithi188 conmon[89266]: 753 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:46.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:46 smithi188 conmon[89266]: audit 2023-11-08T01:18:45.102505+0000 mgr.smithi063.cuyera (mgr.14180) 754 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:48.457 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:48.458 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:48 smithi188 conmon[89266]: cluster 2023-11-08T01:18:46.823430+0000 mgr.smithi063.cuyera (mgr.14180) 755 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:48 smithi063 conmon[84397]: cluster 2023-11-08T01:18:46.823430+0000 mgr.smithi063.cuyera (mgr.14180) 755 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:49.084 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:49.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:49 smithi188 conmon[89266]: audit 2023-11-08T01:18:48.452836+0000 mgr.smithi063.cuyera (mgr.14180) 756 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:49.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:49 smithi188 conmon[89266]: 2023-11-08T01:18:49.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:49 smithi063 conmon[84397]: audit 2023-11-08T01:18:48.452836+0000 mgr.smithi063.cuyera (mgr.14180) 756 2023-11-08T01:18:49.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:49 smithi063 conmon[84397]: : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:50.086 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:50.761 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:50 smithi063 conmon[84397]: cluster 2023-11-08T01:18:48.823923+0000 mgr.smithi063.cuyera (mgr.14180) 757 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:50.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:50 smithi188 conmon[89266]: cluster 2023-11-08T01:18:48.823923+0000 mgr.smithi063.cuyera (mgr.14180) 757 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:50.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:50 smithi188 conmon[89266]: 2023-11-08T01:18:51.940 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:51.940 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:52.518 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:52 smithi188 conmon[89266]: cluster 2023-11-08T01:18:50.824376+0000 mgr.smithi063.cuyera (mgr.14180) 758 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:52.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:52 smithi063 conmon[84397]: cluster 2023-11-08T01:18:50.824376+0000 mgr.smithi063.cuyera (mgr.14180) 758 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:53.518 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:53.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:53 smithi188 conmon[89266]: audit 2023-11-08T01:18:51.935682+0000 mgr.smithi063.cuyera (mgr.14180) 759 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:53.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:53 smithi063 conmon[84397]: audit 2023-11-08T01:18:51.935682+0000 mgr.smithi063.cuyera (mgr.14180) 759 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:54.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:54 smithi063 conmon[84397]: cluster 2023-11-08T01:18:52.825107+0000 mgr.smithi063.cuyera (mgr.14180) 760 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:54 smithi188 conmon[89266]: cluster 2023-11-08T01:18:52.825107+0000 mgr.smithi063.cuyera (mgr.14180) 760 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:55.368 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:55.369 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:55.925 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:56 smithi188 conmon[89266]: cluster 2023-11-08T01:18:54.825589+0000 mgr.smithi063.cuyera (mgr.14180) 761 : cluster [DBG] 2023-11-08T01:18:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:56 smithi188 conmon[89266]: pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:56 smithi188 conmon[89266]: audit 2023-11-08T01:18:55.364248+0000 mgr.smithi063.cuyera (mgr.14180) 762 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:56 smithi063 conmon[84397]: cluster 2023-11-08T01:18:54.825589+0000 mgr.smithi063.cuyera (mgr.14180) 761 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:56 smithi063 conmon[84397]: audit 2023-11-08T01:18:55.364248+0000 mgr.smithi063.cuyera (mgr.14180) 762 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:56.927 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:18:58.723 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:18:58.724 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:18:58.753 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:58 smithi063 conmon[84397]: cluster 2023-11-08T01:18:56.826281 2023-11-08T01:18:58.753 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:58 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 763 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:58 smithi188 conmon[89266]: cluster 2023-11-08T01:18:56.826281+0000 mgr.smithi063.cuyera (mgr.14180) 763 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:18:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:58 smithi188 conmon[89266]: 2023-11-08T01:18:59.291 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:18:59.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:18:59 smithi063 conmon[84397]: audit 2023-11-08T01:18:58.719481+0000 mgr.smithi063.cuyera (mgr.14180) 764 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:18:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:18:59 smithi188 conmon[89266]: audit 2023-11-08T01:18:58.719481+0000 mgr.smithi063.cuyera (mgr.14180) 764 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:00.293 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:00.760 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:00 smithi063 conmon[84397]: cluster 2023-11-08T01:18:58.826807+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:19:00.760 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:00 smithi063 conmon[84397]: 14180) 765 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:00.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:00 smithi188 conmon[89266]: cluster 2023-11-08T01:18:58.826807+0000 mgr.smithi063.cuyera (mgr.14180) 765 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:02.196 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:02.197 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:02.708 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:02.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:02 smithi188 conmon[89266]: cluster 2023-11-08T01:19:00.827447+0000 mgr.smithi063.cuyera (mgr.14180) 766 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:02 smithi063 conmon[84397]: cluster 2023-11-08T01:19:00.827447+0000 2023-11-08T01:19:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:02 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 766 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:03.710 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:03.740 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:03 smithi063 conmon[84397]: audit 2023-11-08T01:19:02.191433+0000 2023-11-08T01:19:03.741 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:03 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 767 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:03.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:03 smithi188 conmon[89266]: audit 2023-11-08T01:19:02.191433+0000 mgr.smithi063.cuyera (mgr.14180) 767 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:04 smithi188 conmon[89266]: cluster 2023-11-08T01:19:02.827936+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:19:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:04 smithi188 conmon[89266]: ) 768 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:04 smithi063 conmon[84397]: cluster 2023-11-08T01:19:02.827936+0000 mgr.smithi063.cuyera (mgr.14180) 768 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:05.512 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:05.513 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:06.100 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:06 smithi188 conmon[89266]: cluster 2023-11-08T01:19:04.828376+0000 mgr.smithi063.cuyera (mgr.14180) 769 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:06.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:06 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:19:06.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:06 smithi188 conmon[89266]: 08T01:19:05.507783+0000 mgr.smithi063.cuyera (mgr.14180) 770 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:06 smithi063 conmon[84397]: cluster 2023-11-08T01:19:04.828376+0000 mgr.smithi063.cuyera (mgr.14180) 769 : cluster 2023-11-08T01:19:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:06 smithi063 conmon[84397]: [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:06 smithi063 conmon[84397]: audit 2023-11-08T01:19:05.507783+0000 mgr.smithi063.cuyera (mgr.14180) 770 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:07.102 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:08.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:08 smithi063 conmon[84397]: cluster 2023-11-08T01:19:06.829186+0000 mgr.smithi063.cuyera (mgr.14180) 771 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:08 smithi188 conmon[89266]: cluster 2023-11-08T01:19:06.829186+0000 mgr.smithi063.cuyera (mgr.14180) 771 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:08.985 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:08.986 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:09.607 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:10.609 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:10.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:10 smithi188 conmon[89266]: cluster 2023-11-08T01:19:08.829733+0000 mgr.smithi063.cuyera (mgr.14180) 772 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:10.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:10 smithi188 conmon[89266]: audit 2023-11-08T01:19:08.980769+0000 mgr.smithi063.cuyera (mgr.14180) 773 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:10.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:10 smithi063 conmon[84397]: cluster 2023-11-08T01:19:08.829733+0000 mgr.smithi063.cuyera (mgr.14180) 772 : cluster 2023-11-08T01:19:10.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:10 smithi063 conmon[84397]: [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:10.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:10 smithi063 conmon[84397]: audit 2023-11-08T01:19:08.980769+0000 mgr.smithi063.cuyera (mgr.14180) 773 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:12.445 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:12.446 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:12.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:12 smithi188 conmon[89266]: cluster 2023-11-08T01:19:10.830375+0000 mgr.smithi063.cuyera (mgr.14180) 774 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:12 smithi063 conmon[84397]: cluster 2023-11-08T01:19:10.830375+0000 mgr.smithi063.cuyera (mgr.14180) 774 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:13.056 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:13.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:13 smithi188 conmon[89266]: audit 2023-11-08T01:19:12.441209+0000 mgr.smithi063.cuyera (mgr.14180) 775 : audit [DBG] 2023-11-08T01:19:13.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:13 smithi188 conmon[89266]: from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:13.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:13 smithi063 conmon[84397]: audit 2023-11-08T01:19:12.441209+0000 2023-11-08T01:19:13.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:13 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 775 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:14.057 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:14.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:14 smithi188 conmon[89266]: cluster 2023-11-08T01:19:12.830884+0000 mgr.smithi063.cuyera (mgr.14180) 776 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:14.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:14 smithi063 conmon[84397]: cluster 2023-11-08T01:19:12.830884+0000 mgr.smithi063.cuyera 2023-11-08T01:19:14.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:14 smithi063 conmon[84397]: (mgr.14180) 776 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:15.998 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:15.998 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:16.640 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:16 smithi188 conmon[89266]: cluster 2023-11-08T01:19:14.831371+0000 mgr.smithi063.cuyera (mgr.14180) 777 2023-11-08T01:19:16.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:16 smithi188 conmon[89266]: : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:16 smithi063 conmon[84397]: cluster 2023-11-08T01:19:14.831371+0000 mgr.smithi063.cuyera (mgr.14180) 777 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:17.642 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:17.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:17 smithi188 conmon[89266]: audit 2023-11-08T01:19:15.992098+0000 mgr.smithi063.cuyera (mgr.14180) 778 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:17.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:17 smithi063 conmon[84397]: audit 2023-11-08T01:19 2023-11-08T01:19:17.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:17 smithi063 conmon[84397]: :15.992098+0000 mgr.smithi063.cuyera (mgr.14180) 778 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:18.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:18 smithi188 conmon[89266]: cluster 2023-11-08T01:19:16.831952+0000 mgr.smithi063.cuyera (mgr.14180) 779 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:18.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:18 smithi063 conmon[84397]: cluster 2023-11-08T01:19:16.831952+0000 mgr.smithi063.cuyera (mgr.14180) 779 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:19.482 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:19.482 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:20.090 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:20 smithi188 conmon[89266]: cluster 2023-11-08T01:19:18.832439+0000 mgr.smithi063.cuyera (mgr.14180) 780 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:20 smithi188 conmon[89266]: audit 2023-11-08T01:19:19.477348+0000 mgr.smithi063.cuyera (mgr.14180) 781 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:20 smithi063 conmon[84397]: cluster 2023-11-08T01:19:18.832439+0000 mgr.smithi063.cuyera (mgr.14180) 780 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:20 smithi063 conmon[84397]: audit 2023-11-08T01:19:19.477348+0000 mgr.smithi063.cuyera (mgr.14180) 781 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:21.091 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:22.683 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:22 smithi063 conmon[84397]: cluster 2023-11-08T01:19:20.833015+0000 mgr.smithi063.cuyera (mgr.14180) 782 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:22 smithi188 conmon[89266]: cluster 2023-11-08T01:19:20.833015+0000 mgr.smithi063.cuyera (mgr.14180) 782 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:23.001 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:23.001 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:23.666 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:24.667 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:24 smithi188 conmon[89266]: cluster 2023-11-08T01:19:22.833447+0000 mgr.smithi063.cuyera (mgr.14180) 783 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:24 smithi188 conmon[89266]: audit 2023-11-08T01:19:22.996855+0000 mgr.smithi063.cuyera (mgr.14180) 784 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:24 smithi063 conmon[84397]: cluster 2023-11-08T01:19:22.833447+0000 mgr.smithi063.cuyera (mgr.14180) 783 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:24 smithi063 conmon[84397]: audit 2023-11-08T01:19:22.996855+0000 mgr.smithi063.cuyera (mgr.14180) 784 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:26.503 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:26.504 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:26 smithi188 conmon[89266]: cluster 2023-11-08T01:19:24.833852+0000 mgr.smithi063.cuyera (mgr.14180) 785 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:26.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:26 smithi063 conmon[84397]: cluster 2023-11-08T01:19:24.833852+0000 mgr.smithi063.cuyera (mgr.14180) 785 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:27.121 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:27.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:27 smithi188 conmon[89266]: audit 2023-11-08T01:19:26.499225+0000 mgr.smithi063.cuyera (mgr.14180) 786 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:27.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:27 smithi063 conmon[84397]: audit 2023-11-08T01:19:26.499225+0000 mgr.smithi063.cuyera (mgr.14180) 786 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:28.122 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:28.805 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:28 smithi063 conmon[84397]: cluster 2023-11-08T01:19:26.834297+0000 mgr.smithi063.cuyera 2023-11-08T01:19:28.806 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:28 smithi063 conmon[84397]: (mgr.14180) 787 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:28.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:28 smithi188 conmon[89266]: cluster 2023-11-08T01:19:26.834297+0000 mgr.smithi063.cuyera (mgr.14180) 787 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:29.965 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:29.966 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:30.613 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:30.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:30 smithi188 conmon[89266]: cluster 2023-11-08T01:19:28.834809+0000 mgr.smithi063.cuyera (mgr.14180) 788 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:30 smithi063 conmon[84397]: cluster 2023-11-08T01:19:28.834809+0000 mgr.smithi063.cuyera ( 2023-11-08T01:19:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:30 smithi063 conmon[84397]: mgr.14180) 788 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:31.615 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:31.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:31 smithi188 conmon[89266]: audit 2023-11-08T01:19:29.961118+0000 mgr.smithi063.cuyera (mgr.14180) 789 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:31.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:31 smithi063 conmon[84397]: audit 2023-11-08T01:19:29.961118+0000 mgr.smithi063.cuyera (mgr.14180) 789 2023-11-08T01:19:31.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:31 smithi063 conmon[84397]: : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:32 smithi188 conmon[89266]: cluster 2023-11-08T01:19:30.835512+0000 mgr.smithi063.cuyera (mgr.14180) 790 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:32 smithi063 conmon[84397]: cluster 2023-11-08T01:19:30.835512+0000 mgr.smithi063.cuyera ( 2023-11-08T01:19:32.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:32 smithi063 conmon[84397]: mgr.14180) 790 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:33.518 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:33.519 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:34.112 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:34 smithi188 conmon[89266]: cluster 2023-11-08T01:19:32.835974+0000 mgr.smithi063.cuyera (mgr.14180) 791 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:34.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:34 smithi188 conmon[89266]: audit 2023-11-08T01:19:33.514190+0000 mgr.smithi063.cuyera (mgr.14180) 792 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:34 smithi063 conmon[84397]: cluster 2023-11-08T01:19:32.835974+0000 mgr.smithi063.cuyera (mgr.14180) 791 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:34.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:34 smithi063 conmon[84397]: audit 2023-11-08T01:19:33.514190+0000 mgr.smithi063.cuyera (mgr.14180) 792 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:35.113 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:36.667 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:36 smithi063 conmon[84397]: cluster 2023-11-08T01:19:34.836665+0000 mgr.smithi063.cuyera (mgr.14180) 793 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:36 smithi188 conmon[89266]: cluster 2023-11-08T01:19:34.836665+0000 mgr.smithi063.cuyera (mgr.14180) 793 : cluster [DBG] 2023-11-08T01:19:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:36 smithi188 conmon[89266]: pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:37.010 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:37.011 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:37.580 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:38.582 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:38 smithi188 conmon[89266]: cluster 2023-11-08T01:19:36.837094+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:19:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:38 smithi188 conmon[89266]: ) 794 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:38.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:38 smithi188 conmon[89266]: audit 2023-11-08T01:19:37.004757+0000 mgr.smithi063.cuyera (mgr.14180) 795 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:38 smithi063 conmon[84397]: cluster 2023-11-08T01:19:36.837094+0000 mgr.smithi063.cuyera (mgr.14180) 794 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:38 smithi063 conmon[84397]: audit 2023-11-08T01:19:37.004757+0000 mgr.smithi063.cuyera (mgr.14180) 795 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:40.482 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:40.482 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:40.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:40 smithi188 conmon[89266]: cluster 2023-11-08T01:19:38.837592+0000 mgr.smithi063.cuyera (mgr.14180) 796 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:40.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:40 smithi063 conmon[84397]: cluster 2023-11-08T01 2023-11-08T01:19:40.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:40 smithi063 conmon[84397]: :19:38.837592+0000 mgr.smithi063.cuyera (mgr.14180) 796 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:41.012 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:41.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:41 smithi188 conmon[89266]: audit 2023-11-08T01:19:40.477325+0000 mgr.smithi063.cuyera (mgr.14180) 797 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:41.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:41 smithi063 conmon[84397]: audit 2023-11-08T01:19:40.477325+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:19:41.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:41 smithi063 conmon[84397]: 14180) 797 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:42.013 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:42.853 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:42 smithi063 conmon[84397]: cluster 2023-11-08T01:19:40.838055+0000 mgr.smithi063.cuyera (mgr.14180) 798 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:43.154 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:42 smithi188 conmon[89266]: cluster 2023-11-08T01:19:40.838055+0000 mgr.smithi063.cuyera (mgr.14180) 798 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:43.870 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:43.870 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:44.436 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:44 smithi188 conmon[89266]: cluster 2023-11-08T01:19:42.838728+0000 mgr.smithi063.cuyera (mgr.14180) 799 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:44 smithi063 conmon[84397]: cluster 2023-11-08T01:19:42.838728+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:19:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:44 smithi063 conmon[84397]: .14180) 799 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:45.437 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:45.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:45 smithi188 conmon[89266]: audit 2023-11-08T01:19:43.865251+0000 mgr.smithi063.cuyera (mgr.14180) 800 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:45.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:45 smithi063 conmon[84397]: audit 2023-11-08T01:19:43.865251+0000 mgr.smithi063.cuyera (mgr.14180) 800 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:46.853 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:46 smithi063 conmon[84397]: cluster 2023-11-08T01:19:44.839400+0000 mgr.smithi063.cuyera (mgr.14180) 801 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:46 smithi188 conmon[89266]: cluster 2023-11-08T01:19:44.839400+0000 mgr.smithi063.cuyera (mgr.14180) 801 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:47.217 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:47.217 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:47.847 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:48.848 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:48 smithi188 conmon[89266]: cluster 2023-11-08T01:19:46.839854+0000 mgr.smithi063.cuyera (mgr.14180) 802 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:48 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:19:48.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:48 smithi188 conmon[89266]: :19:47.213128+0000 mgr.smithi063.cuyera (mgr.14180) 803 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:48 smithi063 conmon[84397]: cluster 2023-11-08T01:19:46.839854+0000 mgr.smithi063.cuyera (mgr.14180) 802 : cluster 2023-11-08T01:19:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:48 smithi063 conmon[84397]: [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:48 smithi063 conmon[84397]: audit 2023-11-08T01:19:47.213128+0000 mgr.smithi063.cuyera (mgr.14180) 803 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:50.734 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:50.734 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:50.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:50 smithi188 conmon[89266]: cluster 2023-11-08T01:19:48.840398+0000 mgr.smithi063.cuyera (mgr.14180) 804 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:50 smithi063 conmon[84397]: cluster 2023-11-08T01:19:48.840398+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:19:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:50 smithi063 conmon[84397]: .14180) 804 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:51.385 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:51.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:51 smithi188 conmon[89266]: audit 2023-11-08T01:19:50.729515+0000 mgr.smithi063.cuyera (mgr.14180) 805 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:51.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:51 smithi063 conmon[84397]: audit 2023-11-08T01:19:50.729515+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:19:51.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:51 smithi063 conmon[84397]: ) 805 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:52.386 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:52.845 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:52 smithi063 conmon[84397]: cluster 2023-11-08T01:19:50.840890+0000 mgr.smithi063.cuyera (mgr.14180) 806 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:52 smithi188 conmon[89266]: cluster 2023-11-08T01:19:50.840890+0000 mgr.smithi063.cuyera (mgr.14180) 806 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:54.268 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:54.268 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:54 smithi188 conmon[89266]: cluster 2023-11-08T01:19:52.841338+0000 mgr.smithi063.cuyera (mgr.14180) 807 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:54 smithi188 conmon[89266]: 2023-11-08T01:19:54.860 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:54 smithi063 conmon[84397]: cluster 2023-11-08T01:19:52.841338+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:19:54.860 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:54 smithi063 conmon[84397]: 14180) 807 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:54.861 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:55.863 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:19:55.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:55 smithi063 conmon[84397]: audit 2023-11-08T01:19:54.263324+0000 mgr.smithi063.cuyera (mgr.14180) 808 : audit 2023-11-08T01:19:55.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:55 smithi063 conmon[84397]: [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:56.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:55 smithi188 conmon[89266]: audit 2023-11-08T01:19:54.263324+0000 mgr.smithi063.cuyera (mgr.14180) 808 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:56.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:56 smithi063 conmon[84397]: cluster 2023-11-08T01:19:54.841810 2023-11-08T01:19:56.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:56 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 809 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:57.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:56 smithi188 conmon[89266]: cluster 2023-11-08T01:19:54.841810+0000 mgr.smithi063.cuyera (mgr.14180) 809 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:57.607 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:19:57.607 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:19:58.234 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:19:59.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:58 smithi188 conmon[89266]: cluster 2023-11-08T01:19:56.842241+0000 mgr.smithi063.cuyera (mgr.14180) 810 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:59.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:19:58 smithi188 conmon[89266]: audit 2023-11-08T01:19:57.602474+0000 mgr.smithi063.cuyera (mgr.14180) 811 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:59.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:58 smithi063 conmon[84397]: cluster 2023-11-08T01:19:56.842241+0000 mgr.smithi063.cuyera (mgr.14180) 810 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:19:59.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:19:58 smithi063 conmon[84397]: audit 2023-11-08T01:19:57.602474+0000 mgr.smithi063.cuyera (mgr.14180) 811 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:19:59.235 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:00.746 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:00 smithi063 conmon[84397]: cluster 2023-11-08T01:19:58.842763+0000 mgr.smithi063.cuyera 2023-11-08T01:20:00.746 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:00 smithi063 conmon[84397]: (mgr.14180) 812 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:00.746 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:00 smithi063 conmon[84397]: cluster 2023-11-08T01:20:00.000094+0000 mon.smithi063 (mon.0) 710 : cluster [INF] overall HEALTH_OK 2023-11-08T01:20:01.084 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:01.084 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:01.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:00 smithi188 conmon[89266]: cluster 2023-11-08T01:19:58.842763+0000 mgr.smithi063.cuyera (mgr.14180) 812 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:01.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:00 smithi188 conmon[89266]: cluster 2023-11-08T01:20:00.000094+0000 mon.smithi063 (mon.0) 710 : cluster [INF] overall HEALTH_OK 2023-11-08T01:20:01.667 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:02.668 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:03.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:02 smithi188 conmon[89266]: cluster 2023-11-08T01:20:00.843264+0000 mgr.smithi063.cuyera (mgr.14180) 813 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:03.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:02 smithi188 conmon[89266]: audit 2023-11-08T01:20:01.079340+0000 mgr.smithi063.cuyera (mgr.14180) 814 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:03.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:02 smithi063 conmon[84397]: cluster 2023-11-08T01:20:00.843264+0000 mgr.smithi063.cuyera (mgr.14180) 813 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:03.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:02 smithi063 conmon[84397]: audit 2023-11-08T01:20:01.079340+0000 mgr.smithi063.cuyera (mgr.14180) 814 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:04.481 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:04.482 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:04.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:04 smithi063 conmon[84397]: cluster 2023-11-08T01:20:02.843786+0000 mgr.smithi063.cuyera (mgr.14180) 815 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:05.057 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:05.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:04 smithi188 conmon[89266]: cluster 2023-11-08T01:20:02.843786+0000 mgr.smithi063.cuyera (mgr.14180) 815 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:06.058 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:06.089 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:05 smithi063 conmon[84397]: audit 2023-11-08T01:20:04.476398+0000 mgr.smithi063.cuyera (mgr.14180) 816 2023-11-08T01:20:06.090 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:05 smithi063 conmon[84397]: : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:06.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:05 smithi188 conmon[89266]: audit 2023-11-08T01:20:04.476398+0000 mgr.smithi063.cuyera (mgr.14180) 816 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:06 smithi063 conmon[84397]: cluster 2023-11-08T01:20:04.844424+0000 mgr.smithi063.cuyera (mgr.14180) 817 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:07.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:06 smithi188 conmon[89266]: cluster 2023-11-08T01:20:04.844424+0000 mgr.smithi063.cuyera (mgr.14180) 817 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:07.926 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:07.927 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:08.467 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:08 smithi063 conmon[84397]: cluster 2023-11-08T01:20:06.844887 2023-11-08T01:20:08.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:08 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 818 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:09.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:08 smithi188 conmon[89266]: cluster 2023-11-08T01:20:06.844887+0000 mgr.smithi063.cuyera (mgr.14180) 818 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:09.468 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:09.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:09 smithi063 conmon[84397]: audit 2023-11-08T01:20:07.922007+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:20:09.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:09 smithi063 conmon[84397]: .14180) 819 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:10.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:09 smithi188 conmon[89266]: audit 2023-11-08T01:20:07.922007+0000 mgr.smithi063.cuyera (mgr.14180) 819 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:10.927 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:10 smithi063 conmon[84397]: cluster 2023-11-08T01:20:08.845605+0000 mgr.smithi063.cuyera (mgr.14180) 820 2023-11-08T01:20:10.927 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:10 smithi063 conmon[84397]: : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:11.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:10 smithi188 conmon[89266]: cluster 2023-11-08T01:20:08.845605+0000 mgr.smithi063.cuyera (mgr.14180) 820 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:11.321 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:11.322 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:11.949 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:12.951 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:12.983 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:12 smithi063 conmon[84397]: cluster 2023-11-08T01:20:10.846327+0000 mgr.smithi063.cuyera (mgr.14180) 821 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:12.983 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:12 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:20:12.984 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:12 smithi063 conmon[84397]: 08T01:20:11.317149+0000 mgr.smithi063.cuyera (mgr.14180) 822 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:13.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:12 smithi188 conmon[89266]: cluster 2023-11-08T01:20:10.846327+0000 mgr.smithi063.cuyera (mgr.14180) 821 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:13.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:12 smithi188 conmon[89266]: audit 2023-11-08T01:20:11.317149+0000 mgr.smithi063.cuyera (mgr.14180) 822 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:14.837 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:14.838 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:15.016 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:14 smithi063 conmon[84397]: cluster 2023-11-08T01:20:12.846989+0000 mgr.smithi063.cuyera (mgr.14180) 823 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:15.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:14 smithi188 conmon[89266]: cluster 2023-11-08T01:20:12.846989+0000 mgr.smithi063.cuyera (mgr.14180) 823 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:15.416 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:16.417 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:16 smithi063 conmon[84397]: audit 2023-11-08T01:20:14.833208+0000 mgr.smithi063.cuyera (mgr.14180) 824 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:16 smithi063 conmon[84397]: cluster 2023-11-08T01:20:14.847441+0000 mgr.smithi063.cuyera (mgr.14180) 825 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:17.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:16 smithi188 conmon[89266]: audit 2023-11-08T01:20:14.833208+0000 mgr.smithi063.cuyera (mgr.14180) 824 2023-11-08T01:20:17.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:16 smithi188 conmon[89266]: : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:17.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:16 smithi188 conmon[89266]: cluster 2023-11-08T01:20:14.847441+0000 mgr.smithi063.cuyera (mgr.14180) 825 : cluster 2023-11-08T01:20:17.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:16 smithi188 conmon[89266]: [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:18.273 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:18.274 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:18.849 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:19.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:18 smithi188 conmon[89266]: cluster 2023-11-08T01:20:16.847887+0000 mgr.smithi063.cuyera (mgr.14180) 826 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:19.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:18 smithi063 conmon[84397]: cluster 2023-11-08T01:20:16.847887+0000 mgr.smithi063.cuyera (mgr.14180) 826 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:19.851 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:20.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:19 smithi188 conmon[89266]: audit 2023-11-08T01:20:18.269090+0000 mgr.smithi063.cuyera (mgr.14180) 827 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:20.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:19 smithi063 conmon[84397]: audit 2023-11-08T01:20:18.269090+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:20:20.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:19 smithi063 conmon[84397]: 827 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:20 smithi063 conmon[84397]: cluster 2023-11-08T01:20:18.848514 2023-11-08T01:20:20.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:20 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 828 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:21.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:20 smithi188 conmon[89266]: cluster 2023-11-08T01:20:18.848514+0000 mgr.smithi063.cuyera (mgr.14180) 828 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:21.732 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:21.733 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:22.323 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:23.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:22 smithi188 conmon[89266]: cluster 2023-11-08T01:20:20.849177+0000 mgr.smithi063.cuyera (mgr.14180) 829 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:23.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:22 smithi188 conmon[89266]: audit 2023-11-08T01:20:21.728365+0000 mgr.smithi063.cuyera (mgr.14180) 830 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:23.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:22 smithi063 conmon[84397]: cluster 2023-11-08T01:20:20.849177+0000 mgr.smithi063.cuyera (mgr.14180) 829 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:23.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:22 smithi063 conmon[84397]: audit 2023-11-08T01:20:21.728365+0000 mgr.smithi063.cuyera (mgr.14180) 830 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:23.325 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:24.857 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:24 smithi063 conmon[84397]: cluster 2023-11-08T01:20:22.849897+0000 mgr.smithi063.cuyera (mgr.14180) 831 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:25.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:24 smithi188 conmon[89266]: cluster 2023-11-08T01:20:22.849897+0000 mgr.smithi063.cuyera (mgr.14180) 831 : cluster [DBG] 2023-11-08T01:20:25.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:24 smithi188 conmon[89266]: pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:25.191 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:25.191 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:12:37.456786Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.noywwk on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:25.891 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:26.893 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:27.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:26 smithi188 conmon[89266]: cluster 2023-11-08T01:20:24.850373+0000 2023-11-08T01:20:27.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:26 smithi188 conmon[89266]: mgr.smithi063.cuyera (mgr.14180) 832 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:27.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:26 smithi188 conmon[89266]: audit 2023-11-08T01:20:25.186967+0000 mgr.smithi063.cuyera (mgr.14180) 833 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:27.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:26 smithi063 conmon[84397]: cluster 2023-11-08T01:20:24.850373+0000 mgr.smithi063.cuyera (mgr.14180) 832 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:27.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:26 smithi063 conmon[84397]: audit 2023-11-08T01:20:25.186967+0000 mgr.smithi063.cuyera (mgr.14180) 833 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:28.797 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:28.797 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:28.955 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:28 smithi063 conmon[84397]: cluster 2023-11-08T01:20:26.851184+0000 mgr.smithi063.cuyera (mgr.14180) 834 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:28.956 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:28 smithi063 conmon[84397]: audit 2023-11-08T01:20:27.983269+0000 mon.smithi063 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi188.eihhno"}]: dispatch 2023-11-08T01:20:29.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:28 smithi188 conmon[89266]: cluster 2023-11-08T01:20:26.851184+0000 mgr.smithi063.cuyera (mgr.14180) 834 : cluster [DBG] 2023-11-08T01:20:29.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:28 smithi188 conmon[89266]: pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:29.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:28 smithi188 conmon[89266]: audit 2023-11-08T01:20:27.983269+0000 mon.smithi063 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi188.eihhno"}]: dispatch 2023-11-08T01:20:29.383 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:30.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: cephadm 2023-11-08T01:20:27.982736+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:20:30.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: ) 835 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.eihhno ... 2023-11-08T01:20:30.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:20:30.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:18:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:19:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:19:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:20:30.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:20:30.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: Traceback (most recent call last): 2023-11-08T01:20:30.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:20:30.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: yield (conn, connr) 2023-11-08T01:20:30.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:20:30.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: code, '\n'.join(err))) 2023-11-08T01:20:30.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.eihhno ... 2023-11-08T01:20:30.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:20:30.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:18:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:19:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:19:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:20:30.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increa 2023-11-08T01:20:30.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: se-rate-limit 2023-11-08T01:20:30.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: cephadm 2023-11-08T01:20:27.982979+0000 mgr.smithi063.cuyera (mgr.14180) 836 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: cephadm 2023-11-08T01:20:27.984029+0000 mgr.smithi063.cuyera (mgr.14180) 837 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.eihhno ... 2023-11-08T01:20:30.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:20:30.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:18:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:19:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:19:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:20:30.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:20:30.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:29 smithi188 conmon[89266]: cephadm 2023-11-08T01:20:27.986511+0000 mgr.smithi063.cuyera (mgr.14180) 838 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi063.lalcad on smithi063 2023-11-08T01:20:30.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: cephadm 2023-11-08T01:20:27.982736+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:20:30.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: ) 835 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.eihhno ... 2023-11-08T01:20:30.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:20:30.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:18:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:19:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:19:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:20:30.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:20:30.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: Traceback (most recent call last): 2023-11-08T01:20:30.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:20:30.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: yield (conn, connr) 2023-11-08T01:20:30.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:20:30.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: code, '\n'.join(err))) 2023-11-08T01:20:30.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.eihhno ... 2023-11-08T01:20:30.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:20:30.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:18:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:19:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:19:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:20:30.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increa 2023-11-08T01:20:30.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: se-rate-limit 2023-11-08T01:20:30.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: cephadm 2023-11-08T01:20:27.982979+0000 mgr.smithi063.cuyera (mgr.14180) 836 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: cephadm 2023-11-08T01:20:27.984029+0000 mgr.smithi063.cuyera (mgr.14180) 837 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno 2023-11-08T01:20:30.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno 2023-11-08T01:20:30.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.eihhno ... 2023-11-08T01:20:30.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:20:30.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:18:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:19:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:19:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:20:30.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:20:30.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:20:30.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:20:30.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:29 smithi063 conmon[84397]: cephadm 2023-11-08T01:20:27.986511+0000 mgr.smithi063.cuyera (mgr.14180) 838 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi063.lalcad on smithi063 2023-11-08T01:20:30.384 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:31.037 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:30 smithi063 conmon[84397]: audit 2023-11-08T01:20: 2023-11-08T01:20:31.038 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:30 smithi063 conmon[84397]: 28.792502+0000 mgr.smithi063.cuyera (mgr.14180) 839 : audit [DBG] from='client.25013 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:31.038 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:30 smithi063 conmon[84397]: cluster 2023-11-08T01:20:28.851803+0000 mgr.smithi063.cuyera (mgr.14180) 840 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:31.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:30 smithi188 conmon[89266]: audit 2023-11-08T01:20:28.792502+0000 mgr.smithi063.cuyera (mgr.14180) 839 : audit [DBG] from='client.25013 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:31.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:30 smithi188 conmon[89266]: cluster 2023-11-08T01:20:31.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:30 smithi188 conmon[89266]: 2023-11-08T01:20:28.851803+0000 mgr.smithi063.cuyera (mgr.14180) 840 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:32.228 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:32.228 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:32.855 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:33.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:32 smithi188 conmon[89266]: cluster 2023-11-08T01:20:30.852315+0000 mgr.smithi063.cuyera (mgr.14180) 841 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:33.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:32 smithi063 conmon[84397]: cluster 2023-11-08T01:20:30.852315+0000 mgr.smithi063.cuyera (mgr.14180) 841 : cluster [DBG] 2023-11-08T01:20:33.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:32 smithi063 conmon[84397]: pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:33.856 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:34.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:33 smithi188 conmon[89266]: audit 2023-11-08T01:20:32.223496+0000 mgr.smithi063.cuyera (mgr.14180) 842 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:34.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:33 smithi063 conmon[84397]: audit 2023-11-08T01:20:32.223496+0000 mgr.smithi063.cuyera (mgr.14180) 842 : audit [DBG] 2023-11-08T01:20:34.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:33 smithi063 conmon[84397]: from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:35.094 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:34 smithi063 conmon[84397]: cluster 2023-11-08T01:20:32.852795+0000 mgr.smithi063.cuyera 2023-11-08T01:20:35.094 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:34 smithi063 conmon[84397]: (mgr.14180) 843 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:35.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:34 smithi188 conmon[89266]: cluster 2023-11-08T01:20:32.852795+0000 mgr.smithi063.cuyera (mgr.14180) 843 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:35.690 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:35.690 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:36.287 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:37.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:36 smithi188 conmon[89266]: cluster 2023-11-08T01:20:34.853258+0000 mgr.smithi063.cuyera (mgr.14180) 844 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:37.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:36 smithi188 conmon[89266]: audit 2023-11-08T01:20:35.685090+0000 mgr.smithi063.cuyera (mgr.14180) 845 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:37.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:36 smithi063 conmon[84397]: cluster 2023-11-08T01:20:34.853258+0000 mgr.smithi063.cuyera (mgr.14180) 844 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:37.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:36 smithi063 conmon[84397]: audit 2023-11-08T01:20:35.685090+0000 mgr.smithi063.cuyera (mgr.14180) 845 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:37.288 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:38.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:38 smithi063 conmon[84397]: cluster 2023-11-08T01:20:36.854050+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:20:38.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:38 smithi063 conmon[84397]: 14180) 846 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:39.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:38 smithi188 conmon[89266]: cluster 2023-11-08T01:20:36.854050+0000 mgr.smithi063.cuyera (mgr.14180) 846 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:39.124 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:39.124 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:39.747 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:40.748 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:41.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:40 smithi188 conmon[89266]: cluster 2023-11-08T01:20:38.854572+0000 mgr.smithi063.cuyera (mgr.14180) 847 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:41.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:40 smithi188 conmon[89266]: audit 2023-11-08T01:20:39.119637+0000 mgr.smithi063.cuyera (mgr.14180) 848 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:41.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:40 smithi063 conmon[84397]: cluster 2023-11-08T01:20:38.854572+0000 mgr.smithi063.cuyera (mgr.14180) 847 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:41.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:40 smithi063 conmon[84397]: audit 2023-11-08T01:20:41.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:40 smithi063 conmon[84397]: 2023-11-08T01:20:39.119637+0000 mgr.smithi063.cuyera (mgr.14180) 848 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:42.577 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:42.577 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:42.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:42 smithi063 conmon[84397]: cluster 2023-11-08T01:20:40.855080+0000 mgr.smithi063.cuyera (mgr.14180) 849 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:43.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:42 smithi188 conmon[89266]: cluster 2023-11-08T01:20:40.855080+0000 mgr.smithi063.cuyera (mgr.14180) 849 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:43.195 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:44.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:43 smithi188 conmon[89266]: audit 2023-11-08T01:20:42.572482+0000 mgr.smithi063.cuyera (mgr.14180) 850 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:44.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:43 smithi063 conmon[84397]: audit 2023-11-08T01:20:42.572482+0000 mgr.smithi063.cuyera (mgr.14180) 850 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:44.196 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:45.013 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:44 smithi063 conmon[84397]: cluster 2023-11-08T01:20:42.855559+0000 mgr.smithi063.cuyera 2023-11-08T01:20:45.013 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:44 smithi063 conmon[84397]: (mgr.14180) 851 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:45.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:44 smithi188 conmon[89266]: cluster 2023-11-08T01:20:42.855559+0000 mgr.smithi063.cuyera (mgr.14180) 851 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:46.042 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:46.042 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:46.562 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:46 smithi063 conmon[84397]: cluster 2023-11-08T01:20:44.855952+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:20:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:46 smithi063 conmon[84397]: 14180) 852 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:47.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:46 smithi188 conmon[89266]: cluster 2023-11-08T01:20:44.855952+0000 mgr.smithi063.cuyera (mgr.14180) 852 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:47.563 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:47.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:47 smithi063 conmon[84397]: audit 2023-11-08T01:20:46.036987+0000 mgr.smithi063.cuyera (mgr.14180) 853 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:48.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:47 smithi188 conmon[89266]: audit 2023-11-08T01:20:46.036987+0000 mgr.smithi063.cuyera (mgr.14180) 853 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:49.038 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:48 smithi063 conmon[84397]: cluster 2023-11-08T01:20:46.856409+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:20:49.039 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:48 smithi063 conmon[84397]: 854 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:48 smithi188 conmon[89266]: cluster 2023-11-08T01:20:46.856409+0000 mgr.smithi063.cuyera (mgr.14180) 854 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:49.440 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:49.440 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:49.979 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:50.980 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:51.012 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:50 smithi063 conmon[84397]: cluster 2023-11-08T01:20:48.857002+0000 mgr.smithi063.cuyera 2023-11-08T01:20:51.012 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:50 smithi063 conmon[84397]: (mgr.14180) 855 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:51.012 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:50 smithi063 conmon[84397]: audit 2023-11-08T01:20:49.434930+0000 mgr.smithi063.cuyera (mgr.14180) 856 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:51.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:50 smithi188 conmon[89266]: cluster 2023-11-08T01:20:48.857002+0000 mgr.smithi063.cuyera (mgr.14180) 855 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:51.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:50 smithi188 conmon[89266]: audit 2023-11 2023-11-08T01:20:51.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:50 smithi188 conmon[89266]: -08T01:20:49.434930+0000 mgr.smithi063.cuyera (mgr.14180) 856 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:52.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:52 smithi063 conmon[84397]: cluster 2023-11-08T01:20:50.857765 2023-11-08T01:20:52.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:52 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 857 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:52.900 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:52.900 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:53.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:52 smithi188 conmon[89266]: cluster 2023-11-08T01:20:50.857765+0000 mgr.smithi063.cuyera (mgr.14180) 857 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:53.521 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:54.522 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:54.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:54 smithi063 conmon[84397]: cluster 2023-11-08T01:20:52. 2023-11-08T01:20:54.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:54 smithi063 conmon[84397]: 858223+0000 mgr.smithi063.cuyera (mgr.14180) 858 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:54.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:54 smithi063 conmon[84397]: audit 2023-11-08T01:20:52.895346+0000 mgr.smithi063.cuyera (mgr.14180) 859 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:55.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:54 smithi188 conmon[89266]: cluster 2023-11-08T01:20:52.858223+0000 mgr.smithi063.cuyera (mgr.14180) 858 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:55.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:54 smithi188 conmon[89266]: audit 2023 2023-11-08T01:20:55.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:54 smithi188 conmon[89266]: -11-08T01:20:52.895346+0000 mgr.smithi063.cuyera (mgr.14180) 859 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:56.416 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:56.416 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:20:56.985 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:20:57.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:56 smithi188 conmon[89266]: cluster 2023-11-08T01:20:54.858816+0000 mgr.smithi063.cuyera (mgr.14180) 860 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:57.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:56 smithi063 conmon[84397]: cluster 2023-11-08T01:20:54.858816+0000 mgr.smithi063.cuyera ( 2023-11-08T01:20:57.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:56 smithi063 conmon[84397]: mgr.14180) 860 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:57.987 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:20:58.018 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:57 smithi063 conmon[84397]: audit 2023-11-08T01:20:56.411598+0000 mgr.smithi063.cuyera (mgr.14180) 861 2023-11-08T01:20:58.019 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:57 smithi063 conmon[84397]: : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:58.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:57 smithi188 conmon[89266]: audit 2023-11-08T01:20:56.411598+0000 mgr.smithi063.cuyera (mgr.14180) 861 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:20:59.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:20:58 smithi188 conmon[89266]: cluster 2023-11-08T01:20:56.859245+0000 mgr.smithi063.cuyera (mgr.14180) 862 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:59.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:20:58 smithi063 conmon[84397]: cluster 2023-11-08T01:20:56.859245+0000 mgr.smithi063.cuyera (mgr.14180) 862 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:20:59.844 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:20:59.845 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:00.452 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:01.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:00 smithi188 conmon[89266]: cluster 2023-11-08T01:20:58.859719+0000 mgr.smithi063.cuyera (mgr.14180) 863 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:01.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:00 smithi063 conmon[84397]: cluster 2023-11-08T01:20:58.859719+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:21:01.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:00 smithi063 conmon[84397]: .14180) 863 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:01.453 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:02.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:01 smithi188 conmon[89266]: audit 2023-11-08T01:20:59.839903+0000 mgr.smithi063.cuyera (mgr.14180) 864 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:02.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:01 smithi063 conmon[84397]: audit 2023-11-08T01:20:59.839903+0000 2023-11-08T01:21:02.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:01 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 864 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:03.003 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:02 smithi063 conmon[84397]: cluster 2023-11-08T01:21:00.860374+0000 mgr.smithi063.cuyera (mgr.14180) 865 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:03.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:02 smithi188 conmon[89266]: cluster 2023-11-08T01:21:00.860374+0000 mgr.smithi063.cuyera (mgr.14180) 865 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:03.344 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:03.344 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:03.967 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:04.968 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:05.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:04 smithi188 conmon[89266]: cluster 2023-11-08T01:21:02.861078+0000 mgr.smithi063.cuyera (mgr.14180) 866 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:05.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:04 smithi188 conmon[89266]: 2023-11-08T01:21:05.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:04 smithi188 conmon[89266]: audit 2023-11-08T01:21:03.339709+0000 mgr.smithi063.cuyera (mgr.14180) 867 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:05.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:04 smithi063 conmon[84397]: cluster 2023-11-08T01:21:02.861078+0000 mgr.smithi063.cuyera (mgr.14180) 866 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:05.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:04 smithi063 conmon[84397]: audit 2023-11-08T01:21:03.339709+0000 mgr.smithi063.cuyera (mgr.14180) 867 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:06.816 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:06.816 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:07.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:06 smithi188 conmon[89266]: cluster 2023-11-08T01:21:04.861640+0000 mgr.smithi063.cuyera (mgr.14180) 868 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:07.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:06 smithi063 conmon[84397]: cluster 2023-11-08T01:21:04.861640+0000 mgr.smithi063.cuyera (mgr.14180) 868 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:07.326 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:08.327 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:09.044 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:08 smithi063 conmon[84397]: audit 2023-11-08T01:21:06.811874+0000 2023-11-08T01:21:09.044 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:08 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 869 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:09.045 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:08 smithi063 conmon[84397]: cluster 2023-11-08T01:21:06.862098+0000 mgr.smithi063.cuyera (mgr.14180) 870 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:09.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:08 smithi188 conmon[89266]: audit 2023-11-08T01:21:06.811874+0000 mgr.smithi063.cuyera (mgr.14180) 869 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:09.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:08 smithi188 conmon[89266]: cluster 2023-11-08T01:21:06.862098+0000 mgr.smithi063.cuyera (mgr.14180) 870 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:10.234 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:10.235 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:10.811 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:11.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:10 smithi188 conmon[89266]: cluster 2023-11-08T01:21:08.862559+0000 mgr.smithi063.cuyera (mgr.14180) 871 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:11.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:10 smithi063 conmon[84397]: cluster 2023-11-08T01:21:08.862559+0000 mgr.smithi063.cuyera ( 2023-11-08T01:21:11.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:10 smithi063 conmon[84397]: mgr.14180) 871 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:11.812 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:12.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:11 smithi188 conmon[89266]: audit 2023-11-08T01:21:10.230446+0000 mgr.smithi063.cuyera (mgr.14180) 872 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:12.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:11 smithi063 conmon[84397]: audit 2023-11-08T01:21:10.230446+0000 mgr.smithi063.cuyera ( 2023-11-08T01:21:12.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:11 smithi063 conmon[84397]: mgr.14180) 872 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:12 smithi063 conmon[84397]: cluster 2023-11-08T01:21:10.863109+0000 mgr.smithi063.cuyera (mgr.14180) 873 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:13.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:12 smithi188 conmon[89266]: cluster 2023-11-08T01:21:10.863109+0000 mgr.smithi063.cuyera (mgr.14180) 873 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:13.619 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:13.620 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:14.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:13 smithi188 conmon[89266]: cluster 2023-11-08T01:21:12.863610+0000 mgr.smithi063.cuyera (mgr.14180) 874 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:14.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:13 smithi188 conmon[89266]: audit 2023-11-08T01:21:13.615194+0000 mgr.smithi063.cuyera (mgr.14180) 875 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:14.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:13 smithi063 conmon[84397]: cluster 2023-11-08T01: 2023-11-08T01:21:14.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:13 smithi063 conmon[84397]: 21:12.863610+0000 mgr.smithi063.cuyera (mgr.14180) 874 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:14.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:13 smithi063 conmon[84397]: audit 2023-11-08T01:21:13.615194+0000 mgr.smithi063.cuyera (mgr.14180) 875 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:14.185 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:15.186 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:16.689 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:16 smithi063 conmon[84397]: cluster 2023-11-08T01:21:14.864385+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:21:16.689 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:16 smithi063 conmon[84397]: ) 876 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:16 smithi188 conmon[89266]: cluster 2023-11-08T01:21:14.864385+0000 mgr.smithi063.cuyera (mgr.14180) 876 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:17.018 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:17.019 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:17.584 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:18.585 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:18.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:18 smithi188 conmon[89266]: cluster 2023-11-08T01:21:16.864893+0000 mgr.smithi063.cuyera (mgr.14180) 877 : cluster 2023-11-08T01:21:18.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:18 smithi188 conmon[89266]: [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:18.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:18 smithi188 conmon[89266]: audit 2023-11-08T01:21:17.014003+0000 mgr.smithi063.cuyera (mgr.14180) 878 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:18.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:18 smithi063 conmon[84397]: cluster 2023-11-08T01:21:16.864893+0000 mgr.smithi063.cuyera (mgr.14180) 877 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:18.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:18 smithi063 conmon[84397]: audit 2023-11-08T01:21:17.014003+0000 mgr.smithi063.cuyera (mgr.14180) 878 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:20.474 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:20.475 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:20.495 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:20 smithi063 conmon[84397]: cluster 2023-11-08T01:21: 2023-11-08T01:21:20.496 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:20 smithi063 conmon[84397]: 18.865371+0000 mgr.smithi063.cuyera (mgr.14180) 879 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:20 smithi188 conmon[89266]: cluster 2023-11-08T01:21:18.865371+0000 mgr.smithi063.cuyera (mgr.14180) 879 : cluster [DBG] 2023-11-08T01:21:20.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:20 smithi188 conmon[89266]: pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:21.083 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:21 smithi188 conmon[89266]: audit 2023-11-08T01:21:20.470077+0000 mgr.smithi063.cuyera (mgr.14180) 880 : audit 2023-11-08T01:21:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:21 smithi188 conmon[89266]: [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:21.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:21 smithi063 conmon[84397]: audit 2023-11-08T01:21:20.470077+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:21:21.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:21 smithi063 conmon[84397]: .14180) 880 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:22.084 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:22.767 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:22 smithi063 conmon[84397]: cluster 2023-11-08T01:21:20.866067+0000 mgr.smithi063.cuyera ( 2023-11-08T01:21:22.767 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:22 smithi063 conmon[84397]: mgr.14180) 881 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:22 smithi188 conmon[89266]: cluster 2023-11-08T01:21:20.866067+0000 mgr.smithi063.cuyera (mgr.14180) 881 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:23.912 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:23.912 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:24.490 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:24 smithi188 conmon[89266]: cluster 2023-11-08T01:21:22.866663+0000 mgr.smithi063.cuyera (mgr.14180) 882 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:24 smithi063 conmon[84397]: cluster 2023-11-08T01:21:22.866663+0000 mgr.smithi063.cuyera (mgr.14180) 882 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:25.491 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:25.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:25 smithi188 conmon[89266]: audit 2023-11-08T01:21:23.907608+0000 mgr.smithi063.cuyera (mgr.14180) 883 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:25.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:25 smithi063 conmon[84397]: audit 2023-11-08T01:21:23.907608+0000 mgr.smithi063.cuyera (mgr.14180) 883 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:26.762 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:26 smithi063 conmon[84397]: cluster 2023-11-08T01:21:24.867302+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:21:26.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:26 smithi063 conmon[84397]: .14180) 884 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:26 smithi188 conmon[89266]: cluster 2023-11-08T01:21:24.867302+0000 mgr.smithi063.cuyera (mgr.14180) 884 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:27.347 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:27.347 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:27.881 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:28 smithi188 conmon[89266]: cluster 2023-11-08T01:21:26.867776+0000 mgr.smithi063.cuyera (mgr.14180) 885 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:28.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:28 smithi188 conmon[89266]: audit 2023-11-08T01:21:27.342456+0000 mgr.smithi063.cuyera (mgr.14180) 886 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:28 smithi063 conmon[84397]: cluster 2023-11-08T01:21:26.867776+0000 mgr.smithi063.cuyera (mgr.14180) 885 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:28 smithi063 conmon[84397]: audit 2023-11-08T01:21:27.342456+0000 mgr.smithi063.cuyera (mgr.14180) 886 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:28.882 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:30.712 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:30.713 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:30.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:30 smithi063 conmon[84397]: cluster 2023-11-08T01:21:28.868341+0000 mgr.smithi063.cuyera (mgr.14180) 887 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:30.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:30 smithi188 conmon[89266]: cluster 2023-11-08T01:21:28.868341+0000 mgr.smithi063.cuyera (mgr.14180) 887 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:31.297 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:31.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:31 smithi063 conmon[84397]: audit 2023-11-08T01:21:30.708148+0000 mgr.smithi063.cuyera (mgr.14180) 888 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:31.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:31 smithi188 conmon[89266]: audit 2023-11-08T01:21:30.708148+0000 mgr.smithi063.cuyera (mgr.14180) 888 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:32.299 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:32.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:32 smithi063 conmon[84397]: cluster 2023-11-08T01:21:30.868874+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:21:32.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:32 smithi063 conmon[84397]: .14180) 889 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:32 smithi188 conmon[89266]: cluster 2023-11-08T01:21:30.868874+0000 mgr.smithi063.cuyera (mgr.14180) 889 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:34.143 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:34.144 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:34.689 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:34 smithi188 conmon[89266]: cluster 2023-11-08T01:21:32.869449+0000 mgr.smithi063.cuyera (mgr.14180) 890 : cluster [DBG] 2023-11-08T01:21:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:34 smithi188 conmon[89266]: pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:34 smithi063 conmon[84397]: cluster 2023-11-08T01:21:32.869449+0000 mgr.smithi063.cuyera (mgr.14180) 890 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:35.694 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:35.728 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:35 smithi063 conmon[84397]: audit 2023-11-08T01:21:34.138912+0000 mgr.smithi063.cuyera (mgr.14180) 891 : 2023-11-08T01:21:35.729 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:35 smithi063 conmon[84397]: audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:35.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:35 smithi188 conmon[89266]: audit 2023-11-08T01:21:34.138912+0000 mgr.smithi063.cuyera (mgr.14180) 891 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:36 smithi188 conmon[89266]: cluster 2023-11-08T01:21:34.869808+0000 mgr.smithi063.cuyera (mgr.14180) 892 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:36.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:36 smithi063 conmon[84397]: cluster 2023-11-08T01:21:34.869808+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:21:36.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:36 smithi063 conmon[84397]: .14180) 892 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:37.553 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:37.553 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:38.130 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:38 smithi188 conmon[89266]: cluster 2023-11-08T01:21:36.870482+0000 mgr.smithi063.cuyera (mgr.14180) 893 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:38.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:38 smithi188 conmon[89266]: audit 2023-11-08T01:21:37.548262+0000 mgr.smithi063.cuyera (mgr.14180) 894 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:38 smithi063 conmon[84397]: cluster 2023-11-08T01:21:36.870482+0000 mgr.smithi063.cuyera (mgr.14180) 893 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:38 smithi063 conmon[84397]: audit 2023-11-08T01:21:37.548262+0000 mgr.smithi063.cuyera (mgr.14180) 894 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:39.132 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:40.582 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:40 smithi063 conmon[84397]: cluster 2023-11-08T01:21:38.871119+0000 mgr.smithi063.cuyera ( 2023-11-08T01:21:40.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:40 smithi063 conmon[84397]: mgr.14180) 895 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:40.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:40 smithi188 conmon[89266]: cluster 2023-11-08T01:21:38.871119+0000 mgr.smithi063.cuyera (mgr.14180) 895 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:40.959 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:40.960 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:41.560 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:42.562 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:42.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:42 smithi188 conmon[89266]: cluster 2023-11-08T01:21:40.871642+0000 mgr.smithi063.cuyera (mgr.14180) 896 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:42.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:42 smithi188 conmon[89266]: audit 2023-11-08T01:21:40.955018+0000 mgr.smithi063.cuyera (mgr.14180) 897 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:42.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:42 smithi063 conmon[84397]: cluster 2023-11-08T01:21:40.871642+0000 mgr.smithi063.cuyera (mgr.14180) 896 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:42.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:42 smithi063 conmon[84397]: audit 2023-11-08T01:21:40.955018+0000 mgr.smithi063.cuyera (mgr.14180) 897 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:44.460 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:44.460 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:44 smithi188 conmon[89266]: cluster 2023-11-08T01:21:42.872194+0000 mgr.smithi063.cuyera (mgr.14180) 898 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:44 smithi063 conmon[84397]: cluster 2023-11-08T01:21:42.872194+0000 2023-11-08T01:21:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:44 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 898 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:45.079 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:45.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:45 smithi188 conmon[89266]: audit 2023-11-08T01:21:44.454999+0000 mgr.smithi063.cuyera (mgr.14180) 899 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:45.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:45 smithi063 conmon[84397]: audit 2023-11-08T01:21:44.454999 2023-11-08T01:21:45.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:45 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 899 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:46.080 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:46.768 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:46 smithi063 conmon[84397]: cluster 2023-11-08T01:21:44.872608+0000 mgr.smithi063.cuyera (mgr.14180) 900 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:46 smithi188 conmon[89266]: cluster 2023-11-08T01:21:44.872608+0000 mgr.smithi063.cuyera (mgr.14180) 900 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:47.938 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:47.938 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:48.498 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:48 smithi188 conmon[89266]: cluster 2023-11-08T01:21:46.873099+0000 mgr.smithi063.cuyera (mgr.14180) 901 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:48.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:48 smithi063 conmon[84397]: cluster 2023-11-08T01:21:46.873099+0000 mgr.smithi063.cuyera (mgr.14180) 901 : cluster 2023-11-08T01:21:48.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:48 smithi063 conmon[84397]: [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:49.499 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:49.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:49 smithi188 conmon[89266]: audit 2023-11-08T01:21:47.932181+0000 mgr.smithi063.cuyera (mgr.14180) 902 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:49.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:49 smithi063 conmon[84397]: audit 2023-11-08T01:21:47.932181+0000 mgr.smithi063.cuyera (mgr.14180) 902 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:50.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:50 smithi063 conmon[84397]: cluster 2023-11-08T01:21:48.873809+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:21:50.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:50 smithi063 conmon[84397]: .14180) 903 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:50.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:50 smithi188 conmon[89266]: cluster 2023-11-08T01:21:48.873809+0000 mgr.smithi063.cuyera (mgr.14180) 903 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:51.386 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:51.386 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:52.022 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:52 smithi188 conmon[89266]: cluster 2023-11-08T01:21:50.874307+0000 mgr.smithi063.cuyera (mgr.14180) 904 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:52 smithi188 conmon[89266]: audit 2023-11-08T01:21:51.381549 2023-11-08T01:21:52.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:52 smithi188 conmon[89266]: +0000 mgr.smithi063.cuyera (mgr.14180) 905 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:52.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:52 smithi063 conmon[84397]: cluster 2023-11-08T01:21:50.874307+0000 mgr.smithi063.cuyera (mgr.14180) 904 2023-11-08T01:21:52.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:52 smithi063 conmon[84397]: : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:52.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:52 smithi063 conmon[84397]: audit 2023-11-08T01:21:51.381549+0000 mgr.smithi063.cuyera (mgr.14180) 905 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:53.024 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:54.507 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:54 smithi063 conmon[84397]: cluster 2023-11-08T01:21:52.874882+0000 2023-11-08T01:21:54.507 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:54 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 906 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:54 smithi188 conmon[89266]: cluster 2023-11-08T01:21:52.874882+0000 mgr.smithi063.cuyera (mgr.14180) 906 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:54.874 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:54.875 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:55.394 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:56.396 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:56 smithi188 conmon[89266]: audit 2023-11-08T01:21:54.870303+0000 mgr.smithi063.cuyera (mgr.14180) 907 : audit [DBG] 2023-11-08T01:21:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:56 smithi188 conmon[89266]: from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:56 smithi188 conmon[89266]: cluster 2023-11-08T01:21:54.875285+0000 mgr.smithi063.cuyera (mgr.14180) 908 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:56 smithi063 conmon[84397]: audit 2023-11-08T01:21:54.870303+0000 mgr.smithi063.cuyera (mgr.14180) 907 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:56 smithi063 conmon[84397]: cluster 2023-11-08T01:21:54.875285+0000 mgr.smithi063.cuyera (mgr.14180) 908 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:58.166 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:21:58.166 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:21:58.702 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:21:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:58 smithi188 conmon[89266]: cluster 2023-11-08T01:21:56.875743+0000 mgr.smithi063.cuyera (mgr.14180) 909 : cluster [DBG] 2023-11-08T01:21:58.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:58 smithi188 conmon[89266]: pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:58 smithi063 conmon[84397]: cluster 2023-11-08T01:21:56.875743+0000 mgr.smithi063.cuyera (mgr.14180) 909 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:21:59.704 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:21:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:59 smithi188 conmon[89266]: audit 2023-11-08T01:21:58.161257+0000 mgr.smithi063.cuyera (mgr.14180) 910 : audit [DBG] 2023-11-08T01:21:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:21:59 smithi188 conmon[89266]: from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:21:59.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:59 smithi063 conmon[84397]: audit 2023-11-08T01:21:58.161257+0000 mgr.smithi063.cuyera (mgr.14180) 910 : audit [DBG] 2023-11-08T01:21:59.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:21:59 smithi063 conmon[84397]: from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:00.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:00 smithi188 conmon[89266]: cluster 2023-11-08T01:21:58.876250+0000 mgr.smithi063.cuyera (mgr.14180) 911 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:00 smithi063 conmon[84397]: cluster 2023-11-08T01:21:58.876250+0000 mgr.smithi063.cuyera (mgr.14180) 911 2023-11-08T01:22:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:00 smithi063 conmon[84397]: : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:01.517 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:01.517 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:02.103 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:02.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:02 smithi188 conmon[89266]: cluster 2023-11-08T01:22:00.877026+0000 mgr.smithi063.cuyera (mgr.14180) 912 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:02.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:02 smithi188 conmon[89266]: audit 2023-11-08T01:22:01.512156+0000 mgr.smithi063.cuyera (mgr.14180) 913 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:02 smithi063 conmon[84397]: cluster 2023-11-08T01:22:00.877026+0000 mgr.smithi063.cuyera (mgr.14180) 912 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:02 smithi063 conmon[84397]: audit 2023-11-08T01:22:01.512156+0000 mgr.smithi063.cuyera (mgr.14180) 913 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:03.104 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:04.549 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:04 smithi063 conmon[84397]: cluster 2023-11-08T01:22:02.877550+0000 mgr.smithi063.cuyera (mgr.14180) 914 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:04 smithi188 conmon[89266]: cluster 2023-11-08T01:22:02.877550+0000 mgr.smithi063.cuyera (mgr.14180) 914 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:04.917 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:04.917 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:05.628 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:06.629 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:06 smithi188 conmon[89266]: cluster 2023-11-08T01:22:04.877940+0000 mgr.smithi063.cuyera 2023-11-08T01:22:06.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:06 smithi188 conmon[89266]: (mgr.14180) 915 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:06.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:06 smithi188 conmon[89266]: audit 2023-11-08T01:22:04.912275+0000 mgr.smithi063.cuyera (mgr.14180) 916 : 2023-11-08T01:22:06.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:06 smithi188 conmon[89266]: audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:06 smithi063 conmon[84397]: cluster 2023-11-08T01:22:04.877940+0000 mgr.smithi063.cuyera (mgr.14180) 915 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:06 smithi063 conmon[84397]: audit 2023 2023-11-08T01:22:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:06 smithi063 conmon[84397]: -11-08T01:22:04.912275+0000 mgr.smithi063.cuyera (mgr.14180) 916 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:08.496 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:08.496 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:08 smithi188 conmon[89266]: cluster 2023-11-08T01:22:06.878391+0000 mgr.smithi063.cuyera (mgr.14180) 917 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:08 smithi063 conmon[84397]: cluster 2023-11-08T01:22:06.878391+0000 mgr.smithi063.cuyera (mgr.14180) 917 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:09.101 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:09.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:09 smithi188 conmon[89266]: audit 2023-11-08T01:22:08.491182+0000 mgr.smithi063.cuyera (mgr.14180) 918 : audit 2023-11-08T01:22:09.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:09 smithi188 conmon[89266]: [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:09.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:09 smithi063 conmon[84397]: audit 2023-11-08T01:22:08.491182+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:22:09.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:09 smithi063 conmon[84397]: 918 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:10.102 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:10.851 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:10 smithi063 conmon[84397]: cluster 2023-11-08T01:22:08.879008+0000 mgr.smithi063.cuyera (mgr.14180) 919 : cluster [DBG] 2023-11-08T01:22:10.852 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:10 smithi063 conmon[84397]: pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:10.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:10 smithi188 conmon[89266]: cluster 2023-11-08T01:22:08.879008+0000 mgr.smithi063.cuyera (mgr.14180) 919 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:11.914 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:11.915 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:12.584 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:12 smithi188 conmon[89266]: cluster 2023-11-08T01:22:10.879623+0000 mgr.smithi063.cuyera (mgr.14180) 920 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:12 smithi063 conmon[84397]: cluster 2023-11-08T01:22:10.879623+0000 mgr.smithi063.cuyera (mgr.14180) 920 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:13.586 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:13.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:13 smithi188 conmon[89266]: audit 2023-11-08T01:22:11.909856+0000 mgr.smithi063.cuyera (mgr.14180) 921 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:13.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:13 smithi063 conmon[84397]: audit 2023-11-08T01:22:11.909856+0000 mgr.smithi063.cuyera (mgr.14180) 921 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:14.782 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:14 smithi063 conmon[84397]: cluster 2023-11-08T01:22:12.880240 2023-11-08T01:22:14.782 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:14 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 922 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:14.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:14 smithi188 conmon[89266]: cluster 2023-11-08T01:22:12.880240+0000 mgr.smithi063.cuyera (mgr.14180) 922 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:15.432 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:15.432 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:16.060 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:16 smithi188 conmon[89266]: cluster 2023-11-08T01:22:14.880771+0000 mgr.smithi063.cuyera (mgr.14180) 923 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:16.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:16 smithi188 conmon[89266]: audit 2023-11-08 2023-11-08T01:22:16.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:16 smithi188 conmon[89266]: T01:22:15.427877+0000 mgr.smithi063.cuyera (mgr.14180) 924 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:16 smithi063 conmon[84397]: cluster 2023-11-08T01:22:14.880771+0000 mgr.smithi063.cuyera (mgr.14180) 923 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:16 smithi063 conmon[84397]: audit 2023-11-08T01:22:15.427877+0000 mgr.smithi063.cuyera (mgr.14180) 924 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:17.061 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:18.815 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:18.816 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:18.838 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:18 smithi063 conmon[84397]: cluster 2023-11-08T01:22:16.881418+0000 mgr.smithi063.cuyera (mgr.14180) 925 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:18.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:18 smithi188 conmon[89266]: cluster 2023-11-08T01:22:16.881418+0000 mgr.smithi063.cuyera (mgr.14180) 925 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:19.435 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:20.436 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:20 smithi188 conmon[89266]: audit 2023-11-08T01:22:18.811046+0000 mgr.smithi063.cuyera (mgr.14180) 926 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:20 smithi188 conmon[89266]: cluster 2023-11-08T01:22:18.881930+0000 mgr.smithi063.cuyera (mgr.14180) 927 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:20 smithi063 conmon[84397]: audit 2023-11-08T01:22:18.811046+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:22:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:20 smithi063 conmon[84397]: ) 926 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:20 smithi063 conmon[84397]: cluster 2023-11-08T01:22:18.881930+0000 mgr.smithi063.cuyera (mgr.14180) 927 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:22.271 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:22.272 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:22.823 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:22 smithi063 conmon[84397]: cluster 2023-11-08T01:22:20. 2023-11-08T01:22:22.823 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:22 smithi063 conmon[84397]: 882414+0000 mgr.smithi063.cuyera (mgr.14180) 928 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:22.824 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:22 smithi188 conmon[89266]: cluster 2023-11-08T01:22:20.882414+0000 mgr.smithi063.cuyera (mgr.14180) 928 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:23.825 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:23.855 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:23 smithi063 conmon[84397]: audit 2023-11-08T01:22:22.266956+0000 mgr.smithi063.cuyera (mgr.14180) 929 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:23 smithi188 conmon[89266]: audit 2023-11-08T01:22:22.266956+0000 mgr.smithi063.cuyera (mgr.14180) 929 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:24 smithi188 conmon[89266]: cluster 2023-11-08T01:22:22.883125+0000 mgr.smithi063.cuyera (mgr.14180) 930 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:24 smithi063 conmon[84397]: cluster 2023-11-08T01:22:22.883125 2023-11-08T01:22:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:24 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 930 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:25.634 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:25.635 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:26.249 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:26 smithi188 conmon[89266]: cluster 2023-11-08T01:22:24.883691+0000 mgr.smithi063.cuyera (mgr.14180) 931 : cluster 2023-11-08T01:22:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:26 smithi188 conmon[89266]: [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:26.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:26 smithi188 conmon[89266]: audit 2023-11-08T01:22:25.630243+0000 mgr.smithi063.cuyera (mgr.14180) 932 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:26.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:26 smithi063 conmon[84397]: cluster 2023-11-08T01:22:24.883691+0000 mgr.smithi063.cuyera (mgr.14180) 931 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:26.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:26 smithi063 conmon[84397]: audit 2023-11-08T01:22:25.630243+0000 mgr.smithi063.cuyera (mgr.14180) 932 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:27.251 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:28.785 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:28 smithi063 conmon[84397]: cluster 2023-11-08T01:22:26.884243+0000 mgr.smithi063.cuyera 2023-11-08T01:22:28.785 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:28 smithi063 conmon[84397]: (mgr.14180) 933 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:28 smithi188 conmon[89266]: cluster 2023-11-08T01:22:26.884243+0000 mgr.smithi063.cuyera (mgr.14180) 933 : cluster 2023-11-08T01:22:28.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:28 smithi188 conmon[89266]: [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:29.101 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:29.102 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:29.708 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:30.709 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:30.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:30 smithi188 conmon[89266]: cluster 2023-11-08T01:22:28.884744+0000 mgr.smithi063.cuyera (mgr.14180) 934 : cluster 2023-11-08T01:22:30.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:30 smithi188 conmon[89266]: [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:30.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:30 smithi188 conmon[89266]: audit 2023-11-08T01:22:29.097041+0000 mgr.smithi063.cuyera (mgr.14180) 935 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:30.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:30 smithi063 conmon[84397]: cluster 2023-11-08T01:22:28.884744+0000 mgr.smithi063.cuyera (mgr.14180) 934 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:30.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:30 smithi063 conmon[84397]: audit 2023-11-08T01:22:29.097041+0000 mgr.smithi063.cuyera (mgr.14180) 935 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:32.577 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:32.578 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:32 smithi188 conmon[89266]: cluster 2023-11-08T01:22:30.885405+0000 mgr.smithi063.cuyera (mgr.14180) 936 2023-11-08T01:22:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:32 smithi188 conmon[89266]: : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:32 smithi063 conmon[84397]: cluster 2023-11-08T01:22:30. 2023-11-08T01:22:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:32 smithi063 conmon[84397]: 885405+0000 mgr.smithi063.cuyera (mgr.14180) 936 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:33.223 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:33.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:33 smithi188 conmon[89266]: audit 2023-11-08T01:22:32.572845+0000 mgr.smithi063.cuyera (mgr.14180) 937 : audit 2023-11-08T01:22:33.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:33 smithi188 conmon[89266]: [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:33.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:33 smithi063 conmon[84397]: audit 2023-11-08T01:22:32.572845+0000 mgr.smithi063.cuyera (mgr.14180) 937 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:34.224 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:34 smithi188 conmon[89266]: cluster 2023-11-08T01:22:32.885939+0000 mgr.smithi063.cuyera (mgr.14180) 938 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:34 smithi063 conmon[84397]: cluster 2023-11-08T01:22:32.885939+0000 mgr.smithi063.cuyera (mgr.14180) 938 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:36.060 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:36.061 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:36.774 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:36.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:36 smithi188 conmon[89266]: cluster 2023-11-08T01:22:34.886353+0000 mgr.smithi063.cuyera (mgr.14180) 939 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:36 smithi063 conmon[84397]: cluster 2023-11-08T01:22:34.886353+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:22:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:36 smithi063 conmon[84397]: 939 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:37.775 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:37.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:37 smithi188 conmon[89266]: audit 2023-11-08T01:22:36.055501+0000 mgr.smithi063.cuyera (mgr.14180) 940 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:37.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:37 smithi063 conmon[84397]: audit 2023-11-08T01:22:36.055501+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:22:37.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:37 smithi063 conmon[84397]: 940 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:38 smithi188 conmon[89266]: cluster 2023-11-08T01:22:36.886924+0000 mgr.smithi063.cuyera (mgr.14180) 941 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:38.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:38 smithi063 conmon[84397]: cluster 2023-11-08T01:22:36.886924+0000 mgr.smithi063.cuyera (mgr.14180) 941 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:39.670 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:39.670 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:40.281 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:40.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:40 smithi188 conmon[89266]: cluster 2023-11-08T01:22:38.887593+0000 mgr.smithi063.cuyera (mgr.14180) 942 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:40.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:40 smithi188 conmon[89266]: audit 2023-11-08T01: 2023-11-08T01:22:40.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:40 smithi188 conmon[89266]: 22:39.665262+0000 mgr.smithi063.cuyera (mgr.14180) 943 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:40.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:40 smithi063 conmon[84397]: cluster 2023-11-08T01:22:38.887593+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:22:40.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:40 smithi063 conmon[84397]: ) 942 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:40.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:40 smithi063 conmon[84397]: audit 2023-11-08T01:22:39.665262+0000 mgr.smithi063.cuyera (mgr.14180) 943 : audit 2023-11-08T01:22:40.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:40 smithi063 conmon[84397]: [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:41.282 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:42.816 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:42 smithi063 conmon[84397]: cluster 2023-11-08T01:22:40.888329+0000 mgr.smithi063.cuyera (mgr.14180) 944 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:42.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:42 smithi188 conmon[89266]: cluster 2023-11-08T01:22:40.888329+0000 mgr.smithi063.cuyera (mgr.14180) 944 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:43.144 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:43.144 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:43.713 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:44.714 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:44 smithi063 conmon[84397]: cluster 2023-11-08T01:22:42.888780+0000 mgr.smithi063.cuyera (mgr.14180) 945 : cluster [DBG] 2023-11-08T01:22:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:44 smithi063 conmon[84397]: pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:44 smithi063 conmon[84397]: audit 2023-11-08T01:22:43.139327+0000 mgr.smithi063.cuyera (mgr.14180) 946 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:45.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:44 smithi188 conmon[89266]: cluster 2023-11-08T01:22:42.888780+0000 mgr.smithi063.cuyera (mgr.14180) 945 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:45.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:44 smithi188 conmon[89266]: audit 2023-11-08T01:22:45.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:44 smithi188 conmon[89266]: 2023-11-08T01:22:43.139327+0000 mgr.smithi063.cuyera (mgr.14180) 946 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:46.520 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:46.520 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:46 smithi063 conmon[84397]: cluster 2023-11-08T01:22:44.889304+0000 mgr.smithi063.cuyera (mgr.14180) 947 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:47.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:46 smithi188 conmon[89266]: cluster 2023-11-08T01:22:44.889304+0000 mgr.smithi063.cuyera (mgr.14180) 947 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:47.120 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:48.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:47 smithi188 conmon[89266]: audit 2023-11-08T01:22:46.515101+0000 mgr.smithi063.cuyera (mgr.14180) 948 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:48.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:47 smithi063 conmon[84397]: audit 2023-11-08T01:22:46.515101+0000 2023-11-08T01:22:48.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:47 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 948 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:48.122 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:48.955 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:48 smithi063 conmon[84397]: cluster 2023-11-08T01:22: 2023-11-08T01:22:48.956 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:48 smithi063 conmon[84397]: 46.889792+0000 mgr.smithi063.cuyera (mgr.14180) 949 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:48 smithi188 conmon[89266]: cluster 2023-11-08T01:22:46.889792+0000 mgr.smithi063.cuyera (mgr.14180) 949 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:49.942 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:49.942 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:50.488 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:50 smithi063 conmon[84397]: cluster 2023-11-08T01:22:48.890272+0000 mgr.smithi063.cuyera (mgr.14180) 950 2023-11-08T01:22:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:50 smithi063 conmon[84397]: : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:51.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:50 smithi188 conmon[89266]: cluster 2023-11-08T01:22:48.890272+0000 mgr.smithi063.cuyera (mgr.14180) 950 : cluster [DBG] 2023-11-08T01:22:51.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:50 smithi188 conmon[89266]: pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:51.489 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:51.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:51 smithi063 conmon[84397]: audit 2023-11-08T01:22:49 2023-11-08T01:22:51.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:51 smithi063 conmon[84397]: .936967+0000 mgr.smithi063.cuyera (mgr.14180) 951 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:52.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:51 smithi188 conmon[89266]: audit 2023-11-08T01:22:49.936967+0000 mgr.smithi063.cuyera (mgr.14180) 951 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:52.998 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:52 smithi063 conmon[84397]: cluster 2023-11-08T01:22:50.890876+0000 mgr.smithi063.cuyera (mgr.14180) 952 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:53.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:52 smithi188 conmon[89266]: cluster 2023-11-08T01:22:50.890876+0000 mgr.smithi063.cuyera (mgr.14180) 952 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:53.374 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:53.375 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:53.970 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:54.971 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:55.003 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:54 smithi063 conmon[84397]: cluster 2023-11-08T01:22:52. 2023-11-08T01:22:55.004 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:54 smithi063 conmon[84397]: 891339+0000 mgr.smithi063.cuyera (mgr.14180) 953 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:55.004 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:54 smithi063 conmon[84397]: audit 2023-11-08T01:22:53.369042+0000 mgr.smithi063.cuyera (mgr.14180) 954 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:55.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:54 smithi188 conmon[89266]: cluster 2023-11-08T01:22:52.891339+0000 mgr.smithi063.cuyera (mgr.14180) 953 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:55.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:54 smithi188 conmon[89266]: 2023-11-08T01:22:55.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:54 smithi188 conmon[89266]: audit 2023-11-08T01:22:53.369042+0000 mgr.smithi063.cuyera (mgr.14180) 954 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:56.847 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:22:56.847 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:22:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:56 smithi063 conmon[84397]: cluster 2023-11-08T01:22:54.891908+0000 mgr.smithi063.cuyera (mgr.14180) 955 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:57.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:56 smithi188 conmon[89266]: cluster 2023-11-08T01:22:54.891908+0000 mgr.smithi063.cuyera (mgr.14180) 955 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:57.412 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:22:58.414 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:22:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:58 smithi063 conmon[84397]: audit 2023-11-08T 2023-11-08T01:22:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:58 smithi063 conmon[84397]: 01:22:56.841658+0000 mgr.smithi063.cuyera (mgr.14180) 956 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:58.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:22:58 smithi063 conmon[84397]: cluster 2023-11-08T01:22:56.892363+0000 mgr.smithi063.cuyera (mgr.14180) 957 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:22:59.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:58 smithi188 conmon[89266]: audit 2023-11-08T01:22:56.841658+0000 mgr.smithi063.cuyera (mgr.14180) 956 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:22:59.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:22:58 smithi188 conmon[89266]: cluster 2023-11-08T01:22:56.892363+0000 mgr.smithi063.cuyera (mgr.14180) 957 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:00.303 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:00.304 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:15:16.570999Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.hnkkyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-hnkkyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.hnkkyy\nDeploy daemon haproxy.rgw.foo.smithi188.hnkkyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:13:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:13:57Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:14:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.678472Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.cacpqn on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-cacpqn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.cacpqn\nDeploy daemon haproxy.rgw.foo.smithi063.cacpqn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:15:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:16:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:17:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:17:49.679719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.iuflaq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:00.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:00 smithi063 conmon[84397]: cluster 2023-11-08T01:22:58.892916+0000 mgr.smithi063.cuyera (mgr.14180) 958 : 2023-11-08T01:23:00.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:00 smithi063 conmon[84397]: cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:00.920 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:01.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:00 smithi188 conmon[89266]: cluster 2023-11-08T01:22:58.892916+0000 mgr.smithi063.cuyera (mgr.14180) 958 : cluster [DBG] 2023-11-08T01:23:01.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:00 smithi188 conmon[89266]: pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:01.921 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:01.953 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:01 smithi063 conmon[84397]: audit 2023-11-08T01:23:00.298769+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:23:01.953 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:01 smithi063 conmon[84397]: ) 959 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:01.953 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:01 smithi063 conmon[84397]: audit 2023-11-08T01:23:01.233302+0000 mon.smithi063 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi063.lalcad"}]: dispatch 2023-11-08T01:23:02.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:01 smithi188 conmon[89266]: audit 2023-11-08T01:23:00.298769+0000 mgr.smithi063.cuyera (mgr.14180) 959 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:02.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:01 smithi188 conmon[89266]: audit 2023-11-08T01:23:02.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:01 smithi188 conmon[89266]: 2023-11-08T01:23:01.233302+0000 mon.smithi063 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi063.lalcad"}]: dispatch 2023-11-08T01:23:03.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: cluster 2023-11-08T01:23:00.893848+0000 mgr.smithi063.cuyera (mgr.14180) 960 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:03.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: cephadm 2023-11-08T01:23:01.232756+0000 mgr.smithi063.cuyera (mgr.14180) 961 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.lalcad ... 2023-11-08T01:23:03.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:23:03.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:21:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:21:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:22:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: Traceback (most recent call last): 2023-11-08T01:23:03.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:23:03.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: yield (conn, connr) 2023-11-08T01:23:03.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:23:03.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: code, '\n'.join(err))) 2023-11-08T01:23:03.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.lalcad ... 2023-11-08T01:23:03.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:23:03.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:21:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:21:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:22:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-08T01:23:03.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: cephadm 2023-11-08T01:23:01.232945+0000 mgr.smithi063.cuyera (mgr.14180) 962 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: cephadm 2023-11-08T01:23:01.233904+0000 mgr.smithi063.cuyera (mgr.14180) 963 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.lalcad ... 2023-11-08T01:23:03.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:23:03.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:21:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:21:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:22:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: cephadm 2023-11-08T01:23:01.235151+0000 mgr.smithi063.cuyera (mgr.14180) 964 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:23:03.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: cephadm 2023-11-08T01:23:01.236186+0000 mgr.smithi063.cuyera (mgr.14180) 965 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:23:03.122 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: cluster 2023-11-08T01:23:01.237065+0000 mgr.smithi063.cuyera (mgr.14180) 966 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:03.122 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:02 smithi188 conmon[89266]: cluster 2023-11-08T01:23:01.645090+0000 mon.smithi063 (mon.0) 713 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T01:23:03.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: cluster 2023-11-08T01:23:00.893848+0000 mgr.smithi063.cuyera (mgr.14180) 960 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:03.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: cephadm 2023-11-08T01:23:01.232756+0000 mgr.smithi063.cuyera (mgr.14180) 961 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.lalcad ... 2023-11-08T01:23:03.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:23:03.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:21:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:21:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:22:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: Traceback (most recent call last): 2023-11-08T01:23:03.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:23:03.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: yield (conn, connr) 2023-11-08T01:23:03.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:23:03.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: code, '\n'.join(err))) 2023-11-08T01:23:03.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.lalcad ... 2023-11-08T01:23:03.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:23:03.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:21:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:21:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:22:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect 2023-11-08T01:23:03.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: : no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: cephadm 2023-11-08T01:23:01.232945+0000 mgr.smithi063.cuyera (mgr.14180) 962 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: cephadm 2023-11-08T01:23:01.233904+0000 mgr.smithi063.cuyera (mgr.14180) 963 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad 2023-11-08T01:23:03.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad 2023-11-08T01:23:03.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.lalcad ... 2023-11-08T01:23:03.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:23:03.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:21:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:21:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:22:20Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:23:03.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:23:03.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:23:03.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: cephadm 2023-11-08T01:23:01.235151+0000 mgr.smithi063.cuyera (mgr.14180) 964 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:23:03.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: cephadm 2023-11-08T01:23:01.236186+0000 mgr.smithi063.cuyera (mgr.14180) 965 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:23:03.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: cluster 2023-11-08T01:23:01.237065+0000 mgr.smithi063.cuyera (mgr.14180) 966 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:03.135 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:02 smithi063 conmon[84397]: cluster 2023-11-08T01:23:01.645090+0000 mon.smithi063 (mon.0) 713 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T01:23:03.839 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:03.840 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:04.429 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:04 smithi063 conmon[84397]: cluster 2023-11-08T01:23:03.237952+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:23:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:04 smithi063 conmon[84397]: .14180) 967 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:05.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:04 smithi188 conmon[89266]: cluster 2023-11-08T01:23:03.237952+0000 mgr.smithi063.cuyera (mgr.14180) 967 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:05.430 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:05.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:05 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:23:05.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:05 smithi063 conmon[84397]: 08T01:23:03.834965+0000 mgr.smithi063.cuyera (mgr.14180) 968 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:05.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:05 smithi063 conmon[84397]: audit 2023-11-08T01:23:04.873301+0000 mon.smithi063 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:23:06.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:05 smithi188 conmon[89266]: audit 2023-11-08T01:23:03.834965+0000 mgr.smithi063.cuyera (mgr.14180) 968 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:06.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:05 smithi188 conmon[89266]: audit 2023-11-08T01:23:04.873301+0000 mon.smithi063 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:23:06.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:06 smithi063 conmon[84397]: cluster 2023-11-08T01:23:05.238931+0000 mgr.smithi063.cuyera (mgr.14180) 969 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:07.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:06 smithi188 conmon[89266]: cluster 2023-11-08T01:23:05.238931+0000 mgr.smithi063.cuyera (mgr.14180) 969 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:07.275 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:07.276 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:07.904 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:08.905 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:08.937 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:08 smithi063 conmon[84397]: cluster 2023-11-08T01:23:07.239591+0000 mgr.smithi063.cuyera (mgr.14180) 970 : cluster 2023-11-08T01:23:08.938 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:08 smithi063 conmon[84397]: [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:08.938 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:08 smithi063 conmon[84397]: audit 2023-11-08T01:23:07.270869+0000 mgr.smithi063.cuyera (mgr.14180) 971 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:09.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:08 smithi188 conmon[89266]: cluster 2023-11-08T01:23:07.239591+0000 mgr.smithi063.cuyera (mgr.14180) 970 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:09.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:08 smithi188 conmon[89266]: audit 2023-11-08T01:23:07.270869+0000 mgr.smithi063.cuyera (mgr.14180) 971 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:10.457 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:10 smithi063 conmon[84397]: cluster 2023-11-08T01:23:09.240341+0000 mgr.smithi063.cuyera (mgr.14180) 972 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:10.457 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:10 smithi063 conmon[84397]: audit 2023-11-08T01:23:09.366766+0000 mon.smithi063 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:23:10.791 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:10.791 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:10.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:10 smithi188 conmon[89266]: cluster 2023-11-08T01:23:09.240341+0000 mgr.smithi063.cuyera (mgr.14180) 972 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:10.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:10 smithi188 conmon[89266]: audit 2023-11-08T01:23:09.366766+0000 mon.smithi063 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:23:11.306 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:11.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:11 smithi063 conmon[84397]: audit 2023-11-08T01:23:10.786616+0000 mgr.smithi063.cuyera ( 2023-11-08T01:23:11.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:11 smithi063 conmon[84397]: mgr.14180) 973 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:11.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:11 smithi188 conmon[89266]: audit 2023-11-08T01:23:10.786616+0000 mgr.smithi063.cuyera (mgr.14180) 973 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:12.307 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:12.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:12 smithi063 conmon[84397]: cluster 2023-11-08T01:23:11.240985+0000 mgr.smithi063.cuyera (mgr.14180) 974 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:12.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:12 smithi063 conmon[84397]: 2023-11-08T01:23:12.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:12 smithi188 conmon[89266]: cluster 2023-11-08T01:23:11.240985+0000 mgr.smithi063.cuyera (mgr.14180) 974 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:14.143 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:14.143 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:14.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:14 smithi063 conmon[84397]: cluster 2023-11-08T01:23:13.241569+0000 mgr.smithi063.cuyera (mgr.14180) 975 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:14.726 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:14.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:14 smithi188 conmon[89266]: cluster 2023-11-08T01:23:13.241569+0000 mgr.smithi063.cuyera (mgr.14180) 975 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:15.728 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:15.761 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:15 smithi063 conmon[84397]: audit 2023-11-08T01:23:14.138272+0000 mgr.smithi063.cuyera (mgr.14180) 976 : 2023-11-08T01:23:15.761 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:15 smithi063 conmon[84397]: audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:15.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:15 smithi188 conmon[89266]: audit 2023-11-08T01:23:14.138272+0000 mgr.smithi063.cuyera (mgr.14180) 976 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:16 smithi188 conmon[89266]: cluster 2023-11-08T01:23:15.242344+0000 mgr.smithi063.cuyera (mgr.14180) 977 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:16 smithi063 conmon[84397]: cluster 2023-11-08T01:23:15.242344+0000 mgr.smithi063.cuyera 2023-11-08T01:23:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:16 smithi063 conmon[84397]: (mgr.14180) 977 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:17.550 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:17.550 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:18.118 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:18.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:18 smithi188 conmon[89266]: cluster 2023-11-08T01:23:17.242995+0000 mgr.smithi063.cuyera (mgr.14180) 978 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:18.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:18 smithi188 conmon[89266]: audit 2023-11-08T01:23:17.545604+0000 2023-11-08T01:23:18.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:18 smithi188 conmon[89266]: mgr.smithi063.cuyera (mgr.14180) 979 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:18.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:18 smithi063 conmon[84397]: cluster 2023-11-08T01:23:17.242995+0000 mgr.smithi063.cuyera (mgr.14180) 978 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:18.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:18 smithi063 conmon[84397]: audit 2023-11-08T01:23:17.545604+0000 mgr.smithi063.cuyera (mgr.14180) 979 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:19.119 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:20.537 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:20 smithi063 conmon[84397]: cluster 2023-11-08T01:23:19.243587+0000 mgr.smithi063.cuyera ( 2023-11-08T01:23:20.538 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:20 smithi063 conmon[84397]: mgr.14180) 980 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:20 smithi188 conmon[89266]: cluster 2023-11-08T01:23:19.243587+0000 mgr.smithi063.cuyera (mgr.14180) 980 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:20.918 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:20.919 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:21.533 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:22.535 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:22 smithi188 conmon[89266]: audit 2023-11-08T01:23:20.914083+0000 mgr.smithi063.cuyera (mgr.14180) 981 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:22 smithi188 conmon[89266]: cluster 2023-11-08T01:23:21.244439+0000 mgr.smithi063.cuyera (mgr.14180) 982 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:22 smithi063 conmon[84397]: audit 2023-11-08T01:23:20.914083+0000 mgr.smithi063.cuyera (mgr.14180) 981 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:22 smithi063 conmon[84397]: cluster 2023-11-08T01:23:21.244439+0000 mgr.smithi063.cuyera (mgr.14180) 982 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:24.353 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:24.354 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:24 smithi188 conmon[89266]: cluster 2023-11-08T01:23:23.245056+0000 mgr.smithi063.cuyera (mgr.14180) 983 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:24 smithi063 conmon[84397]: cluster 2023-11-08T01:23:23.245056+0000 mgr.smithi063.cuyera ( 2023-11-08T01:23:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:24 smithi063 conmon[84397]: mgr.14180) 983 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:24.992 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:25.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:25 smithi188 conmon[89266]: audit 2023-11-08T01:23:24.347772+0000 mgr.smithi063.cuyera (mgr.14180) 984 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:25.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:25 smithi063 conmon[84397]: audit 2023-11-08T01:23:24.347772+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:23:25.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:25 smithi063 conmon[84397]: .14180) 984 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:25.993 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:26.825 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:26 smithi063 conmon[84397]: cluster 2023-11-08T01:23:25.245592+0000 mgr.smithi063.cuyera (mgr.14180) 985 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:26 smithi188 conmon[89266]: cluster 2023-11-08T01:23:25.245592+0000 mgr.smithi063.cuyera (mgr.14180) 985 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:27.859 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:27.859 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:28.467 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:28 smithi188 conmon[89266]: cluster 2023-11-08T01:23:27.246243+0000 mgr.smithi063.cuyera (mgr.14180) 986 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:28 smithi063 conmon[84397]: cluster 2023-11-08T01:23:27.246243+0000 2023-11-08T01:23:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:28 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 986 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:29.468 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:29.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:29 smithi188 conmon[89266]: audit 2023-11-08T01:23:27.854125+0000 mgr.smithi063.cuyera (mgr.14180) 987 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:29.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:29 smithi063 conmon[84397]: audit 2023-11-08T01:23:27.854125+0000 2023-11-08T01:23:29.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:29 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 987 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:30.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:30 smithi188 conmon[89266]: cluster 2023-11-08T01:23:29.246908+0000 mgr.smithi063.cuyera (mgr.14180) 988 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:30 smithi063 conmon[84397]: cluster 2023-11-08T01:23:29.246908+0000 mgr.smithi063.cuyera ( 2023-11-08T01:23:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:30 smithi063 conmon[84397]: mgr.14180) 988 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:31.294 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:31.294 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:31.857 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:32.859 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:32.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:32 smithi188 conmon[89266]: cluster 2023-11-08T01:23:31.247632+0000 mgr.smithi063.cuyera (mgr.14180) 989 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:32.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:32 smithi188 conmon[89266]: audit 2023-11-08T01:23:31.289382+0000 mgr.smithi063.cuyera (mgr.14180) 990 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:32 smithi063 conmon[84397]: cluster 2023-11-08T01:23:31.247632+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:23:32.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:32 smithi063 conmon[84397]: 989 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:32.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:32 smithi063 conmon[84397]: audit 2023-11-08T01:23:31.289382+0000 mgr.smithi063.cuyera (mgr.14180) 990 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:34.707 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:34.707 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:34.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:34 smithi063 conmon[84397]: cluster 2023-11-08T01:23:33.248268+0000 mgr.smithi063.cuyera (mgr.14180) 991 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:34 smithi188 conmon[89266]: cluster 2023-11-08T01:23:33.248268+0000 mgr.smithi063.cuyera (mgr.14180) 991 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:35.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:35 smithi063 conmon[84397]: audit 2023-11-08T01:23:34.702425+0000 2023-11-08T01:23:35.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:35 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 992 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:35.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:35 smithi188 conmon[89266]: audit 2023-11-08T01:23:34.702425+0000 mgr.smithi063.cuyera (mgr.14180) 992 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:36.350 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:36.825 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:36 smithi063 conmon[84397]: cluster 2023-11-08T01:23:35.248817+0000 mgr.smithi063.cuyera (mgr.14180) 993 : cluster 2023-11-08T01:23:36.825 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:36 smithi063 conmon[84397]: [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:36 smithi188 conmon[89266]: cluster 2023-11-08T01:23:35.248817+0000 mgr.smithi063.cuyera (mgr.14180) 993 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:38.110 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:38.111 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:38.658 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:38 smithi188 conmon[89266]: cluster 2023-11-08T01:23:37.249437+0000 mgr.smithi063.cuyera (mgr.14180) 994 : cluster [DBG] 2023-11-08T01:23:38.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:38 smithi188 conmon[89266]: pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:38 smithi063 conmon[84397]: cluster 2023-11-08T01:23:37.249437+0000 mgr.smithi063.cuyera (mgr.14180) 994 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:39.659 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:39.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:39 smithi188 conmon[89266]: audit 2023-11-08T01:23:38.105457+0000 mgr.smithi063.cuyera (mgr.14180) 995 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:39.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:39 smithi063 conmon[84397]: audit 2023-11-08T01:23:38.105457+0000 mgr.smithi063.cuyera (mgr.14180) 995 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:40.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:40 smithi188 conmon[89266]: cluster 2023-11-08T01:23:39.250007+0000 mgr.smithi063.cuyera (mgr.14180) 996 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:40.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:40 smithi063 conmon[84397]: cluster 2023-11-08T01:23:39.250007+0000 mgr.smithi063.cuyera (mgr.14180) 996 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:41.557 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:41.557 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:42.233 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:42.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:42 smithi188 conmon[89266]: cluster 2023-11-08T01:23:41.250694+0000 mgr.smithi063.cuyera (mgr.14180) 997 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:42.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:42 smithi188 conmon[89266]: audit 2023-11-08T01:23:41.552566+0000 mgr.smithi063.cuyera (mgr.14180) 998 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:42.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:42 smithi063 conmon[84397]: cluster 2023-11-08T01:23:41.250694+0000 2023-11-08T01:23:42.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:42 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 997 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:42.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:42 smithi063 conmon[84397]: audit 2023-11-08T01:23:41.552566+0000 mgr.smithi063.cuyera (mgr.14180) 998 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:43.234 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:44.754 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:44 smithi063 conmon[84397]: cluster 2023-11-08T01:23:43.251401+0000 mgr.smithi063.cuyera (mgr.14180) 999 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:44 smithi188 conmon[89266]: cluster 2023-11-08T01:23:43.251401+0000 mgr.smithi063.cuyera (mgr.14180) 999 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:44 smithi188 conmon[89266]: 2023-11-08T01:23:45.096 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:45.096 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:45.759 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:46.760 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:46.790 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:46 smithi063 conmon[84397]: audit 2023-11-08T01:23:45.091998+0000 mgr.smithi063.cuyera (mgr.14180) 1000 : audit [DBG] 2023-11-08T01:23:46.790 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:46 smithi063 conmon[84397]: from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:46.791 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:46 smithi063 conmon[84397]: cluster 2023-11-08T01:23:45.252034+0000 mgr.smithi063.cuyera (mgr.14180) 1001 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:46 smithi188 conmon[89266]: audit 2023-11-08T01:23:45.091998+0000 mgr.smithi063.cuyera (mgr.14180) 1000 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:46 smithi188 conmon[89266]: cluster 2023-11-08 2023-11-08T01:23:46.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:46 smithi188 conmon[89266]: T01:23:45.252034+0000 mgr.smithi063.cuyera (mgr.14180) 1001 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:48.641 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:48.641 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:48.848 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:48 smithi063 conmon[84397]: cluster 2023-11-08T01:23:47.252717+0000 mgr.smithi063.cuyera (mgr.14180) 1002 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:48 smithi188 conmon[89266]: cluster 2023-11-08T01:23:47.252717+0000 mgr.smithi063.cuyera (mgr.14180) 1002 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:49.247 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:49.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:49 smithi188 conmon[89266]: audit 2023-11-08T01:23:48.636825+0000 mgr.smithi063.cuyera (mgr.14180) 1003 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:49.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:49 smithi063 conmon[84397]: audit 2023-11-08T01:23:48.636825+0000 mgr.smithi063.cuyera 2023-11-08T01:23:49.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:49 smithi063 conmon[84397]: (mgr.14180) 1003 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:50.249 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:50.769 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:50 smithi063 conmon[84397]: cluster 2023-11-08T01:23:49.253256+0000 mgr.smithi063.cuyera (mgr.14180) 1004 2023-11-08T01:23:50.770 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:50 smithi063 conmon[84397]: : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:50.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:50 smithi188 conmon[89266]: cluster 2023-11-08T01:23:49.253256+0000 mgr.smithi063.cuyera (mgr.14180) 1004 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:52.053 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:52.054 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:52.679 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:52 smithi188 conmon[89266]: cluster 2023-11-08T01:23:51.253930+0000 mgr.smithi063.cuyera (mgr.14180) 1005 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:52.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:52 smithi063 conmon[84397]: cluster 2023-11-08T01:23:51.253930+0000 mgr.smithi063.cuyera (mgr.14180) 1005 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:53.681 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:53.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:53 smithi188 conmon[89266]: audit 2023-11-08T01:23:52.048993+0000 mgr.smithi063.cuyera (mgr.14180) 1006 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:53.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:53 smithi063 conmon[84397]: audit 2023-11-08T01:23:52.048993+0000 2023-11-08T01:23:53.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:53 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1006 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:54 smithi188 conmon[89266]: cluster 2023-11-08T01:23:53.254556+0000 mgr.smithi063.cuyera (mgr.14180) 1007 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:54.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:54 smithi063 conmon[84397]: cluster 2023-11-08T01:23:53.254556+0000 mgr.smithi063.cuyera (mgr.14180) 1007 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:55.514 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:55.514 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:56.096 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:23:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:56 smithi188 conmon[89266]: cluster 2023-11-08T01:23:55.255109+0000 mgr.smithi063.cuyera (mgr.14180) 1008 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:56 smithi188 conmon[89266]: audit 2023-11-08T 2023-11-08T01:23:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:56 smithi188 conmon[89266]: 01:23:55.509464+0000 mgr.smithi063.cuyera (mgr.14180) 1009 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:56 smithi063 conmon[84397]: cluster 2023-11-08T01:23:55.255109+0000 mgr.smithi063.cuyera (mgr.14180) 1008 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:56 smithi063 conmon[84397]: audit 2023-11-08T01:23:55.509464+0000 mgr.smithi063.cuyera (mgr.14180) 1009 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:23:57.098 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:23:58.605 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:23:58 smithi063 conmon[84397]: cluster 2023-11-08T01:23:57.255757+0000 mgr.smithi063.cuyera (mgr.14180) 1010 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:58 smithi188 conmon[89266]: cluster 2023-11-08T01:23:57.255757+0000 mgr.smithi063.cuyera (mgr.14180) 1010 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:23:58.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:23:58 smithi188 conmon[89266]: 2023-11-08T01:23:58.954 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:23:58.955 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:23:59.513 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:00.515 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:00.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:00 smithi188 conmon[89266]: audit 2023-11-08T01:23:58.949173+0000 mgr.smithi063.cuyera (mgr.14180) 1011 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:00.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:00 smithi188 conmon[89266]: cluster 2023-11-08T01:23:59 2023-11-08T01:24:00.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:00 smithi188 conmon[89266]: .256414+0000 mgr.smithi063.cuyera (mgr.14180) 1012 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:00 smithi063 conmon[84397]: audit 2023-11-08T01:23:58.949173+0000 2023-11-08T01:24:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:00 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1011 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:00.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:00 smithi063 conmon[84397]: cluster 2023-11-08T01:23:59.256414+0000 2023-11-08T01:24:00.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:00 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1012 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:01.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:01 smithi063 conmon[84397]: audit 2023-11-08T01:24:01. 2023-11-08T01:24:01.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:01 smithi063 conmon[84397]: 238791+0000 mon.smithi063 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:24:01.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:01 smithi188 conmon[89266]: audit 2023-11-08T01:24:01.238791+0000 mon.smithi063 (mon.0) 2023-11-08T01:24:01.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:01 smithi188 conmon[89266]: 716 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:24:02.394 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:02.395 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:51.833550Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:51.833697Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:51.833771Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:51.833837Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:51.833901Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:51.834169Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:02.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:02 smithi188 conmon[89266]: cluster 2023-11-08T01:24:01.257160+0000 2023-11-08T01:24:02.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:02 smithi188 conmon[89266]: mgr.smithi063.cuyera (mgr.14180) 1013 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:02.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:02 smithi188 conmon[89266]: audit 2023-11-08T01:24:01.569371+0000 mon.smithi063 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:24:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:02 smithi063 conmon[84397]: cluster 2023-11-08T01:24:01.257160+0000 mgr.smithi063.cuyera (mgr.14180) 1013 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:02 smithi063 conmon[84397]: audit 2023-11-08T01:24:01.569371+0000 mon.smithi063 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:24:03.202 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:03.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:03 smithi188 conmon[89266]: audit 2023-11-08T01:24:02.388285+0000 mgr.smithi063.cuyera ( 2023-11-08T01:24:03.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:03 smithi188 conmon[89266]: mgr.14180) 1014 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:03.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:03 smithi188 conmon[89266]: audit 2023-11-08T01:24:03.153617+0000 mon.smithi063 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:24:03.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:03 smithi063 conmon[84397]: audit 2023-11-08T01:24:02. 2023-11-08T01:24:03.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:03 smithi063 conmon[84397]: 388285+0000 mgr.smithi063.cuyera (mgr.14180) 1014 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:03.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:03 smithi063 conmon[84397]: audit 2023-11-08T01:24:03.153617+0000 mon.smithi063 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:24:04.203 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:04 smithi188 conmon[89266]: cluster 2023-11-08T01:24:03.257777+0000 mgr.smithi063.cuyera (mgr.14180) 1015 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:04.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:04 smithi063 conmon[84397]: cluster 2023-11-08T01:24:03.257777+0000 mgr.smithi063.cuyera (mgr.14180) 1015 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:06.398 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:06.398 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:17:54.290378Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:17:54.290445Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:17:54.290510Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:17:54.290305Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:17:54.290165Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:17:54.290588Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:17:54.290715Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:17:54.290653Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:17:54.290963Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:06 smithi188 conmon[89266]: cluster 2023-11-08T01:24:05.258332+0000 mgr.smithi063.cuyera ( 2023-11-08T01:24:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:06 smithi188 conmon[89266]: mgr.14180) 1016 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:06.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:06 smithi188 conmon[89266]: audit 2023-11-08T01:24:06.428655+0000 mon.smithi063 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:24:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:06 smithi063 conmon[84397]: cluster 2023-11-08T01:24:05.258332+0000 mgr.smithi063.cuyera (mgr.14180) 1016 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:06 smithi063 conmon[84397]: audit 2023-11-08T01:24:06.428655+0000 mon.smithi063 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:24:06.945 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:07.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:07 smithi188 conmon[89266]: audit 2023-11-08T01:24:06.392952+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:24:07.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:07 smithi188 conmon[89266]: ) 1017 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:07.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:07 smithi188 conmon[89266]: audit 2023-11-08T01:24:06.839894+0000 mon.smithi063 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:24:07.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:07 smithi188 conmon[89266]: audit 2023-11-08T01:24:06.840577 2023-11-08T01:24:07.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:07 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:24:07.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:07 smithi188 conmon[89266]: audit 2023-11-08T01:24:07.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:07 smithi188 conmon[89266]: 2023-11-08T01:24:06.844994+0000 mon.smithi063 ( 2023-11-08T01:24:07.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:07 smithi188 conmon[89266]: mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:24:07.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:07 smithi188 conmon[89266]: audit 2023 2023-11-08T01:24:07.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:07 smithi188 conmon[89266]: -11-08T01:24:06.848595+0000 mon.smithi063 ( 2023-11-08T01:24:07.862 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:07 smithi188 conmon[89266]: mon.0) 723 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:24:07.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:07 smithi063 conmon[84397]: audit 2023-11-08T01:24:06.392952+0000 mgr.smithi063.cuyera (mgr.14180) 1017 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:07.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:07 smithi063 conmon[84397]: audit 2023-11-08T01:24:06.839894+0000 mon.smithi063 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:24:07.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:07 smithi063 conmon[84397]: audit 2023-11-08T01:24:06.840577+0000 mon.smithi063 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:24:07.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:07 smithi063 conmon[84397]: audit 2023-11-08T01:24:06.844994+0000 mon.smithi063 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:24:07.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:07 smithi063 conmon[84397]: audit 2023-11-08T01:24:06.848595+0000 mon.smithi063 (mon.0) 723 : audit [DBG] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T01:24:07.946 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:08.655 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:08 smithi063 conmon[84397]: cluster 2023-11-08T01:24:06.845480+0000 mgr.smithi063.cuyera (mgr.14180) 1018 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:08.656 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:08 smithi063 conmon[84397]: cephadm 2023-11-08T01:24:06.853849+0000 mgr.smithi063.cuyera (mgr.14180) 1019 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi188.cpehyy on smithi188 2023-11-08T01:24:08.656 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:08 smithi063 conmon[84397]: cluster 2023-11-08T01:24:07.843345+0000 mon.smithi063 (mon.0) 724 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T01:24:08.656 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:08 smithi063 conmon[84397]: cluster 2023-11-08T01:24:07.843409+0000 mon.smithi063 (mon.0) 725 : cluster [INF] Cluster is now healthy 2023-11-08T01:24:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:08 smithi188 conmon[89266]: cluster 2023-11-08T01:24:06.845480+0000 mgr.smithi063.cuyera (mgr.14180) 1018 : cluster [DBG] 2023-11-08T01:24:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:08 smithi188 conmon[89266]: pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:08 smithi188 conmon[89266]: cephadm 2023-11-08T01:24:06.853849+0000 mgr.smithi063.cuyera (mgr.14180) 1019 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi188.cpehyy on smithi188 2023-11-08T01:24:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:08 smithi188 conmon[89266]: cluster 2023-11-08T01:24:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:08 smithi188 conmon[89266]: 2023-11-08T01:24:07.843345+0000 mon.smithi063 (mon.0) 724 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T01:24:08.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:08 smithi188 conmon[89266]: cluster 2023-11-08T01:24 2023-11-08T01:24:08.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:08 smithi188 conmon[89266]: :07.843409+0000 mon.smithi063 (mon.0) 725 : cluster [INF] 2023-11-08T01:24:08.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:08 smithi188 conmon[89266]: Cluster is now healthy 2023-11-08T01:24:09.768 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:09.768 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:10.285 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:10.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:10 smithi063 conmon[84397]: cluster 2023-11-08T01:24:08.846101+0000 mgr.smithi063.cuyera 2023-11-08T01:24:10.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:10 smithi063 conmon[84397]: (mgr.14180) 1020 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:10.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:10 smithi063 conmon[84397]: audit 2023-11-08T01:24:09.366661+0000 mon.smithi063 (mon.0) 2023-11-08T01:24:10.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:10 smithi063 conmon[84397]: 726 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:24:10.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:10 smithi063 conmon[84397]: audit 2023-11- 2023-11-08T01:24:10.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:10 smithi063 conmon[84397]: 08T01:24:09.763088+0000 mgr.smithi063.cuyera (mgr.14180) 1021 : audit 2023-11-08T01:24:10.617 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:10 smithi063 conmon[84397]: [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:10.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:10 smithi188 conmon[89266]: cluster 2023-11-08T01:24:08 2023-11-08T01:24:10.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:10 smithi188 conmon[89266]: .846101+0000 mgr.smithi063.cuyera (mgr.14180) 1020 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:10.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:10 smithi188 conmon[89266]: audit 2023-11-08T01:24:09.366661+0000 mon.smithi063 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:24:10.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:10 smithi188 conmon[89266]: audit 2023-11-08T01:24:09.763088+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:24:10.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:10 smithi188 conmon[89266]: .14180) 1021 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:11.286 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:12.546 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:12 smithi063 conmon[84397]: cluster 2023-11-08T01:24:10.846766+0000 mgr.smithi063.cuyera (mgr.14180) 1022 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:12.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:12 smithi188 conmon[89266]: cluster 2023-11-08T01:24:10.846766+0000 mgr.smithi063.cuyera (mgr.14180) 1022 : cluster 2023-11-08T01:24:12.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:12 smithi188 conmon[89266]: [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:13.139 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:13.139 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:13.744 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:14.745 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:14.774 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:14 smithi063 conmon[84397]: cluster 2023-11-08T01:24:12.847246+0000 mgr.smithi063.cuyera (mgr.14180) 1023 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:14.774 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:14 smithi063 conmon[84397]: audit 2023-11-08T01:24:13.134414+0000 mgr.smithi063.cuyera (mgr.14180) 1024 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:14.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:14 smithi188 conmon[89266]: cluster 2023-11-08T01:24:12.847246+0000 mgr.smithi063.cuyera (mgr.14180) 1023 : cluster 2023-11-08T01:24:14.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:14 smithi188 conmon[89266]: [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:14.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:14 smithi188 conmon[89266]: audit 2023-11-08T01:24:13.134414+0000 mgr.smithi063.cuyera (mgr.14180) 1024 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:16.540 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:16.540 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:16.727 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:16 smithi063 conmon[84397]: cluster 2023-11-08T01:24:14.847691+0000 mgr.smithi063.cuyera (mgr.14180) 1025 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:16 smithi188 conmon[89266]: cluster 2023-11-08T01:24:14.847691+0000 mgr.smithi063.cuyera (mgr.14180) 1025 : cluster 2023-11-08T01:24:16.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:16 smithi188 conmon[89266]: [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:17.102 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:17.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:17 smithi188 conmon[89266]: audit 2023-11-08T01:24:16.535003+0000 mgr.smithi063.cuyera (mgr.14180) 1026 : audit 2023-11-08T01:24:17.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:17 smithi188 conmon[89266]: [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:17.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:17 smithi063 conmon[84397]: audit 2023-11-08T01:24:16.535003+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:24:17.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:17 smithi063 conmon[84397]: ) 1026 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:18.103 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:18.795 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:18 smithi063 conmon[84397]: cluster 2023-11-08T01:24:16.848404+0000 mgr.smithi063.cuyera (mgr.14180) 1027 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:18.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:18 smithi188 conmon[89266]: cluster 2023-11-08T01:24:16.848404+0000 mgr.smithi063.cuyera (mgr.14180) 1027 : cluster [DBG] 2023-11-08T01:24:18.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:18 smithi188 conmon[89266]: pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:19.999 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:20.000 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:20.560 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:20 smithi188 conmon[89266]: cluster 2023-11-08T01:24:18.848914+0000 mgr.smithi063.cuyera (mgr.14180) 1028 : cluster [DBG] 2023-11-08T01:24:20.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:20 smithi188 conmon[89266]: pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:20 smithi063 conmon[84397]: cluster 2023-11-08T01:24:18.848914+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:24:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:20 smithi063 conmon[84397]: 14180) 1028 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:21.562 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:21.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:21 smithi188 conmon[89266]: audit 2023-11-08T01:24:19.995031+0000 mgr.smithi063.cuyera (mgr.14180) 1029 : 2023-11-08T01:24:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:21 smithi188 conmon[89266]: audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:21.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:21 smithi063 conmon[84397]: audit 2023-11-08T01:24:19.995031+0000 mgr.smithi063.cuyera (mgr.14180) 1029 : 2023-11-08T01:24:21.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:21 smithi063 conmon[84397]: audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:22.811 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:22 smithi063 conmon[84397]: cluster 2023-11-08T01:24:20.849438+0000 mgr.smithi063.cuyera (mgr.14180) 1030 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:22 smithi188 conmon[89266]: cluster 2023-11-08T01:24:20.849438+0000 mgr.smithi063.cuyera (mgr.14180) 1030 : cluster 2023-11-08T01:24:22.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:22 smithi188 conmon[89266]: [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:23.436 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:23.436 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:24.110 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:24 smithi188 conmon[89266]: cluster 2023-11-08T01:24:22.849969+0000 mgr.smithi063.cuyera (mgr.14180) 1031 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:24 smithi188 conmon[89266]: audit 2023-11-08T01:24:23.431341+0000 mgr.smithi063.cuyera (mgr.14180) 1032 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:24 smithi063 conmon[84397]: cluster 2023-11-08T01:24:22.849969+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:24:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:24 smithi063 conmon[84397]: .14180) 1031 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:24.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:24 smithi063 conmon[84397]: audit 2023-11-08T01:24:23.431341+0000 mgr.smithi063.cuyera (mgr.14180) 1032 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:25.111 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:26.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:26 smithi063 conmon[84397]: cluster 2023-11-08T01:24:24.850560+0000 mgr.smithi063.cuyera (mgr.14180) 1033 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:26 smithi188 conmon[89266]: cluster 2023-11-08T01:24:24.850560+0000 mgr.smithi063.cuyera (mgr.14180) 1033 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:27.003 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:27.003 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:27.626 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:28.628 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:28 smithi188 conmon[89266]: cluster 2023-11-08T01:24:26.851046+0000 mgr.smithi063.cuyera (mgr.14180) 1034 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:28.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:28 smithi188 conmon[89266]: audit 2023-11-08T01:24:26.997967+0000 mgr.smithi063.cuyera (mgr.14180) 1035 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:28 smithi063 conmon[84397]: cluster 2023-11-08T01:24:26.851046+0000 mgr.smithi063.cuyera (mgr.14180) 1034 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:28 smithi063 conmon[84397]: audit 2023-11-08T01:24:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:28 smithi063 conmon[84397]: 2023-11-08T01:24:26.997967+0000 mgr.smithi063.cuyera (mgr.14180) 1035 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:30.456 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:30.456 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:30.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:30 smithi188 conmon[89266]: cluster 2023-11-08T01:24:28.851607+0000 mgr.smithi063.cuyera (mgr.14180) 1036 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:30.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:30 smithi188 conmon[89266]: 2023-11-08T01:24:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:30 smithi063 conmon[84397]: cluster 2023-11-08T01:24:28.851607+0000 mgr.smithi063.cuyera ( 2023-11-08T01:24:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:30 smithi063 conmon[84397]: mgr.14180) 1036 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:31.050 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:31.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:31 smithi188 conmon[89266]: audit 2023-11-08T01:24:30.451618+0000 mgr.smithi063.cuyera (mgr.14180) 1037 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:31.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:31 smithi063 conmon[84397]: audit 2023-11-08T01:24:30.451618+0000 mgr.smithi063.cuyera (mgr.14180) 1037 : audit [DBG] 2023-11-08T01:24:31.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:31 smithi063 conmon[84397]: from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:32.051 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:32 smithi188 conmon[89266]: cluster 2023-11-08T01:24:30.852152+0000 mgr.smithi063.cuyera (mgr.14180) 1038 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:32 smithi063 conmon[84397]: cluster 2023-11-08T01:24:30. 2023-11-08T01:24:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:32 smithi063 conmon[84397]: 852152+0000 mgr.smithi063.cuyera (mgr.14180) 1038 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:33.862 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:33.862 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:34.424 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:34 smithi188 conmon[89266]: cluster 2023-11-08T01:24:32.852777+0000 mgr.smithi063.cuyera (mgr.14180) 1039 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:34 smithi063 conmon[84397]: cluster 2023-11-08T01:24:32.852777+0000 mgr.smithi063.cuyera ( 2023-11-08T01:24:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:34 smithi063 conmon[84397]: mgr.14180) 1039 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:35.425 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:35.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:35 smithi188 conmon[89266]: audit 2023-11-08T01:24:33.857635+0000 mgr.smithi063.cuyera (mgr.14180) 1040 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:35.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:35 smithi063 conmon[84397]: audit 2023-11-08T01:24:33.857635+0000 mgr.smithi063.cuyera (mgr.14180) 1040 : audit 2023-11-08T01:24:35.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:35 smithi063 conmon[84397]: [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:36.836 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:36 smithi063 conmon[84397]: cluster 2023-11-08T01:24:34.853246+0000 mgr.smithi063.cuyera (mgr.14180) 1041 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:36 smithi188 conmon[89266]: cluster 2023-11-08T01:24:34.853246+0000 mgr.smithi063.cuyera (mgr.14180) 1041 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:37.207 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:37.207 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:37.749 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:38.750 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:38.782 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:38 smithi063 conmon[84397]: cluster 2023-11-08T01:24:36.854019+0000 mgr.smithi063.cuyera (mgr.14180) 1042 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:38.782 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:38 smithi063 conmon[84397]: audit 2023-11-08T01:24:37.202625+0000 mgr.smithi063.cuyera (mgr.14180) 1043 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:38 smithi188 conmon[89266]: cluster 2023-11-08T01:24:36.854019+0000 mgr.smithi063.cuyera (mgr.14180) 1042 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:38.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:38 smithi188 conmon[89266]: audit 2023-11-08T01:24:37.202625+0000 mgr.smithi063.cuyera (mgr.14180) 1043 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:40.633 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:40.634 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:40.815 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:40 smithi063 conmon[84397]: cluster 2023-11-08T01:24:38.854669+0000 2023-11-08T01:24:40.816 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:40 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1044 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:40.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:40 smithi188 conmon[89266]: cluster 2023-11-08T01:24:38.854669+0000 mgr.smithi063.cuyera (mgr.14180) 1044 : cluster [DBG] 2023-11-08T01:24:40.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:40 smithi188 conmon[89266]: pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:41.190 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:41.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:41 smithi188 conmon[89266]: audit 2023-11-08T01:24:40.628820+0000 mgr.smithi063.cuyera (mgr.14180) 1045 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:41.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:41 smithi063 conmon[84397]: audit 2023-11-08T01:24:40.628820+0000 mgr.smithi063.cuyera (mgr.14180) 1045 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:42.191 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:42.844 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:42 smithi063 conmon[84397]: cluster 2023-11-08T01:24:40.855175+0000 mgr.smithi063.cuyera ( 2023-11-08T01:24:42.845 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:42 smithi063 conmon[84397]: mgr.14180) 1046 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:42.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:42 smithi188 conmon[89266]: cluster 2023-11-08T01:24:40.855175+0000 mgr.smithi063.cuyera (mgr.14180) 1046 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:44.003 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:44.004 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:44.599 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:44.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:44 smithi188 conmon[89266]: cluster 2023-11-08T01:24:42.855830+0000 mgr.smithi063.cuyera (mgr.14180) 1047 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:44 smithi063 conmon[84397]: cluster 2023-11 2023-11-08T01:24:44.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:44 smithi063 conmon[84397]: -08T01:24:42.855830+0000 mgr.smithi063.cuyera (mgr.14180) 1047 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:45.600 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:45.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:45 smithi188 conmon[89266]: audit 2023-11-08T01:24:43.999537+0000 mgr.smithi063.cuyera (mgr.14180) 1048 : audit 2023-11-08T01:24:45.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:45 smithi188 conmon[89266]: [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:45.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:45 smithi063 conmon[84397]: audit 2023-11-08T01:24:43.999537+0000 mgr.smithi063.cuyera (mgr.14180) 1048 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:46.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:46 smithi188 conmon[89266]: cluster 2023-11-08T01:24:44.856353+0000 mgr.smithi063.cuyera (mgr.14180) 1049 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:46 smithi063 conmon[84397]: cluster 2023-11-08T01:24:44.856353+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:24:46.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:46 smithi063 conmon[84397]: ) 1049 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:47.462 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:47.462 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:48.092 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:48 smithi188 conmon[89266]: cluster 2023-11-08T01:24:46.856984+0000 mgr.smithi063.cuyera (mgr.14180) 1050 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:48.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:48 smithi188 conmon[89266]: audit 2023-11-08T01:24:47.456467+0000 mgr.smithi063.cuyera (mgr.14180) 1051 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:48 smithi063 conmon[84397]: cluster 2023-11-08T01:24:46.856984+0000 mgr.smithi063.cuyera ( 2023-11-08T01:24:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:48 smithi063 conmon[84397]: mgr.14180) 1050 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:48 smithi063 conmon[84397]: audit 2023-11-08T01:24:47.456467+0000 mgr.smithi063.cuyera (mgr.14180) 1051 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:49.094 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:50.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:50 smithi188 conmon[89266]: cluster 2023-11-08T01:24:48.857626+0000 mgr.smithi063.cuyera (mgr.14180) 1052 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:50.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:50 smithi063 conmon[84397]: cluster 2023-11-08T01:24:48.857626+0000 mgr.smithi063.cuyera ( 2023-11-08T01:24:50.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:50 smithi063 conmon[84397]: mgr.14180) 1052 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:50.920 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:50.921 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:51.525 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:52.526 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:52 smithi188 conmon[89266]: cluster 2023-11-08T01:24:50.858155+0000 mgr.smithi063.cuyera (mgr.14180) 1053 : cluster [DBG] 2023-11-08T01:24:52.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:52 smithi188 conmon[89266]: pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:52.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:52 smithi188 conmon[89266]: audit 2023-11-08T01:24:50.916160+0000 mgr.smithi063.cuyera (mgr.14180) 1054 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:52.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:52 smithi063 conmon[84397]: cluster 2023-11-08T01:24:50.858155+0000 2023-11-08T01:24:52.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:52 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1053 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:52.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:52 smithi063 conmon[84397]: audit 2023-11-08T01:24:50.916160+0000 mgr.smithi063.cuyera (mgr.14180) 1054 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:54.441 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:54.442 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:54.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:54 smithi188 conmon[89266]: cluster 2023-11-08T01:24:52.858622+0000 mgr.smithi063.cuyera (mgr.14180) 1055 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:54.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:54 smithi063 conmon[84397]: cluster 2023-11-08T01:24:52.858622+0000 mgr.smithi063.cuyera (mgr.14180) 1055 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:55.089 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:55.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:55 smithi188 conmon[89266]: audit 2023-11-08T01:24:54.436722+0000 mgr.smithi063.cuyera (mgr.14180) 1056 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:55.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:55 smithi063 conmon[84397]: audit 2023-11-08T01:24:54.436722+0000 mgr.smithi063.cuyera (mgr.14180) 1056 : audit 2023-11-08T01:24:55.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:55 smithi063 conmon[84397]: [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:56.091 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:56 smithi188 conmon[89266]: cluster 2023-11-08T01:24:54.859092+0000 mgr.smithi063.cuyera (mgr.14180) 1057 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:56.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:56 smithi063 conmon[84397]: cluster 2023-11-08T01:24:54.859092+0000 mgr.smithi063.cuyera (mgr.14180) 1057 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:57.933 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:24:57.934 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:24:58.513 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:24:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:58 smithi188 conmon[89266]: cluster 2023-11-08T01:24:56.859500+0000 mgr.smithi063.cuyera (mgr.14180) 1058 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:58 smithi063 conmon[84397]: cluster 2023-11-08T01:24:56.859500+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:24:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:58 smithi063 conmon[84397]: 14180) 1058 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:24:59.514 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:24:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:59 smithi188 conmon[89266]: audit 2023-11-08T01:24:57.928471+0000 mgr.smithi063.cuyera (mgr.14180) 1059 : audit [DBG] 2023-11-08T01:24:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:24:59 smithi188 conmon[89266]: from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:24:59.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:59 smithi063 conmon[84397]: audit 2023-11-08T01:24:57.928471+0000 mgr.smithi063.cuyera 2023-11-08T01:24:59.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:24:59 smithi063 conmon[84397]: (mgr.14180) 1059 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:00.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:00 smithi188 conmon[89266]: cluster 2023-11-08T01:24:58.860050+0000 mgr.smithi063.cuyera (mgr.14180) 1060 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:00.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:00 smithi063 conmon[84397]: cluster 2023-11-08T01:24:58.860050+0000 mgr.smithi063.cuyera (mgr.14180) 1060 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:01.351 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:01.352 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:01.982 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:02.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:02 smithi188 conmon[89266]: cluster 2023-11-08T01:25:00.860758+0000 mgr.smithi063.cuyera (mgr.14180) 1061 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:02.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:02 smithi188 conmon[89266]: audit 2023-11-08T01:25:01.347173+0000 mgr.smithi063.cuyera (mgr.14180) 1062 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:02 smithi063 conmon[84397]: cluster 2023-11-08T01:25:00.860758+0000 mgr.smithi063.cuyera (mgr.14180) 1061 : cluster [DBG] 2023-11-08T01:25:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:02 smithi063 conmon[84397]: pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:02 smithi063 conmon[84397]: audit 2023-11-08T01:25:01.347173+0000 mgr.smithi063.cuyera (mgr.14180) 1062 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:02.983 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:04.816 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:04.816 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:04.840 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:04 smithi063 conmon[84397]: cluster 2023-11-08T01:25:02.861480+0000 mgr.smithi063.cuyera (mgr.14180) 1063 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:04 smithi188 conmon[89266]: cluster 2023-11-08T 2023-11-08T01:25:04.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:04 smithi188 conmon[89266]: 01:25:02.861480+0000 mgr.smithi063.cuyera (mgr.14180) 1063 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:05.337 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:05.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:05 smithi188 conmon[89266]: audit 2023-11-08T01:25:04.811243+0000 2023-11-08T01:25:05.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:05 smithi188 conmon[89266]: mgr.smithi063.cuyera (mgr.14180) 1064 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:05.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:05 smithi063 conmon[84397]: audit 2023-11-08T01:25:04.811243+0000 mgr.smithi063.cuyera (mgr.14180) 1064 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:06.339 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:06.797 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:06 smithi063 conmon[84397]: cluster 2023-11-08T01:25: 2023-11-08T01:25:06.797 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:06 smithi063 conmon[84397]: 04.861920+0000 mgr.smithi063.cuyera (mgr.14180) 1065 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:06 smithi188 conmon[89266]: cluster 2023-11-08T01:25:04.861920+0000 mgr.smithi063.cuyera (mgr.14180) 1065 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:08.150 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:08.151 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:08.737 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:08 smithi188 conmon[89266]: cluster 2023-11-08T01:25:06.862362+0000 mgr.smithi063.cuyera (mgr.14180) 1066 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:08 smithi063 conmon[84397]: cluster 2023-11-08T01:25:06.862362+0000 mgr.smithi063.cuyera (mgr.14180) 1066 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:09.738 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:09.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:09 smithi188 conmon[89266]: audit 2023-11-08T01:25:08.145977+0000 mgr.smithi063.cuyera (mgr.14180) 1067 2023-11-08T01:25:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:09 smithi188 conmon[89266]: : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:09.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:09 smithi063 conmon[84397]: audit 2023-11-08T01:25:08.145977+0000 mgr.smithi063.cuyera (mgr.14180) 1067 : audit 2023-11-08T01:25:09.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:09 smithi063 conmon[84397]: [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:10.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:10 smithi188 conmon[89266]: cluster 2023-11-08T01:25:08.862950+0000 mgr.smithi063.cuyera (mgr.14180) 1068 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:10.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:10 smithi063 conmon[84397]: cluster 2023-11-08T01:25:08. 2023-11-08T01:25:10.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:10 smithi063 conmon[84397]: 862950+0000 mgr.smithi063.cuyera (mgr.14180) 1068 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:11.647 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:11.648 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:12.336 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:12.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:12 smithi188 conmon[89266]: cluster 2023-11-08T01:25:10.863742+0000 mgr.smithi063.cuyera (mgr.14180) 1069 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:12 smithi188 conmon[89266]: audit 2023-11- 2023-11-08T01:25:12.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:12 smithi188 conmon[89266]: 08T01:25:11.643108+0000 mgr.smithi063.cuyera (mgr.14180) 1070 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:12 smithi063 conmon[84397]: cluster 2023-11-08T01:25:10.863742+0000 mgr.smithi063.cuyera (mgr.14180) 1069 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:12 smithi063 conmon[84397]: audit 2023-11-08T01:25:11.643108+0000 mgr.smithi063.cuyera (mgr.14180) 1070 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:13.338 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:14.814 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:14 smithi063 conmon[84397]: cluster 2023-11-08T01:25:12.864181+0000 mgr.smithi063.cuyera (mgr.14180) 1071 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:14.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:14 smithi188 conmon[89266]: cluster 2023-11-08T01:25:12.864181+0000 mgr.smithi063.cuyera (mgr.14180) 1071 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:15.152 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:15.152 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:15.719 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:16.720 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:16 smithi188 conmon[89266]: cluster 2023-11-08T01:25:14.864624+0000 mgr.smithi063.cuyera (mgr.14180) 1072 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:16 smithi188 conmon[89266]: audit 2023-11-08T01 2023-11-08T01:25:16.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:16 smithi188 conmon[89266]: :25:15.147444+0000 mgr.smithi063.cuyera (mgr.14180) 1073 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:16 smithi063 conmon[84397]: cluster 2023-11-08T01:25:14.864624+0000 mgr.smithi063.cuyera (mgr.14180) 1072 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:16 smithi063 conmon[84397]: audit 2023-11-08T01:25:15.147444+0000 mgr.smithi063.cuyera (mgr.14180) 1073 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:18.492 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:18.492 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:18.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:18 smithi188 conmon[89266]: cluster 2023-11-08T01:25:16.865085+0000 mgr.smithi063.cuyera (mgr.14180) 1074 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:18.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:18 smithi063 conmon[84397]: cluster 2023-11-08T01:25:16.865085+0000 mgr.smithi063.cuyera (mgr.14180) 1074 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:19.087 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:20.087 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:20.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:19 smithi188 conmon[89266]: audit 2023-11-08T01:25:18.487373+0000 mgr.smithi063.cuyera (mgr.14180) 1075 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:20.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:19 smithi063 conmon[84397]: audit 2023-11-08T01:25:18.487373+0000 mgr.smithi063.cuyera (mgr.14180) 1075 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:20.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:20 smithi063 conmon[84397]: cluster 2023-11-08T01:25:18.865562+0000 mgr.smithi063.cuyera 2023-11-08T01:25:20.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:20 smithi063 conmon[84397]: (mgr.14180) 1076 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:21.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:20 smithi188 conmon[89266]: cluster 2023-11-08T01:25:18.865562+0000 mgr.smithi063.cuyera (mgr.14180) 1076 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:21.951 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:21.952 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:22.577 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:22 smithi063 conmon[84397]: cluster 2023-11-08T01:25:20.866087+0000 mgr.smithi063.cuyera (mgr.14180) 1077 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:23.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:22 smithi188 conmon[89266]: cluster 2023-11-08T01:25:20.866087+0000 mgr.smithi063.cuyera (mgr.14180) 1077 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:23.578 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:23.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:23 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:25:23.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:23 smithi063 conmon[84397]: T01:25:21.947017+0000 mgr.smithi063.cuyera (mgr.14180) 1078 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:24.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:23 smithi188 conmon[89266]: audit 2023-11-08T01:25:21.947017+0000 mgr.smithi063.cuyera (mgr.14180) 1078 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:24.860 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:24 smithi063 conmon[84397]: cluster 2023-11-08T01:25:22.866694+0000 mgr.smithi063.cuyera (mgr.14180) 1079 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:25.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:24 smithi188 conmon[89266]: cluster 2023-11-08T01:25:22.866694+0000 mgr.smithi063.cuyera (mgr.14180) 1079 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:25.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:24 smithi188 conmon[89266]: 2023-11-08T01:25:25.440 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:25.440 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:26.034 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:27.035 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:27.064 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:26 smithi063 conmon[84397]: cluster 2023-11-08T01:25:24.867141+0000 mgr.smithi063.cuyera (mgr.14180) 1080 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:27.065 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:26 smithi063 conmon[84397]: audit 2023-11-08T01:25:25.435577+0000 mgr.smithi063.cuyera (mgr.14180) 1081 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:27.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:26 smithi188 conmon[89266]: cluster 2023-11-08T01:25:24.867141+0000 mgr.smithi063.cuyera (mgr.14180) 1080 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:27.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:26 smithi188 conmon[89266]: 2023-11-08T01:25:27.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:26 smithi188 conmon[89266]: audit 2023-11-08T01:25:25.435577+0000 mgr.smithi063.cuyera (mgr.14180) 1081 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:28.851 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:28.852 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:28 smithi063 conmon[84397]: cluster 2023-11-08T01:25:26.867858+0000 2023-11-08T01:25:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:28 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1082 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:29.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:28 smithi188 conmon[89266]: cluster 2023-11-08T01:25:26.867858+0000 mgr.smithi063.cuyera (mgr.14180) 1082 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:29.417 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:30.418 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:30.927 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:30 smithi063 conmon[84397]: audit 2023-11-08T01:25:28 2023-11-08T01:25:30.928 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:30 smithi063 conmon[84397]: .847104+0000 mgr.smithi063.cuyera (mgr.14180) 1083 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:30.928 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:30 smithi063 conmon[84397]: cluster 2023-11-08T01:25:28.868373+0000 mgr.smithi063.cuyera (mgr.14180) 1084 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:31.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:30 smithi188 conmon[89266]: audit 2023-11-08T01:25:28.847104+0000 mgr.smithi063.cuyera (mgr.14180) 1083 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:31.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:30 smithi188 conmon[89266]: cluster 2023-11-08T01:25:28.868373+0000 mgr.smithi063.cuyera (mgr.14180) 1084 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:32.289 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:32.290 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:32.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:32 smithi063 conmon[84397]: cluster 2023-11-08T01:25:30.868995+0000 2023-11-08T01:25:32.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:32 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1085 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:32.927 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:33.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:32 smithi188 conmon[89266]: cluster 2023-11-08T01:25:30.868995+0000 mgr.smithi063.cuyera (mgr.14180) 1085 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:33.927 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:33.959 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:33 smithi063 conmon[84397]: audit 2023-11-08T01:25:32.284604+0000 mgr.smithi063.cuyera (mgr.14180) 1086 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:34.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:33 smithi188 conmon[89266]: audit 2023-11-08T01:25:32.284604+0000 mgr.smithi063.cuyera (mgr.14180) 1086 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:35.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:34 smithi188 conmon[89266]: cluster 2023-11-08T01:25:32.869463+0000 mgr.smithi063.cuyera (mgr.14180) 1087 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:35.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:34 smithi063 conmon[84397]: cluster 2023-11-08T01:25:32.869463+0000 mgr.smithi063.cuyera (mgr.14180) 1087 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:35.819 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:35.819 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:36.435 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:36 smithi063 conmon[84397]: cluster 2023-11-08T01:25:34 2023-11-08T01:25:36.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:36 smithi063 conmon[84397]: .869929+0000 mgr.smithi063.cuyera (mgr.14180) 1088 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:36.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:36 smithi063 conmon[84397]: audit 2023-11-08T01:25:35.813824+0000 mgr.smithi063.cuyera (mgr.14180) 1089 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:37.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:36 smithi188 conmon[89266]: cluster 2023-11-08T01:25:34.869929+0000 mgr.smithi063.cuyera (mgr.14180) 1088 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:37.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:36 smithi188 conmon[89266]: audit 2023-11-08T01:25:35.813824+0000 mgr.smithi063.cuyera (mgr.14180) 1089 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:37.436 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:38.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:38 smithi063 conmon[84397]: cluster 2023-11-08T01:25:36.870437+0000 mgr.smithi063.cuyera (mgr.14180) 1090 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:39.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:38 smithi188 conmon[89266]: cluster 2023-11-08T01:25:36.870437+0000 mgr.smithi063.cuyera (mgr.14180) 1090 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:39.280 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:39.280 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:39.841 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:40.842 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:41.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:40 smithi188 conmon[89266]: cluster 2023-11-08T01:25:38.870970+0000 mgr.smithi063.cuyera (mgr.14180) 1091 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:41.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:40 smithi188 conmon[89266]: audit 2023-11-08T01:25:39.275961+0000 mgr.smithi063.cuyera (mgr.14180) 1092 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:41.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:40 smithi063 conmon[84397]: cluster 2023-11-08T01:25:38.870970+0000 mgr.smithi063.cuyera (mgr.14180) 1091 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:41.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:40 smithi063 conmon[84397]: audit 2023-11-08T01:25:39.275961+0000 mgr.smithi063.cuyera (mgr.14180) 1092 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:42.711 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:42.711 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:43.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:42 smithi188 conmon[89266]: cluster 2023-11-08T01:25:40.871549+0000 mgr.smithi063.cuyera (mgr.14180) 1093 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:43.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:42 smithi063 conmon[84397]: cluster 2023-11-08T01:25:40.871549+0000 mgr.smithi063.cuyera (mgr.14180) 1093 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:43.283 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:44.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:43 smithi188 conmon[89266]: audit 2023-11-08T01:25:42.706515+0000 mgr.smithi063.cuyera (mgr.14180) 1094 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:44.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:43 smithi063 conmon[84397]: audit 2023-11-08T01:25:42.706515+0000 mgr.smithi063.cuyera 2023-11-08T01:25:44.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:43 smithi063 conmon[84397]: (mgr.14180) 1094 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:44.285 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:44.958 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:44 smithi063 conmon[84397]: cluster 2023-11-08T01:25:42.872019+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:25:44.959 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:44 smithi063 conmon[84397]: 14180) 1095 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:45.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:44 smithi188 conmon[89266]: cluster 2023-11-08T01:25:42.872019+0000 mgr.smithi063.cuyera (mgr.14180) 1095 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:46.189 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:46.190 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:46.775 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:47.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:46 smithi188 conmon[89266]: cluster 2023-11-08T01:25:44.872457+0000 mgr.smithi063.cuyera (mgr.14180) 1096 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:47.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:46 smithi188 conmon[89266]: 2023-11-08T01:25:47.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:46 smithi063 conmon[84397]: cluster 2023-11-08T01:25:44.872457+0000 mgr.smithi063.cuyera (mgr.14180) 1096 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:47.776 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:48.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:47 smithi188 conmon[89266]: audit 2023-11-08T01:25:46.184760+0000 mgr.smithi063.cuyera (mgr.14180) 1097 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:48.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:47 smithi188 conmon[89266]: 2023-11-08T01:25:48.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:47 smithi063 conmon[84397]: audit 2023-11-08T01:25:46.184760+0000 mgr.smithi063.cuyera (mgr.14180) 1097 : audit 2023-11-08T01:25:48.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:47 smithi063 conmon[84397]: [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:48 smithi063 conmon[84397]: cluster 2023-11-08T01:25:46.872893+0000 2023-11-08T01:25:48.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:48 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1098 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:48 smithi188 conmon[89266]: cluster 2023-11-08T01:25:46.872893+0000 mgr.smithi063.cuyera (mgr.14180) 1098 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:49.603 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:49.603 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:50.148 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:51.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:50 smithi188 conmon[89266]: cluster 2023-11-08T01:25:48.873552+0000 mgr.smithi063.cuyera (mgr.14180) 1099 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:51.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:50 smithi188 conmon[89266]: audit 2023-11-08T01:25:49.598305+0000 mgr.smithi063.cuyera (mgr.14180) 1100 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:51.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:50 smithi063 conmon[84397]: cluster 2023-11-08T01:25:48. 2023-11-08T01:25:51.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:50 smithi063 conmon[84397]: 873552+0000 mgr.smithi063.cuyera (mgr.14180) 1099 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:51.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:50 smithi063 conmon[84397]: audit 2023-11-08 2023-11-08T01:25:51.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:50 smithi063 conmon[84397]: T01:25:49.598305+0000 mgr.smithi063.cuyera (mgr.14180) 1100 : 2023-11-08T01:25:51.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:50 smithi063 conmon[84397]: audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:51.150 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:52.953 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:52.953 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:52.980 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:52 smithi063 conmon[84397]: cluster 2023-11-08T01:25:50.874163+0000 mgr.smithi063.cuyera (mgr.14180) 1101 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:53.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:52 smithi188 conmon[89266]: cluster 2023-11-08T01:25:50.874163+0000 mgr.smithi063.cuyera (mgr.14180) 1101 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:53.548 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:54.549 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:54.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:54 smithi063 conmon[84397]: cluster 2023-11-08T01:25:52.874610+0000 mgr.smithi063.cuyera ( 2023-11-08T01:25:54.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:54 smithi063 conmon[84397]: mgr.14180) 1102 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:54.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:54 smithi063 conmon[84397]: audit 2023-11-08T01:25:52.948611+0000 mgr.smithi063.cuyera (mgr.14180) 1103 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:55.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:54 smithi188 conmon[89266]: cluster 2023-11-08T01:25:52.874610+0000 mgr.smithi063.cuyera (mgr.14180) 1102 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:55.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:54 smithi188 conmon[89266]: audit 2023-11-08T01:25:52.948611+0000 mgr.smithi063.cuyera (mgr.14180) 1103 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:56.480 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:56.480 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:25:56.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:56 smithi063 conmon[84397]: cluster 2023-11-08T01:25:54.875029+0000 mgr.smithi063.cuyera (mgr.14180) 1104 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:57.057 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:25:57.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:56 smithi188 conmon[89266]: cluster 2023-11-08T01:25:54.875029+0000 mgr.smithi063.cuyera (mgr.14180) 1104 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:58.058 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:25:58.091 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:57 smithi063 conmon[84397]: audit 2023-11-08T01:25:56.475230+0000 mgr.smithi063.cuyera (mgr.14180) 1105 2023-11-08T01:25:58.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:57 smithi063 conmon[84397]: : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:58.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:57 smithi188 conmon[89266]: audit 2023-11-08T01:25:56.475230+0000 mgr.smithi063.cuyera (mgr.14180) 1105 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:25:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:25:58 smithi063 conmon[84397]: cluster 2023-11-08T01:25:56.875588+0000 mgr.smithi063.cuyera (mgr.14180) 1106 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:59.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:25:58 smithi188 conmon[89266]: cluster 2023-11-08T01:25:56.875588+0000 mgr.smithi063.cuyera (mgr.14180) 1106 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:25:59.974 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:25:59.974 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:00.558 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:00 smithi063 conmon[84397]: cluster 2023-11-08T01:25:58.876064+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:26:00.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:00 smithi063 conmon[84397]: 1107 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:01.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:00 smithi188 conmon[89266]: cluster 2023-11-08T01:25:58.876064+0000 mgr.smithi063.cuyera (mgr.14180) 1107 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:01.559 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:01.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:01 smithi063 conmon[84397]: audit 2023-11-08T01:25:59.969654+0000 mgr.smithi063.cuyera (mgr.14180) 1108 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:02.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:01 smithi188 conmon[89266]: audit 2023-11-08T01:25:59.969654+0000 mgr.smithi063.cuyera (mgr.14180) 1108 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:02.984 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:02 smithi063 conmon[84397]: cluster 2023-11-08T01:26:00.876689+0000 mgr.smithi063.cuyera (mgr.14180) 1109 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:03.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:02 smithi188 conmon[89266]: cluster 2023-11-08T01:26:00.876689+0000 mgr.smithi063.cuyera (mgr.14180) 1109 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:03.378 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:03.379 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:03.965 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:04.966 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:04.998 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:04 smithi063 conmon[84397]: cluster 2023-11-08T01:26:02.877138+0000 mgr.smithi063.cuyera (mgr.14180) 1110 : cluster 2023-11-08T01:26:04.998 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:04 smithi063 conmon[84397]: [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:04.998 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:04 smithi063 conmon[84397]: audit 2023-11-08T01:26:03.374218+0000 mgr.smithi063.cuyera (mgr.14180) 1111 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:05.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:04 smithi188 conmon[89266]: cluster 2023-11-08T01:26:02.877138+0000 mgr.smithi063.cuyera (mgr.14180) 1110 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:05.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:04 smithi188 conmon[89266]: audit 2023-11-08T01:26:05.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:04 smithi188 conmon[89266]: 2023-11-08T01:26:03.374218+0000 mgr.smithi063.cuyera (mgr.14180) 1111 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:06.781 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:06.781 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:07.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:06 smithi188 conmon[89266]: cluster 2023-11-08T01:26:04.877830+0000 mgr.smithi063.cuyera (mgr.14180) 1112 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:07.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:06 smithi063 conmon[84397]: cluster 2023-11-08T01:26:04.877830+0000 mgr.smithi063.cuyera (mgr.14180) 1112 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:07.464 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:08.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:07 smithi188 conmon[89266]: audit 2023-11-08T01:26:06.776354+0000 mgr.smithi063.cuyera (mgr.14180) 1113 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:08.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:07 smithi063 conmon[84397]: audit 2023-11-08T01:26:06.776354+0000 mgr.smithi063.cuyera 2023-11-08T01:26:08.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:07 smithi063 conmon[84397]: (mgr.14180) 1113 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:08.465 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:08 smithi063 conmon[84397]: cluster 2023-11-08T01:26:06.878559+0000 mgr.smithi063.cuyera 2023-11-08T01:26:08.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:08 smithi063 conmon[84397]: (mgr.14180) 1114 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:09.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:08 smithi188 conmon[89266]: cluster 2023-11-08T01:26:06.878559+0000 mgr.smithi063.cuyera (mgr.14180) 1114 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:10.269 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:10.270 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:10.830 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:11.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:10 smithi188 conmon[89266]: cluster 2023-11-08T01:26:08.879235+0000 mgr.smithi063.cuyera (mgr.14180) 1115 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:11.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:10 smithi063 conmon[84397]: cluster 2023-11-08T01:26:08.879235+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:26:11.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:10 smithi063 conmon[84397]: 14180) 1115 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:11.831 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:12.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:11 smithi188 conmon[89266]: audit 2023-11-08T01:26:10.264854+0000 mgr.smithi063.cuyera (mgr.14180) 1116 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:12.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:11 smithi063 conmon[84397]: audit 2023-11-08T01:26:10.264854+0000 mgr.smithi063.cuyera (mgr.14180) 1116 2023-11-08T01:26:12.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:11 smithi063 conmon[84397]: : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:13.080 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:12 smithi063 conmon[84397]: cluster 2023-11-08T01:26:10.879762+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:26:13.081 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:12 smithi063 conmon[84397]: 14180) 1117 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:13.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:12 smithi188 conmon[89266]: cluster 2023-11-08T01:26:10.879762+0000 mgr.smithi063.cuyera (mgr.14180) 1117 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:13.707 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:13.708 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:14.305 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:15.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:14 smithi188 conmon[89266]: cluster 2023-11-08T01:26:12.880227+0000 mgr.smithi063.cuyera (mgr.14180) 1118 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:15.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:14 smithi188 conmon[89266]: audit 2023-11-08T01:26:13.702712+0000 mgr.smithi063.cuyera (mgr.14180) 1119 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:15.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:14 smithi063 conmon[84397]: cluster 2023-11-08T01:26:12.880227+0000 mgr.smithi063.cuyera (mgr.14180) 1118 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:15.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:14 smithi063 conmon[84397]: audit 2023-11-08T01:26:13.702712+0000 mgr.smithi063.cuyera (mgr.14180) 1119 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:15.306 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:16.824 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:16 smithi063 conmon[84397]: cluster 2023-11-08 2023-11-08T01:26:16.824 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:16 smithi063 conmon[84397]: T01:26:14.880815+0000 mgr.smithi063.cuyera (mgr.14180) 1120 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:17.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:16 smithi188 conmon[89266]: cluster 2023-11-08T01:26:14.880815+0000 mgr.smithi063.cuyera (mgr.14180) 1120 : cluster [DBG] 2023-11-08T01:26:17.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:16 smithi188 conmon[89266]: pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:17.146 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:17.146 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:17.753 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:18.755 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:19.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:18 smithi188 conmon[89266]: cluster 2023-11-08T01:26:16.881268+0000 mgr.smithi063.cuyera (mgr.14180) 1121 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:19.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:18 smithi188 conmon[89266]: audit 2023-11-08T01:26:17.141477+0000 mgr.smithi063.cuyera (mgr.14180) 1122 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:19.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:18 smithi063 conmon[84397]: cluster 2023-11-08T01:26:16.881268+0000 mgr.smithi063.cuyera (mgr.14180) 1121 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:19.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:18 smithi063 conmon[84397]: audit 2023-11-08T01:26:17.141477+0000 mgr.smithi063.cuyera (mgr.14180) 1122 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:20.601 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:20.602 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:21.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:20 smithi188 conmon[89266]: cluster 2023-11-08T01:26:18.881775+0000 mgr.smithi063.cuyera (mgr.14180) 1123 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:21.112 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:20 smithi063 conmon[84397]: cluster 2023-11-08T01:26:18.881775+0000 mgr.smithi063.cuyera (mgr.14180) 1123 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:21.127 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:22.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:21 smithi188 conmon[89266]: audit 2023-11-08T01:26:20.597012+0000 mgr.smithi063.cuyera (mgr.14180) 1124 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:22.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:21 smithi063 conmon[84397]: audit 2023-11-08T01:26:20.597012+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:26:22.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:21 smithi063 conmon[84397]: ) 1124 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:22.128 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:22 smithi063 conmon[84397]: cluster 2023-11-08T01: 2023-11-08T01:26:22.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:22 smithi063 conmon[84397]: 26:20.882318+0000 mgr.smithi063.cuyera (mgr.14180) 1125 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:23.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:22 smithi188 conmon[89266]: cluster 2023-11-08T01:26:20.882318+0000 mgr.smithi063.cuyera (mgr.14180) 1125 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:23.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:22 smithi188 conmon[89266]: 2023-11-08T01:26:23.925 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:23.926 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:24.494 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:25.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:24 smithi188 conmon[89266]: cluster 2023-11-08T01:26:22.882838+0000 mgr.smithi063.cuyera (mgr.14180) 1126 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:25.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:24 smithi188 conmon[89266]: 2023-11-08T01:26:25.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:24 smithi063 conmon[84397]: cluster 2023-11-08T01:26:22.882838+0000 mgr.smithi063.cuyera 2023-11-08T01:26:25.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:24 smithi063 conmon[84397]: (mgr.14180) 1126 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:25.496 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:26.064 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:25 smithi063 conmon[84397]: audit 2023-11-08T01:26 2023-11-08T01:26:26.064 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:25 smithi063 conmon[84397]: :23.919110+0000 mgr.smithi063.cuyera (mgr.14180) 1127 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:26.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:25 smithi188 conmon[89266]: audit 2023-11-08T01:26:23.919110+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:26:26.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:25 smithi188 conmon[89266]: 1127 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:27.007 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:26 smithi063 conmon[84397]: cluster 2023-11-08T01:26:24.883334+0000 mgr.smithi063.cuyera ( 2023-11-08T01:26:27.008 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:26 smithi063 conmon[84397]: mgr.14180) 1128 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:27.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:26 smithi188 conmon[89266]: cluster 2023-11-08T01:26:24.883334+0000 mgr.smithi063.cuyera (mgr.14180) 1128 : 2023-11-08T01:26:27.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:26 smithi188 conmon[89266]: cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:27.330 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:27.330 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:27.885 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:28.887 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:29.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:28 smithi188 conmon[89266]: cluster 2023-11-08T01:26:26.884085+0000 mgr.smithi063.cuyera (mgr.14180) 1129 : cluster [DBG] 2023-11-08T01:26:29.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:28 smithi188 conmon[89266]: pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:29.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:28 smithi188 conmon[89266]: audit 2023-11-08T01:26:27.325715+0000 mgr.smithi063.cuyera (mgr.14180) 1130 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:29.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:28 smithi063 conmon[84397]: cluster 2023-11-08T01:26:26.884085+0000 mgr.smithi063.cuyera ( 2023-11-08T01:26:29.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:28 smithi063 conmon[84397]: mgr.14180) 1129 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:29.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:28 smithi063 conmon[84397]: audit 2023-11-08T01:26:27.325715+0000 mgr.smithi063.cuyera (mgr.14180) 1130 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:30.720 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:30.720 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:31.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:30 smithi188 conmon[89266]: cluster 2023-11-08T01:26:28.884740+0000 mgr.smithi063.cuyera (mgr.14180) 1131 : cluster [DBG] 2023-11-08T01:26:31.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:30 smithi188 conmon[89266]: pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:31.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:30 smithi063 conmon[84397]: cluster 2023-11-08T01:26:28.884740+0000 2023-11-08T01:26:31.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:30 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1131 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:31.245 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:32.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:31 smithi188 conmon[89266]: audit 2023-11-08T01:26:30.715035+0000 mgr.smithi063.cuyera (mgr.14180) 1132 : audit 2023-11-08T01:26:32.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:31 smithi188 conmon[89266]: [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:32.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:31 smithi063 conmon[84397]: audit 2023-11-08T01:26:30.715035+0000 mgr.smithi063.cuyera (mgr.14180) 1132 2023-11-08T01:26:32.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:31 smithi063 conmon[84397]: : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:32.246 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:33.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:32 smithi188 conmon[89266]: cluster 2023-11-08T01:26:30.885472+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:26:33.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:32 smithi188 conmon[89266]: 1133 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:33.110 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:32 smithi063 conmon[84397]: cluster 2023-11-08T01:26:30.885472+0000 mgr.smithi063.cuyera (mgr.14180) 1133 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:34.132 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:34.132 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:34.769 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:35.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:34 smithi188 conmon[89266]: cluster 2023-11-08T01:26:32.885968+0000 mgr.smithi063.cuyera (mgr.14180) 1134 : cluster [DBG] 2023-11-08T01:26:35.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:34 smithi188 conmon[89266]: pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:35.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:34 smithi063 conmon[84397]: cluster 2023-11-08T01:26:32.885968+0000 mgr.smithi063.cuyera ( 2023-11-08T01:26:35.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:34 smithi063 conmon[84397]: mgr.14180) 1134 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:35.770 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:36.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:35 smithi188 conmon[89266]: audit 2023-11-08T01:26:34.127714+0000 mgr.smithi063.cuyera (mgr.14180) 1135 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:36.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:35 smithi188 conmon[89266]: 2023-11-08T01:26:36.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:35 smithi063 conmon[84397]: audit 2023-11-08T01:26:34.127714+0000 mgr.smithi063.cuyera (mgr.14180) 1135 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:36 smithi063 conmon[84397]: cluster 2023-11-08T01:26:34.886427+0000 mgr.smithi063.cuyera (mgr.14180) 1136 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:37.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:36 smithi188 conmon[89266]: cluster 2023-11-08T01:26:34.886427+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:26:37.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:36 smithi188 conmon[89266]: 14180) 1136 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:37.622 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:37.622 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:17:49.680719Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.busbtf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:38.234 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:39.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:38 smithi188 conmon[89266]: cluster 2023-11-08T01:26:36.886917+0000 mgr.smithi063.cuyera (mgr.14180) 1137 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:39.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:38 smithi188 conmon[89266]: audit 2023-11-08T01:26:37.617242+0000 mgr.smithi063.cuyera (mgr.14180) 1138 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:39.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:38 smithi063 conmon[84397]: cluster 2023-11-08T01:26:36.886917+0000 mgr.smithi063.cuyera (mgr.14180) 1137 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:39.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:38 smithi063 conmon[84397]: 2023-11-08T01:26:39.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:38 smithi063 conmon[84397]: audit 2023-11-08T01:26:37.617242+0000 mgr.smithi063.cuyera (mgr.14180) 1138 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:39.236 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:41.103 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:41.104 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:41.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:40 smithi188 conmon[89266]: cluster 2023-11-08T01:26:38.887598+0000 mgr.smithi063.cuyera (mgr.14180) 1139 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:41.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:40 smithi188 conmon[89266]: audit 2023-11-08T01:26:39.902926+0000 mon.smithi063 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi188.cpehyy"}]: dispatch 2023-11-08T01:26:41.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:40 smithi063 conmon[84397]: cluster 2023-11-08T01:26:38.887598+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:26:41.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:40 smithi063 conmon[84397]: .14180) 1139 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:41.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:40 smithi063 conmon[84397]: audit 2023-11-08T01:26:39.902926+0000 mon.smithi063 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi188.cpehyy"}]: dispatch 2023-11-08T01:26:41.667 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:42.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: cephadm 2023-11-08T01:26:39.902455+0000 mgr.smithi063.cuyera (mgr.14180) 1140 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.cpehyy ... 2023-11-08T01:26:42.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:26:42.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:24:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:25:21Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:25:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: Traceback (most recent call last): 2023-11-08T01:26:42.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:26:42.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: yield (conn, connr) 2023-11-08T01:26:42.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:26:42.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: code, '\n'.join(err))) 2023-11-08T01:26:42.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.cpehyy ... 2023-11-08T01:26:42.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:26:42.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:24:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:25:21Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:25:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-11-08T01:26:42.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: cephadm 2023-11-08T01:26:39.902621+0000 mgr.smithi063.cuyera (mgr.14180) 1141 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: cephadm 2023-11-08T01:26:39.903587+0000 mgr.smithi063.cuyera (mgr.14180) 1142 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi188.cpehyy ... 2023-11-08T01:26:42.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:26:42.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:24:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:25:21Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:25:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:41 smithi188 conmon[89266]: cephadm 2023-11-08T01:26:39.905067+0000 mgr.smithi063.cuyera (mgr.14180) 1143 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi063.ubxlni on smithi063 2023-11-08T01:26:42.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: cephadm 2023-11-08T01:26:39.902455+0000 mgr.smithi063.cuyera (mgr.14180) 1140 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.cpehyy ... 2023-11-08T01:26:42.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:26:42.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:24:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:25:21Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:25:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: Traceback (most recent call last): 2023-11-08T01:26:42.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:26:42.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: yield (conn, connr) 2023-11-08T01:26:42.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:26:42.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: code, '\n'.join(err))) 2023-11-08T01:26:42.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.cpehyy ... 2023-11-08T01:26:42.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:26:42.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:24:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:25:21Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:25:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-11-08T01:26:42.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: cephadm 2023-11-08T01:26:39.902621+0000 mgr.smithi063.cuyera (mgr.14180) 1141 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.135 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: cephadm 2023-11-08T01:26:39.903587+0000 mgr.smithi063.cuyera (mgr.14180) 1142 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.135 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:26:42.135 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.135 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:26:42.135 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi188.cpehyy ... 2023-11-08T01:26:42.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:26:42.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:24:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:25:21Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:25:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:26:42.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:26:42.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:26:42.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:41 smithi063 conmon[84397]: cephadm 2023-11-08T01:26:39.905067+0000 mgr.smithi063.cuyera (mgr.14180) 1143 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi063.ubxlni on smithi063 2023-11-08T01:26:42.668 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:43.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:42 smithi188 conmon[89266]: cluster 2023-11-08T01:26:40.888071+0000 mgr.smithi063.cuyera (mgr.14180) 1144 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:43.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:42 smithi188 conmon[89266]: audit 2023-11-08T01:26:41.098782+0000 mgr.smithi063.cuyera (mgr.14180) 1145 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:43.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:42 smithi063 conmon[84397]: cluster 2023-11-08T01:26:40.888071+0000 mgr.smithi063.cuyera (mgr.14180) 1144 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:43.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:42 smithi063 conmon[84397]: audit 2023-11-08T01:26:41.098782+0000 mgr.smithi063.cuyera (mgr.14180) 1145 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:44.513 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:44.514 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:45.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:44 smithi188 conmon[89266]: cluster 2023-11-08T01:26:42.888627+0000 mgr.smithi063.cuyera (mgr.14180) 1146 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:45.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:44 smithi063 conmon[84397]: cluster 2023-11-08T01:26:42.888627+0000 mgr.smithi063.cuyera (mgr.14180) 1146 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:45.158 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:46.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:45 smithi188 conmon[89266]: audit 2023-11-08T01:26:44.508752+0000 mgr.smithi063.cuyera (mgr.14180) 1147 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:46.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:45 smithi063 conmon[84397]: audit 2023-11-08T01:26:44.508752+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:26:46.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:45 smithi063 conmon[84397]: ) 1147 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:46.160 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:46.933 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:46 smithi063 conmon[84397]: cluster 2023-11-08T01:26:44.889047+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:26:46.933 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:46 smithi063 conmon[84397]: ) 1148 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:47.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:46 smithi188 conmon[89266]: cluster 2023-11-08T01:26:44.889047+0000 mgr.smithi063.cuyera (mgr.14180) 1148 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:47.919 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:47.920 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:48.467 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:48 smithi188 conmon[89266]: cluster 2023-11-08T01:26:46.889487+0000 mgr.smithi063.cuyera (mgr.14180) 1149 : cluster 2023-11-08T01:26:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:48 smithi188 conmon[89266]: [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:49.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:48 smithi063 conmon[84397]: cluster 2023-11-08T01:26:46.889487+0000 mgr.smithi063.cuyera (mgr.14180) 1149 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:49.468 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:50.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:49 smithi188 conmon[89266]: audit 2023-11-08T01:26:47.914986+0000 mgr.smithi063.cuyera (mgr.14180) 1150 : audit 2023-11-08T01:26:50.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:49 smithi188 conmon[89266]: [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:50.110 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:49 smithi063 conmon[84397]: audit 2023-11-08T01:26:47.914986+0000 mgr.smithi063.cuyera ( 2023-11-08T01:26:50.110 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:49 smithi063 conmon[84397]: mgr.14180) 1150 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:51.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:50 smithi188 conmon[89266]: cluster 2023-11-08T01:26:48.890061+0000 mgr.smithi063.cuyera (mgr.14180) 1151 2023-11-08T01:26:51.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:50 smithi188 conmon[89266]: : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:51.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:50 smithi063 conmon[84397]: cluster 2023-11-08T01:26:48.890061+0000 mgr.smithi063.cuyera (mgr.14180) 1151 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:51.188 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:51.188 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:51.810 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:52.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:51 smithi063 conmon[84397]: cluster 2023-11-08T01:26:50.890543+0000 mgr.smithi063.cuyera ( 2023-11-08T01:26:52.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:51 smithi063 conmon[84397]: mgr.14180) 1152 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:52.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:51 smithi063 conmon[84397]: audit 2023-11-08T01:26:51.183846+0000 mgr.smithi063.cuyera (mgr.14180) 1153 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:52.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:51 smithi188 conmon[89266]: cluster 2023-11-08T01:26:50.890543+0000 mgr.smithi063.cuyera (mgr.14180) 1152 : cluster [DBG] 2023-11-08T01:26:52.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:51 smithi188 conmon[89266]: pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:52.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:51 smithi188 conmon[89266]: audit 2023-11-08T01:26:51.183846+0000 mgr.smithi063.cuyera (mgr.14180) 1153 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:52.811 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:54.318 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:53 smithi063 conmon[84397]: cluster 2023-11-08T01:26:52.891043+0000 mgr.smithi063.cuyera (mgr.14180) 1154 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:54.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:53 smithi188 conmon[89266]: cluster 2023-11-08T01:26:52.891043+0000 mgr.smithi063.cuyera (mgr.14180) 1154 : cluster [DBG] 2023-11-08T01:26:54.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:53 smithi188 conmon[89266]: pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:54.709 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:54.710 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:55.248 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:55.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:55 smithi188 conmon[89266]: audit 2023-11-08T01:26:54.704775+0000 mgr.smithi063.cuyera (mgr.14180) 1155 : audit 2023-11-08T01:26:55.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:55 smithi188 conmon[89266]: [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:55.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:55 smithi063 conmon[84397]: audit 2023-11-08T01:26:54.704775+0000 mgr.smithi063.cuyera 2023-11-08T01:26:55.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:55 smithi063 conmon[84397]: (mgr.14180) 1155 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:56.249 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:56.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:56 smithi063 conmon[84397]: cluster 2023-11-08T01:26:54.891491+0000 mgr.smithi063.cuyera ( 2023-11-08T01:26:56.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:56 smithi063 conmon[84397]: mgr.14180) 1156 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:56.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:56 smithi188 conmon[89266]: cluster 2023-11-08T01:26:54.891491+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:26:56.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:56 smithi188 conmon[89266]: ) 1156 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:58.082 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:26:58.082 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:26:58.614 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:26:58.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:58 smithi188 conmon[89266]: cluster 2023-11-08T01:26:56.892147+0000 mgr.smithi063.cuyera (mgr.14180) 1157 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:58 smithi063 conmon[84397]: cluster 2023-11-08T01:26:56.892147+0000 mgr.smithi063.cuyera (mgr.14180) 1157 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:26:59.615 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:26:59.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:26:59 smithi188 conmon[89266]: audit 2023-11-08T01:26:58.077134+0000 mgr.smithi063.cuyera (mgr.14180) 1158 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:26:59.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:26:59 smithi063 conmon[84397]: audit 2023-11-08T01:26:58.077134+0000 mgr.smithi063.cuyera (mgr.14180) 1158 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:00.820 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:00 smithi063 conmon[84397]: cluster 2023-11-08T01:26:58.892684+0000 mgr.smithi063.cuyera (mgr.14180) 1159 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:00.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:00 smithi188 conmon[89266]: cluster 2023-11-08T01:26:58.892684+0000 mgr.smithi063.cuyera (mgr.14180) 1159 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:01.446 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:01.446 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:02.107 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:02.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:02 smithi188 conmon[89266]: cluster 2023-11-08T01:27:00.893173+0000 mgr.smithi063.cuyera (mgr.14180) 1160 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:02.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:02 smithi188 conmon[89266]: audit 2023-11-08T01:27:01.441407+0000 mgr.smithi063.cuyera (mgr.14180) 1161 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:02 smithi063 conmon[84397]: cluster 2023-11-08T01:27:00.893173+0000 mgr.smithi063.cuyera ( 2023-11-08T01:27:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:02 smithi063 conmon[84397]: mgr.14180) 1160 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:02.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:02 smithi063 conmon[84397]: audit 2023-11-08T01:27:01.441407+0000 mgr.smithi063.cuyera (mgr.14180) 1161 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:03.108 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:04.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:04 smithi063 conmon[84397]: cluster 2023-11-08T01:27:02.893683+0000 mgr.smithi063.cuyera (mgr.14180) 1162 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:04 smithi188 conmon[89266]: cluster 2023-11-08T01:27:02.893683+0000 mgr.smithi063.cuyera (mgr.14180) 1162 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:04.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:04 smithi188 conmon[89266]: 2023-11-08T01:27:05.003 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:05.004 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:05.572 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:06.574 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:06.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:06 smithi188 conmon[89266]: cluster 2023-11-08T01:27:04.894109+0000 mgr.smithi063.cuyera (mgr.14180) 1163 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:06.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:06 smithi188 conmon[89266]: audit 2023-11-08T01:27:04.999119+0000 mgr.smithi063.cuyera (mgr.14180) 1164 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:06 smithi063 conmon[84397]: cluster 2023-11-08T01:27:04.894109+0000 mgr.smithi063.cuyera (mgr.14180) 1163 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:06 smithi063 conmon[84397]: audit 2023-11-08T01:27:04.999119+0000 mgr.smithi063.cuyera (mgr.14180) 1164 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:08.471 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:08.471 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:08.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:08 smithi188 conmon[89266]: cluster 2023-11-08T01:27:06.894580+0000 mgr.smithi063.cuyera (mgr.14180) 1165 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:08.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:08 smithi063 conmon[84397]: cluster 2023-11-08T01:27:06.894580+0000 mgr.smithi063.cuyera (mgr.14180) 1165 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:09.097 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:09.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:09 smithi188 conmon[89266]: audit 2023-11-08T01:27:08.466429+0000 mgr.smithi063.cuyera (mgr.14180) 1166 : 2023-11-08T01:27:09.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:09 smithi188 conmon[89266]: audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:09.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:09 smithi063 conmon[84397]: audit 2023-11-08T01:27:08.466429+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:27:09.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:09 smithi063 conmon[84397]: ) 1166 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:10.098 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:10.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:10 smithi188 conmon[89266]: cluster 2023-11-08T01:27:08.895167+0000 mgr.smithi063.cuyera (mgr.14180) 1167 : cluster 2023-11-08T01:27:10.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:10 smithi188 conmon[89266]: [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:10.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:10 smithi063 conmon[84397]: cluster 2023-11-08T01:27:08.895167+0000 mgr.smithi063.cuyera (mgr.14180) 1167 : 2023-11-08T01:27:10.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:10 smithi063 conmon[84397]: cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:11.957 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:11.957 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:12.580 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:12.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:12 smithi188 conmon[89266]: cluster 2023-11-08T01:27:10.895912+0000 mgr.smithi063.cuyera (mgr.14180) 1168 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:12 smithi063 conmon[84397]: cluster 2023-11-08T01:27:10.895912+0000 mgr.smithi063.cuyera (mgr.14180) 1168 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:13.581 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:13.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:13 smithi188 conmon[89266]: audit 2023-11-08T01:27:11.952658+0000 mgr.smithi063.cuyera (mgr.14180) 1169 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:13.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:13 smithi188 conmon[89266]: 2023-11-08T01:27:13.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:13 smithi063 conmon[84397]: audit 2023-11-08T01:27:11.952658+0000 mgr.smithi063.cuyera (mgr.14180) 1169 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:14.794 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:14 smithi063 conmon[84397]: cluster 2023-11-08T01:27:12.896560+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:27:14.794 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:14 smithi063 conmon[84397]: .14180) 1170 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:14.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:14 smithi188 conmon[89266]: cluster 2023-11-08T01:27:12.896560+0000 mgr.smithi063.cuyera (mgr.14180) 1170 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:15.401 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:15.401 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:16.004 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:16.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:16 smithi188 conmon[89266]: cluster 2023-11-08T01:27:14.897030+0000 mgr.smithi063.cuyera (mgr.14180) 1171 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:16.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:16 smithi188 conmon[89266]: audit 2023-11-08T01:27:15 2023-11-08T01:27:16.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:16 smithi188 conmon[89266]: .395692+0000 mgr.smithi063.cuyera (mgr.14180) 1172 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:16.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:16 smithi063 conmon[84397]: cluster 2023-11-08T01:27:14.897030+0000 mgr.smithi063.cuyera (mgr.14180) 1171 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:16.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:16 smithi063 conmon[84397]: audit 2023-11-08T01:27:15.395692+0000 mgr.smithi063.cuyera (mgr.14180) 1172 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:17.006 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:18.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:18 smithi063 conmon[84397]: cluster 2023-11-08T01:27:16.897549+0000 2023-11-08T01:27:18.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:18 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1173 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-08T01:27:18.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:18 smithi188 conmon[89266]: cluster 2023-11-08T01:27:16.897549+0000 mgr.smithi063.cuyera (mgr.14180) 1173 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-08T01:27:19.059 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:19.060 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:19.629 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:20.630 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:20 smithi188 conmon[89266]: cluster 2023-11-08T01:27:18.898077+0000 mgr.smithi063.cuyera (mgr.14180) 1174 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 58 KiB/s rd, 0 B/s wr, 97 op/s 2023-11-08T01:27:20.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:20 smithi188 conmon[89266]: audit 2023-11-08T01:27:19.055205+0000 mgr.smithi063.cuyera (mgr.14180) 1175 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:20 smithi063 conmon[84397]: cluster 2023-11-08T01:27:18.898077+0000 mgr.smithi063.cuyera (mgr.14180) 1174 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 58 KiB/s rd, 0 B/s wr, 97 op/s 2023-11-08T01:27:20.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:20 smithi063 conmon[84397]: audit 2023-11-08T01:27:19.055205+0000 mgr.smithi063.cuyera (mgr.14180) 1175 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:22.551 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:22.551 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:22 smithi188 conmon[89266]: cluster 2023-11-08T01:27:20.898632+0000 mgr.smithi063.cuyera (mgr.14180) 1176 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 214 op/s 2023-11-08T01:27:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:22 smithi063 conmon[84397]: cluster 2023-11-08T01:27:20.898632+0000 mgr.smithi063.cuyera (mgr.14180) 1176 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 214 op/s 2023-11-08T01:27:23.119 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:23.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:23 smithi188 conmon[89266]: audit 2023-11-08T01:27:22.546509+0000 mgr.smithi063.cuyera (mgr.14180) 1177 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:23.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:23 smithi063 conmon[84397]: audit 2023-11-08T01:27:22.546509+0000 mgr.smithi063.cuyera (mgr.14180) 1177 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:24.120 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:24 smithi188 conmon[89266]: cluster 2023-11-08T01:27:22.899045+0000 mgr.smithi063.cuyera (mgr.14180) 1178 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 231 op/s 2023-11-08T01:27:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:24 smithi063 conmon[84397]: cluster 2023-11-08T01:27:22.899045+0000 2023-11-08T01:27:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:24 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1178 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 231 op/s 2023-11-08T01:27:26.011 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:26.011 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:26.627 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:26 smithi188 conmon[89266]: cluster 2023-11-08T01:27:24.899496+0000 mgr.smithi063.cuyera (mgr.14180) 1179 : cluster [DBG] 2023-11-08T01:27:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:26 smithi188 conmon[89266]: pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 231 op/s 2023-11-08T01:27:26.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:26 smithi063 conmon[84397]: cluster 2023-11-08T01:27:24.899496+0000 mgr.smithi063.cuyera (mgr.14180) 1179 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 231 op/s 2023-11-08T01:27:27.628 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:27.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:27 smithi188 conmon[89266]: audit 2023-11-08T01:27:26.006234+0000 mgr.smithi063.cuyera (mgr.14180) 1180 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:27.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:27 smithi063 conmon[84397]: audit 2023-11-08T01:27:26.006234+0000 mgr.smithi063.cuyera (mgr.14180) 1180 : audit 2023-11-08T01:27:27.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:27 smithi063 conmon[84397]: [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:28.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:28 smithi188 conmon[89266]: cluster 2023-11-08T01:27:26.899955+0000 mgr.smithi063.cuyera (mgr.14180) 1181 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 231 op/s 2023-11-08T01:27:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:28 smithi063 conmon[84397]: cluster 2023-11-08T01:27:26.899955+0000 mgr.smithi063.cuyera ( 2023-11-08T01:27:28.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:28 smithi063 conmon[84397]: mgr.14180) 1181 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 231 op/s 2023-11-08T01:27:29.507 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:29.507 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:30.052 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:30.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:30 smithi188 conmon[89266]: cluster 2023-11-08T01:27:28.900511+0000 mgr.smithi063.cuyera (mgr.14180) 1182 : cluster [DBG] 2023-11-08T01:27:30.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:30 smithi188 conmon[89266]: pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 137 KiB/s rd, 0 B/s wr, 229 op/s 2023-11-08T01:27:30.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:30 smithi188 conmon[89266]: audit 2023-11-08T01:27:29.502666+0000 mgr.smithi063.cuyera (mgr.14180) 1183 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:30 smithi063 conmon[84397]: cluster 2023-11-08T01:27:28.900511+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:27:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:30 smithi063 conmon[84397]: 1182 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 137 KiB/s rd, 0 B/s wr, 229 op/s 2023-11-08T01:27:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:30 smithi063 conmon[84397]: audit 2023-11-08T01:27:29.502666+0000 mgr.smithi063.cuyera (mgr.14180) 1183 : audit [DBG] 2023-11-08T01:27:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:30 smithi063 conmon[84397]: from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:31.054 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:32 smithi188 conmon[89266]: cluster 2023-11-08T01:27:30.901094+0000 mgr.smithi063.cuyera (mgr.14180) 1184 : cluster [DBG] 2023-11-08T01:27:32.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:32 smithi188 conmon[89266]: pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 134 op/s 2023-11-08T01:27:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:32 smithi063 conmon[84397]: cluster 2023-11-08T01:27:30.901094+0000 mgr.smithi063.cuyera (mgr.14180) 1184 : 2023-11-08T01:27:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:32 smithi063 conmon[84397]: cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 134 op/s 2023-11-08T01:27:32.902 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:32.902 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:33.571 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:34.572 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:34 smithi188 conmon[89266]: audit 2023-11-08T01:27:32.897535+0000 mgr.smithi063.cuyera (mgr.14180) 1185 : audit 2023-11-08T01:27:34.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:34 smithi188 conmon[89266]: [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:34.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:34 smithi188 conmon[89266]: cluster 2023-11-08T01:27:32.901559+0000 mgr.smithi063.cuyera (mgr.14180) 1186 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-08T01:27:34.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:34 smithi063 conmon[84397]: audit 2023-11-08T01:27:32.897535+0000 mgr.smithi063.cuyera (mgr.14180) 1185 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:34.866 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:34 smithi063 conmon[84397]: cluster 2023-11-08T01:27:32.901559+0000 mgr.smithi063.cuyera (mgr.14180) 1186 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-08T01:27:36.427 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:36.427 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:36 smithi188 conmon[89266]: cluster 2023-11-08T01:27:34.902037+0000 mgr.smithi063.cuyera (mgr.14180) 1187 : cluster [DBG] 2023-11-08T01:27:36.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:36 smithi188 conmon[89266]: pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:36.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:36 smithi063 conmon[84397]: cluster 2023-11-08T01:27:34.902037+0000 mgr.smithi063.cuyera (mgr.14180) 1187 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:37.077 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:38.078 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:38.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:37 smithi188 conmon[89266]: audit 2023-11-08T01:27:36.421945+0000 mgr.smithi063.cuyera (mgr.14180) 1188 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:38.110 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:37 smithi063 conmon[84397]: audit 2023-11-08T01:27:36.421945+0000 mgr.smithi063.cuyera 2023-11-08T01:27:38.110 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:37 smithi063 conmon[84397]: (mgr.14180) 1188 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:38 smithi063 conmon[84397]: cluster 2023-11-08T01:27:36.902762+0000 mgr.smithi063.cuyera (mgr.14180) 1189 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:39.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:38 smithi188 conmon[89266]: cluster 2023-11-08T01:27:36.902762+0000 mgr.smithi063.cuyera (mgr.14180) 1189 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:39.942 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:39.943 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:40.501 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:40.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:40 smithi063 conmon[84397]: cluster 2023-11-08T01:27:38.903220+0000 mgr.smithi063.cuyera ( 2023-11-08T01:27:40.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:40 smithi063 conmon[84397]: mgr.14180) 1190 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:41.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:40 smithi188 conmon[89266]: cluster 2023-11-08T01:27:38.903220+0000 mgr.smithi063.cuyera (mgr.14180) 1190 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:41.503 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:41.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:41 smithi063 conmon[84397]: audit 2023-11-08T01:27:39.936971+0000 mgr.smithi063.cuyera ( 2023-11-08T01:27:41.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:41 smithi063 conmon[84397]: mgr.14180) 1191 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:42.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:41 smithi188 conmon[89266]: audit 2023-11-08T01:27:39.936971+0000 mgr.smithi063.cuyera (mgr.14180) 1191 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:42.978 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:42 smithi063 conmon[84397]: cluster 2023-11-08T01:27:40.903818+0000 mgr.smithi063.cuyera (mgr.14180) 1192 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:43.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:42 smithi188 conmon[89266]: cluster 2023-11-08T01:27:40.903818+0000 mgr.smithi063.cuyera (mgr.14180) 1192 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:43.398 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:43.399 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:44.034 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:45.036 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:45.068 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:44 smithi063 conmon[84397]: cluster 2023-11-08T01:27:42.904307+0000 mgr.smithi063.cuyera (mgr.14180) 1193 2023-11-08T01:27:45.069 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:44 smithi063 conmon[84397]: : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:45.069 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:44 smithi063 conmon[84397]: audit 2023-11-08T01:27:43.393837+0000 mgr.smithi063.cuyera (mgr.14180) 1194 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:45.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:44 smithi188 conmon[89266]: cluster 2023-11-08T01:27:42.904307+0000 mgr.smithi063.cuyera (mgr.14180) 1193 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:45.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:44 smithi188 conmon[89266]: audit 2023-11-08T01:27:43.393837+0000 mgr.smithi063.cuyera (mgr.14180) 1194 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:46.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:46 smithi063 conmon[84397]: cluster 2023-11-08T01:27:44.905067+0000 mgr.smithi063.cuyera (mgr.14180) 1195 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:46.920 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:46.920 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:47.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:46 smithi188 conmon[89266]: cluster 2023-11-08T01:27:44.905067+0000 mgr.smithi063.cuyera (mgr.14180) 1195 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:47.508 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:48.509 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:48.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:48 smithi063 conmon[84397]: cluster 2023-11-08T01:27:46.905664+0000 mgr.smithi063.cuyera (mgr.14180) 1196 : cluster 2023-11-08T01:27:48.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:48 smithi063 conmon[84397]: [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:48.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:48 smithi063 conmon[84397]: audit 2023-11-08T01:27:46.915599+0000 mgr.smithi063.cuyera (mgr.14180) 1197 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:48 smithi188 conmon[89266]: cluster 2023-11-08T01:27:46.905664+0000 mgr.smithi063.cuyera (mgr.14180) 1196 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:49.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:48 smithi188 conmon[89266]: 2023-11-08T01:27:49.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:48 smithi188 conmon[89266]: audit 2023-11-08T01:27:46.915599+0000 mgr.smithi063.cuyera (mgr.14180) 1197 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:50.356 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:50.357 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:50 smithi063 conmon[84397]: cluster 2023-11-08T01:27:48.906357+0000 mgr.smithi063.cuyera (mgr 2023-11-08T01:27:50.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:50 smithi063 conmon[84397]: .14180) 1198 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:50.949 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:51.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:50 smithi188 conmon[89266]: cluster 2023-11-08T01:27:48.906357+0000 mgr.smithi063.cuyera (mgr.14180) 1198 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:51.950 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:51.983 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:51 smithi063 conmon[84397]: audit 2023-11-08T01:27:50.351818+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:27:51.983 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:51 smithi063 conmon[84397]: ) 1199 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:52.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:51 smithi188 conmon[89266]: audit 2023-11-08T01:27:50.351818+0000 mgr.smithi063.cuyera (mgr.14180) 1199 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:52.750 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:52 smithi063 conmon[84397]: cluster 2023-11-08T01:27:50.906903+0000 mgr.smithi063.cuyera (mgr.14180) 1200 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:53.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:52 smithi188 conmon[89266]: cluster 2023-11-08T01:27:50.906903+0000 mgr.smithi063.cuyera (mgr.14180) 1200 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:53.765 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:53.766 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:54.332 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:55.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:54 smithi188 conmon[89266]: cluster 2023-11-08T01:27:52.907601+0000 mgr.smithi063.cuyera (mgr.14180) 1201 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:55.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:54 smithi188 conmon[89266]: audit 2023-11-08T01:27:55.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:54 smithi188 conmon[89266]: 2023-11-08T01:27:53.760967+0000 mgr.smithi063.cuyera (mgr.14180) 1202 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:55.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:54 smithi063 conmon[84397]: cluster 2023-11-08T01:27:52.907601+0000 mgr.smithi063.cuyera ( 2023-11-08T01:27:55.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:54 smithi063 conmon[84397]: mgr.14180) 1201 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:55.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:54 smithi063 conmon[84397]: audit 2023-11-08T01:27:53.760967+0000 mgr.smithi063.cuyera (mgr.14180) 1202 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:55.333 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:56.849 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:56 smithi063 conmon[84397]: cluster 2023-11-08T01:27:54.908287+0000 mgr.smithi063.cuyera (mgr.14180) 1203 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:57.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:56 smithi188 conmon[89266]: cluster 2023-11-08T01:27:54.908287+0000 mgr.smithi063.cuyera (mgr.14180) 1203 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:57.172 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:27:57.172 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:27:57.766 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:27:58.768 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:27:59.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:58 smithi188 conmon[89266]: cluster 2023-11-08T01:27:56.908785+0000 mgr.smithi063.cuyera (mgr.14180) 1204 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:59.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:27:58 smithi188 conmon[89266]: audit 2023-11-08T01:27:57.167580+0000 mgr.smithi063.cuyera (mgr.14180) 1205 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:27:59.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:58 smithi063 conmon[84397]: cluster 2023-11-08T01:27:56.908785 2023-11-08T01:27:59.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:58 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 1204 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:27:59.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:27:58 smithi063 conmon[84397]: audit 2023-11-08T01:27:57.167580+0000 mgr.smithi063.cuyera (mgr.14180) 1205 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:00.595 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:00.595 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:01.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:00 smithi188 conmon[89266]: cluster 2023-11-08T01:27:58.909326+0000 mgr.smithi063.cuyera (mgr.14180) 1206 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:01.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:00 smithi188 conmon[89266]: 2023-11-08T01:28:01.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:00 smithi063 conmon[84397]: cluster 2023-11-08T01:27:58.909326+0000 mgr.smithi063.cuyera (mgr.14180) 1206 : cluster [DBG] 2023-11-08T01:28:01.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:00 smithi063 conmon[84397]: pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:01.182 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:02.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:01 smithi188 conmon[89266]: audit 2023-11-08T01:28:00.590065+0000 mgr.smithi063.cuyera (mgr.14180) 1207 : audit 2023-11-08T01:28:02.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:01 smithi188 conmon[89266]: [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:02.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:01 smithi063 conmon[84397]: audit 2023-11-08T01:28:00.590065+0000 mgr.smithi063.cuyera (mgr.14180) 2023-11-08T01:28:02.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:01 smithi063 conmon[84397]: 1207 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:02.183 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:03.007 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:02 smithi063 conmon[84397]: cluster 2023-11-08T01:28:00.910131+0000 2023-11-08T01:28:03.007 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:02 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1208 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:03.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:02 smithi188 conmon[89266]: cluster 2023-11-08T01:28:00.910131+0000 mgr.smithi063.cuyera (mgr.14180) 1208 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:04.058 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:04.058 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:04.731 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:05.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:04 smithi188 conmon[89266]: cluster 2023-11-08T01:28:02.910592+0000 mgr.smithi063.cuyera (mgr.14180) 1209 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:05.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:04 smithi063 conmon[84397]: cluster 2023-11-08T01:28:02.910592+0000 mgr.smithi063.cuyera (mgr.14180) 1209 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:05.733 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:06.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:05 smithi188 conmon[89266]: audit 2023-11-08T01:28:04.053474+0000 mgr.smithi063.cuyera (mgr.14180) 1210 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:06.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:05 smithi063 conmon[84397]: audit 2023-11-08T01:28:04.053474+0000 mgr.smithi063.cuyera 2023-11-08T01:28:06.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:05 smithi063 conmon[84397]: (mgr.14180) 1210 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:06.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:06 smithi063 conmon[84397]: cluster 2023-11-08T01:28:04.911000+0000 mgr.smithi063.cuyera (mgr.14180) 1211 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:07.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:06 smithi188 conmon[89266]: cluster 2023-11-08T01:28:04.911000+0000 mgr.smithi063.cuyera (mgr.14180) 1211 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:07.537 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:07.538 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:08.106 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:09.107 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:09.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:08 smithi188 conmon[89266]: cluster 2023-11-08T01:28:06.911672+0000 mgr.smithi063.cuyera (mgr.14180) 1212 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:09.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:08 smithi188 conmon[89266]: audit 2023-11-08T01:28:07.532821+0000 mgr.smithi063.cuyera (mgr.14180) 1213 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:09.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:08 smithi063 conmon[84397]: cluster 2023-11-08T01:28:06.911672+0000 mgr.smithi063.cuyera ( 2023-11-08T01:28:09.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:08 smithi063 conmon[84397]: mgr.14180) 1212 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:09.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:08 smithi063 conmon[84397]: audit 2023-11-08T01:28:07.532821+0000 mgr.smithi063.cuyera (mgr.14180) 1213 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:10.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:10 smithi063 conmon[84397]: cluster 2023-11-08T01:28:08.912278+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:28:10.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:10 smithi063 conmon[84397]: ) 1214 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:10.876 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:10.877 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:11.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:10 smithi188 conmon[89266]: cluster 2023-11-08T01:28:08.912278+0000 mgr.smithi063.cuyera (mgr.14180) 1214 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:11.464 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:12.465 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:12 smithi063 conmon[84397]: audit 2023-11-08T01:28:10 2023-11-08T01:28:12.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:12 smithi063 conmon[84397]: .872112+0000 mgr.smithi063.cuyera (mgr.14180) 1215 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:12.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:12 smithi063 conmon[84397]: cluster 2023-11-08T01:28:10.912780+0000 mgr.smithi063.cuyera (mgr.14180) 1216 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:13.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:12 smithi188 conmon[89266]: audit 2023-11-08T01:28:10.872112+0000 mgr.smithi063.cuyera (mgr.14180) 1215 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:13.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:12 smithi188 conmon[89266]: cluster 2023-11-08T01:28:10.912780+0000 mgr.smithi063.cuyera (mgr.14180) 1216 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:14.292 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:14.292 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:14.897 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:15.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:14 smithi188 conmon[89266]: cluster 2023-11-08T01:28:12.913207+0000 mgr.smithi063.cuyera (mgr.14180) 1217 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:15.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:14 smithi188 conmon[89266]: 2023-11-08T01:28:15.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:14 smithi063 conmon[84397]: cluster 2023-11-08T01:28:12.913207+0000 mgr.smithi063.cuyera (mgr.14180) 1217 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:15.898 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:16.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:15 smithi188 conmon[89266]: audit 2023-11-08T01:28:14.287507+0000 mgr.smithi063.cuyera (mgr.14180) 1218 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:16.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:15 smithi063 conmon[84397]: audit 2023-11-08T01:28:14.287507+0000 mgr.smithi063.cuyera (mgr.14180) 1218 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:17.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:16 smithi188 conmon[89266]: cluster 2023-11-08T01:28:14.913929+0000 mgr.smithi063.cuyera (mgr.14180) 1219 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:17.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:16 smithi063 conmon[84397]: cluster 2023-11-08T01:28:14.913929+0000 mgr.smithi063.cuyera (mgr.14180) 1219 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:17.755 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:17.755 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:18.321 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:19.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:18 smithi188 conmon[89266]: cluster 2023-11-08T01:28:16.914434+0000 mgr.smithi063.cuyera (mgr.14180) 1220 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:19.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:18 smithi188 conmon[89266]: audit 2023-11-08T01:28:17.750566+0000 mgr.smithi063.cuyera (mgr.14180) 1221 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:19.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:18 smithi063 conmon[84397]: cluster 2023-11-08T01:28:16.914434+0000 mgr.smithi063.cuyera (mgr.14180) 1220 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:19.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:18 smithi063 conmon[84397]: audit 2023-11-08T01:28:17.750566+0000 mgr.smithi063.cuyera (mgr.14180) 1221 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:19.323 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:20.826 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:20 smithi063 conmon[84397]: cluster 2023-11-08T01:28:18.915021+0000 mgr.smithi063.cuyera (mgr.14180) 1222 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:21.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:20 smithi188 conmon[89266]: cluster 2023-11-08T01:28:18.915021+0000 mgr.smithi063.cuyera (mgr.14180) 1222 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:21.150 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:21.150 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:21.704 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:22.705 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:23.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:22 smithi188 conmon[89266]: cluster 2023-11-08T01:28:20.915579+0000 mgr.smithi063.cuyera (mgr.14180) 1223 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:23.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:22 smithi188 conmon[89266]: audit 2023-11-08T01:28:21.145855+0000 mgr.smithi063.cuyera (mgr.14180) 1224 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:23.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:22 smithi063 conmon[84397]: cluster 2023-11-08T01:28:20.915579+0000 mgr.smithi063.cuyera (mgr.14180) 1223 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:23.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:22 smithi063 conmon[84397]: audit 2023-11-08T01:28:21.145855+0000 mgr.smithi063.cuyera (mgr.14180) 1224 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:24.582 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:24.583 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:24 smithi063 conmon[84397]: cluster 2023-11-08T01:28:22.916071+0000 mgr.smithi063.cuyera (mgr.14180) 1225 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:25.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:24 smithi188 conmon[89266]: cluster 2023-11-08T01:28:22.916071+0000 mgr.smithi063.cuyera (mgr.14180) 1225 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:25.238 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:26.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:25 smithi188 conmon[89266]: audit 2023-11-08T01:28:24.578115+0000 mgr.smithi063.cuyera (mgr.14180) 1226 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:26.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:25 smithi063 conmon[84397]: audit 2023-11-08T01:28:24.578115+0000 mgr.smithi063.cuyera (mgr.14180) 1226 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:26.239 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:27.045 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:26 smithi063 conmon[84397]: cluster 2023-11-08T01:28:24.916642+0000 mgr.smithi063.cuyera (mgr.14180) 1227 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:27.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:26 smithi188 conmon[89266]: cluster 2023-11-08T01:28:24.916642+0000 mgr.smithi063.cuyera (mgr.14180) 1227 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:28.058 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:28.059 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:28.678 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:29.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:28 smithi188 conmon[89266]: cluster 2023-11-08T01:28:26.917081+0000 mgr.smithi063.cuyera (mgr.14180) 1228 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:29.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:28 smithi063 conmon[84397]: cluster 2023-11-08T01:28:26.917081+0000 mgr.smithi063.cuyera (mgr.14180) 1228 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:29.680 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:30.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:29 smithi188 conmon[89266]: audit 2023-11-08T01:28:28.054253+0000 mgr.smithi063.cuyera (mgr.14180) 1229 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:30.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:29 smithi063 conmon[84397]: audit 2023-11-08T01:28:28.054253+0000 mgr.smithi063.cuyera (mgr.14180) 1229 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:30 smithi063 conmon[84397]: cluster 2023-11-08T01:28:28.917614+0000 mgr.smithi063.cuyera (mgr.14180) 1230 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:31.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:30 smithi188 conmon[89266]: cluster 2023-11-08T01:28:28.917614+0000 mgr.smithi063.cuyera (mgr.14180) 1230 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:31.486 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:31.486 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:32.069 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:33.071 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:33.102 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:32 smithi063 conmon[84397]: cluster 2023-11-08T01:28:30.918155+0000 mgr.smithi063.cuyera (mgr.14180) 1231 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:33.102 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:32 smithi063 conmon[84397]: audit 2023-11-08T01:28:31.481691+0000 mgr.smithi063.cuyera (mgr.14180) 1232 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:33.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:32 smithi188 conmon[89266]: cluster 2023-11-08T01:28:30.918155+0000 mgr.smithi063.cuyera (mgr.14180) 1231 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:33.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:32 smithi188 conmon[89266]: audit 2023-11-08T01:28:31.481691+0000 2023-11-08T01:28:33.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:32 smithi188 conmon[89266]: mgr.smithi063.cuyera (mgr.14180) 1232 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:34.912 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:34.912 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:35.102 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:34 smithi063 conmon[84397]: cluster 2023-11-08T01:28:32.918773+0000 mgr.smithi063.cuyera (mgr.14180) 1233 : cluster 2023-11-08T01:28:35.103 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:34 smithi063 conmon[84397]: [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:35.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:34 smithi188 conmon[89266]: cluster 2023-11-08T01:28:32.918773+0000 mgr.smithi063.cuyera (mgr.14180) 1233 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:35.453 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:36.455 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:37.100 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:36 smithi063 conmon[84397]: audit 2023-11-08T01:28:34.906868+0000 mgr.smithi063.cuyera (mgr.14180) 1234 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:37.100 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:36 smithi063 conmon[84397]: cluster 2023-11-08T01:28:34.919250+0000 mgr.smithi063.cuyera (mgr.14180) 1235 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:37.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:36 smithi188 conmon[89266]: audit 2023-11-08T01:28:34.906868+0000 mgr.smithi063.cuyera (mgr.14180) 1234 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:37.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:36 smithi188 conmon[89266]: cluster 2023-11-08T01:28: 2023-11-08T01:28:37.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:36 smithi188 conmon[89266]: 34.919250+0000 mgr.smithi063.cuyera (mgr.14180) 1235 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:38.303 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:38.303 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:38.876 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:39.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:38 smithi188 conmon[89266]: cluster 2023-11-08T01:28:36.919817+0000 mgr.smithi063.cuyera (mgr.14180) 1236 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:39.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:38 smithi063 conmon[84397]: cluster 2023-11-08T01:28:36.919817+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:28:39.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:38 smithi063 conmon[84397]: 14180) 1236 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:39.877 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:40.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:39 smithi188 conmon[89266]: audit 2023-11-08T01:28:38.297439+0000 mgr.smithi063.cuyera (mgr.14180) 1237 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:40.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:39 smithi063 conmon[84397]: audit 2023-11-08T01:28:38.297439+0000 mgr.smithi063.cuyera (mgr.14180) 1237 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:40.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:40 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:28:40.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:40 smithi063 conmon[84397]: -11-08T01:28:38.920584+0000 mgr.smithi063.cuyera (mgr.14180) 1238 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:41.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:40 smithi188 conmon[89266]: cluster 2023-11-08T01:28:38.920584+0000 mgr.smithi063.cuyera (mgr.14180) 1238 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:41.764 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:41.765 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:42.327 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:43.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:42 smithi188 conmon[89266]: cluster 2023-11-08T01:28:40.921215+0000 mgr.smithi063.cuyera (mgr.14180) 1239 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:43.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:42 smithi188 conmon[89266]: audit 2023-11-08T01:28:41.759499+0000 mgr.smithi063.cuyera (mgr.14180) 1240 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:43.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:42 smithi063 conmon[84397]: cluster 2023-11-08T01:28:40.921215+0000 mgr.smithi063.cuyera ( 2023-11-08T01:28:43.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:42 smithi063 conmon[84397]: mgr.14180) 1239 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:43.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:42 smithi063 conmon[84397]: audit 2023-11-08T01:28:41.759499+0000 mgr.smithi063.cuyera (mgr.14180) 1240 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:43.328 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:44.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:44 smithi063 conmon[84397]: cluster 2023-11-08T01:28:42.921786+0000 mgr.smithi063.cuyera (mgr.14180) 1241 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:45.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:44 smithi188 conmon[89266]: cluster 2023-11-08T01:28:42.921786+0000 mgr.smithi063.cuyera (mgr.14180) 1241 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:45.221 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:45.221 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:45.810 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:46.812 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:47.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:46 smithi188 conmon[89266]: cluster 2023-11-08T01:28:44.922253+0000 mgr.smithi063.cuyera (mgr.14180) 1242 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:47.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:46 smithi188 conmon[89266]: audit 2023-11-08T01:28:45. 2023-11-08T01:28:47.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:46 smithi188 conmon[89266]: 216757+0000 mgr.smithi063.cuyera (mgr.14180) 1243 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:47.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:46 smithi063 conmon[84397]: cluster 2023-11-08T01:28:44.922253+0000 mgr.smithi063.cuyera (mgr.14180) 1242 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:47.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:46 smithi063 conmon[84397]: audit 2023-11-08T01:28:45.216757+0000 mgr.smithi063.cuyera (mgr.14180) 1243 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:48.641 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:48.642 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:48 smithi188 conmon[89266]: cluster 2023-11-08T01:28:46.922744+0000 mgr.smithi063.cuyera (mgr.14180) 1244 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:49.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:48 smithi063 conmon[84397]: cluster 2023-11-08T01:28:46.922744+0000 mgr.smithi063.cuyera (mgr.14180) 1244 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:49.251 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:50.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:49 smithi188 conmon[89266]: audit 2023-11-08T01:28:48.636778+0000 mgr.smithi063.cuyera (mgr.14180) 1245 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:50.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:49 smithi063 conmon[84397]: audit 2023-11-08T01:28:48.636778+0000 mgr.smithi063.cuyera (mgr.14180) 1245 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:50.253 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:51.076 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:50 smithi063 conmon[84397]: cluster 2023-11-08T01:28:48.923232+0000 2023-11-08T01:28:51.076 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:50 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1246 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:51.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:50 smithi188 conmon[89266]: cluster 2023-11-08T01:28:48.923232+0000 mgr.smithi063.cuyera (mgr.14180) 1246 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:52.107 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:52.108 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:52.769 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:53.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:52 smithi188 conmon[89266]: cluster 2023-11-08T01:28:50.923764+0000 mgr.smithi063.cuyera (mgr.14180) 1247 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:53.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:52 smithi063 conmon[84397]: cluster 2023-11-08T01:28:50.923764+0000 mgr.smithi063.cuyera (mgr.14180) 1247 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:53.771 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:54.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:53 smithi188 conmon[89266]: audit 2023-11-08T01:28:52.102601+0000 mgr.smithi063.cuyera (mgr.14180) 1248 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:54.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:53 smithi063 conmon[84397]: audit 2023-11-08T01:28:52.102601+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:28:54.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:53 smithi063 conmon[84397]: ) 1248 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:54.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:54 smithi063 conmon[84397]: cluster 2023-11-08T01:28:52.924254+0000 mgr.smithi063.cuyera (mgr.14180) 1249 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:55.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:54 smithi188 conmon[89266]: cluster 2023-11-08T01:28:52.924254+0000 mgr.smithi063.cuyera (mgr.14180) 1249 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:55.641 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:55.642 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:56.208 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:28:57.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:56 smithi188 conmon[89266]: cluster 2023-11-08T01:28:54.924770+0000 mgr.smithi063.cuyera (mgr.14180) 1250 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:57.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:56 smithi188 conmon[89266]: audit 2023-11-08T01:28:55.636797+0000 mgr.smithi063.cuyera (mgr.14180) 1251 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:57.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:56 smithi063 conmon[84397]: cluster 2023-11-08T01:28:54.924770+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:28:57.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:56 smithi063 conmon[84397]: ) 1250 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:57.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:56 smithi063 conmon[84397]: audit 2023-11-08T01:28:55.636797+0000 mgr.smithi063.cuyera (mgr.14180) 1251 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:28:57.209 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:28:58.949 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:28:58.949 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:28:59.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:28:58 smithi188 conmon[89266]: cluster 2023-11-08T01:28:56.925434+0000 mgr.smithi063.cuyera (mgr.14180) 1252 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:59.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:28:58 smithi063 conmon[84397]: cluster 2023-11-08T01:28:56.925434+0000 mgr.smithi063.cuyera (mgr.14180) 1252 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:28:59.508 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:00.509 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:01.061 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:00 smithi063 conmon[84397]: cluster 2023-11-08T01:28:58.926031+0000 2023-11-08T01:29:01.062 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:00 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1253 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:01.062 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:00 smithi063 conmon[84397]: audit 2023-11-08T01:28:58.944301+0000 mgr.smithi063.cuyera (mgr.14180) 1254 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:01.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:00 smithi188 conmon[89266]: cluster 2023-11-08T01:28:58.926031+0000 mgr.smithi063.cuyera (mgr.14180) 1253 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:01.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:00 smithi188 conmon[89266]: audit 2023-11-08T01:28:58.944301+0000 mgr.smithi063.cuyera (mgr.14180) 1254 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:02.362 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:02.390 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:02.949 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:03.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:02 smithi188 conmon[89266]: cluster 2023-11-08T01:29:00.926771+0000 mgr.smithi063.cuyera (mgr.14180) 1255 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:03.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:02 smithi063 conmon[84397]: cluster 2023-11-08T01:29:00.926771+0000 mgr.smithi063.cuyera (mgr.14180) 1255 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:03.950 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:04.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:03 smithi188 conmon[89266]: audit 2023-11-08T01:29:02.357311+0000 mgr.smithi063.cuyera (mgr.14180) 1256 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:04.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:03 smithi188 conmon[89266]: 2023-11-08T01:29:04.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:03 smithi063 conmon[84397]: audit 2023-11-08T01:29:02.357311+0000 mgr.smithi063.cuyera (mgr.14180) 1256 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:05.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:04 smithi188 conmon[89266]: cluster 2023-11-08T01:29:02.927208+0000 mgr.smithi063.cuyera (mgr.14180) 1257 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:05.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:04 smithi063 conmon[84397]: cluster 2023-11-08T01:29:02.927208+0000 mgr.smithi063.cuyera (mgr.14180) 1257 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:05.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:04 smithi063 conmon[84397]: 2023-11-08T01:29:05.820 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:05.820 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:06.449 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:07.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:06 smithi188 conmon[89266]: cluster 2023-11-08T01:29:04.927776+0000 mgr.smithi063.cuyera (mgr.14180) 1258 : cluster 2023-11-08T01:29:07.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:06 smithi188 conmon[89266]: [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:07.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:06 smithi188 conmon[89266]: audit 2023-11-08T01:29:05.815277+0000 mgr.smithi063.cuyera (mgr.14180) 1259 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:07.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:06 smithi063 conmon[84397]: cluster 2023-11-08T01:29:04.927776+0000 mgr.smithi063.cuyera (mgr.14180) 1258 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:07.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:06 smithi063 conmon[84397]: audit 2023-11-08T01:29:05.815277+0000 mgr.smithi063.cuyera (mgr.14180) 1259 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:07.450 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:08.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:08 smithi063 conmon[84397]: cluster 2023-11-08T01:29:06.928241+0000 2023-11-08T01:29:08.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:08 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1260 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:09.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:08 smithi188 conmon[89266]: cluster 2023-11-08T01:29:06.928241+0000 mgr.smithi063.cuyera (mgr.14180) 1260 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:09.286 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:09.286 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:09.933 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:10.934 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:11.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:10 smithi188 conmon[89266]: cluster 2023-11-08T01:29:08.928725+0000 mgr.smithi063.cuyera (mgr.14180) 1261 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:11.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:10 smithi188 conmon[89266]: 2023-11-08T01:29:11.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:10 smithi188 conmon[89266]: audit 2023-11-08T01:29:09.281247+0000 mgr.smithi063.cuyera (mgr.14180) 1262 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:11.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:10 smithi063 conmon[84397]: cluster 2023-11-08T01:29:08.928725+0000 mgr.smithi063.cuyera (mgr.14180) 1261 2023-11-08T01:29:11.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:10 smithi063 conmon[84397]: : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:11.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:10 smithi063 conmon[84397]: audit 2023-11-08T01:29:09.281247+0000 mgr.smithi063.cuyera (mgr.14180) 1262 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:12.728 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:12.728 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:20:27.983887Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.eihhno on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-eihhno\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.eihhno\nDeploy daemon haproxy.rgw.foo.smithi188.eihhno ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:18:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:19:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.233795Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.lalcad on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-lalcad\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.lalcad\nDeploy daemon haproxy.rgw.foo.smithi063.lalcad ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:21:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:21:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:22:20Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:23:01.235064Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.ebzjqn on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:13.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:12 smithi188 conmon[89266]: cluster 2023-11-08T01:29:10.929501+0000 mgr.smithi063.cuyera (mgr.14180) 1263 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:13.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:12 smithi063 conmon[84397]: cluster 2023-11-08T01:29:10.929501+0000 mgr.smithi063.cuyera (mgr.14180) 1263 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:13.396 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:14.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:13 smithi188 conmon[89266]: audit 2023-11-08T01:29:12.723407+0000 mgr.smithi063.cuyera (mgr.14180) 1264 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:14.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:13 smithi188 conmon[89266]: audit 2023-11-08T01:29:13.290978+0000 mon.smithi063 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi063.ubxlni"}]: dispatch 2023-11-08T01:29:14.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:13 smithi063 conmon[84397]: audit 2023-11-08T01:29:12.723407+0000 mgr.smithi063.cuyera (mgr.14180) 1264 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:14.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:13 smithi063 conmon[84397]: audit 2023-11-08T01:29:13.290978+0000 mon.smithi063 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi063.ubxlni"}]: dispatch 2023-11-08T01:29:14.397 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:15.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: cluster 2023-11-08T01:29:12.929954+0000 mgr.smithi063.cuyera (mgr.14180) 1265 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:15.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: cephadm 2023-11-08T01:29:13.290445+0000 mgr.smithi063.cuyera (mgr.14180) 1266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.ubxlni ... 2023-11-08T01:29:15.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:29:15.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:27:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:27:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:28:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: Traceback (most recent call last): 2023-11-08T01:29:15.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:29:15.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: yield (conn, connr) 2023-11-08T01:29:15.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:29:15.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: code, '\n'.join(err))) 2023-11-08T01:29:15.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.ubxlni ... 2023-11-08T01:29:15.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:29:15.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:27:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:27:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:28:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-11-08T01:29:15.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: cephadm 2023-11-08T01:29:13.290629+0000 mgr.smithi063.cuyera (mgr.14180) 1267 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: cephadm 2023-11-08T01:29:13.291641+0000 mgr.smithi063.cuyera (mgr.14180) 1268 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: Deploy daemon haproxy.rgw.foo.smithi063.ubxlni ... 2023-11-08T01:29:15.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:29:15.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:27:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:27:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:28:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: cephadm 2023-11-08T01:29:13.292830+0000 mgr.smithi063.cuyera (mgr.14180) 1269 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:29:15.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: cephadm 2023-11-08T01:29:13.293846+0000 mgr.smithi063.cuyera (mgr.14180) 1270 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:29:15.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: cluster 2023-11-08T01:29:13.294514+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:29:15.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: ) 1271 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:15.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:14 smithi188 conmon[89266]: cluster 2023-11-08T01:29:13.837920+0000 mon.smithi063 (mon.0) 729 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T01:29:15.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: cluster 2023-11-08T01:29:12.929954+0000 mgr.smithi063.cuyera 2023-11-08T01:29:15.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: (mgr.14180) 1265 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:15.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: cephadm 2023-11-08T01:29:13.290445+0000 mgr.smithi063.cuyera (mgr.14180) 1266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.ubxlni ... 2023-11-08T01:29:15.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:29:15.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:27:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:27:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:28:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: Traceback (most recent call last): 2023-11-08T01:29:15.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T01:29:15.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: yield (conn, connr) 2023-11-08T01:29:15.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T01:29:15.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: code, '\n'.join(err))) 2023-11-08T01:29:15.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.ubxlni ... 2023-11-08T01:29:15.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:29:15.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:27:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:27:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:28:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error 2023-11-08T01:29:15.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: cephadm 2023-11-08T01:29:13.290629+0000 mgr.smithi063.cuyera (mgr.14180) 1267 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: cephadm 2023-11-08T01:29:13.291641+0000 mgr.smithi063.cuyera (mgr.14180) 1268 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:29:15.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:29:15.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: Deploy daemon haproxy.rgw.foo.smithi063.ubxlni ... 2023-11-08T01:29:15.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:29:15.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:27:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:27:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:28:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:29:15.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:29:15.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:29:15.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: cephadm 2023-11-08T01:29:13.292830+0000 mgr.smithi063.cuyera (mgr.14180) 1269 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:29:15.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: cephadm 2023-11-08T01:29:13.293846+0000 mgr.smithi063.cuyera (mgr.14180) 1270 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:29:15.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: cluster 2023-11-08T01:29:13.294514+0000 mgr.smithi063.cuyera (mgr.14180) 1271 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:15.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:14 smithi063 conmon[84397]: cluster 2023-11-08T01:29:13.837920+0000 mon.smithi063 (mon.0) 729 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T01:29:16.279 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:16.280 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:16.303 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:15 smithi063 conmon[84397]: audit 2023-11-08T01:29:14.990327+0000 mon.smithi063 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:29:16.303 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:15 smithi063 conmon[84397]: cluster 2023-11-08T01:29:15.295048+0000 mgr.smithi063.cuyera (mgr.14180) 1272 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:16.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:15 smithi188 conmon[89266]: audit 2023-11-08T01:29:14.990327+0000 mon.smithi063 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:29:16.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:15 smithi188 conmon[89266]: cluster 2023-11-08T01:29:15.295048+0000 mgr.smithi063.cuyera (mgr.14180) 1272 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:16.922 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:17.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:16 smithi188 conmon[89266]: audit 2023-11-08T01:29:16.274684+0000 mgr.smithi063.cuyera (mgr.14180) 1273 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:17.360 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:16 smithi188 conmon[89266]: 2023-11-08T01:29:17.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:16 smithi063 conmon[84397]: audit 2023-11-08T01:29:16.274684+0000 mgr.smithi063.cuyera (mgr.14180) 1273 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:17.924 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:18.359 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:18 smithi188 conmon[89266]: cluster 2023-11-08T01:29:17.295785+0000 mgr.smithi063.cuyera (mgr.14180) 1274 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:18.363 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:18 smithi063 conmon[84397]: cluster 2023-11-08T01:29:17.295785+0000 mgr.smithi063.cuyera (mgr.14180) 1274 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:19.761 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:19.761 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:20.424 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:20.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:20 smithi188 conmon[89266]: cluster 2023-11-08T01:29:19.296445+0000 mgr.smithi063.cuyera (mgr.14180) 1275 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:20.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:20 smithi188 conmon[89266]: audit 2023-11-08T01:29:19.755084+0000 mgr.smithi063.cuyera (mgr.14180) 1276 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:20 smithi063 conmon[84397]: cluster 2023-11-08T01:29:19.296445+0000 mgr.smithi063.cuyera (mgr.14180) 1275 2023-11-08T01:29:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:20 smithi063 conmon[84397]: : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:20.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:20 smithi063 conmon[84397]: audit 2023-11-08T01:29:19.755084+0000 mgr.smithi063.cuyera (mgr.14180) 1276 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:21.426 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:22.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:22 smithi188 conmon[89266]: cluster 2023-11-08T01:29:21.297177+0000 mgr.smithi063.cuyera (mgr.14180) 1277 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:22.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:22 smithi063 conmon[84397]: cluster 2023-11-08T01:29:21.297177+0000 mgr.smithi063.cuyera (mgr.14180) 1277 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:23.317 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:23.317 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:23.872 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:24.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:24 smithi188 conmon[89266]: cluster 2023-11-08T01:29:23.297837+0000 mgr.smithi063.cuyera (mgr.14180) 1278 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:24.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:24 smithi188 conmon[89266]: audit 2023-11-08T01:29:23.312319+0000 mgr.smithi063.cuyera (mgr.14180) 1279 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:24.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:24 smithi188 conmon[89266]: audit 2023-11-08T01:29:24.374068+0000 mon.smithi063 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:29:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:24 smithi063 conmon[84397]: cluster 2023-11-08T01 2023-11-08T01:29:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:24 smithi063 conmon[84397]: :29:23.297837+0000 mgr.smithi063.cuyera (mgr.14180) 1278 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:24.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:24 smithi063 conmon[84397]: audit 2023-11-08T01:29:23.312319+0000 mgr.smithi063.cuyera (mgr.14180) 1279 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:24.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:24 smithi063 conmon[84397]: audit 2023-11-08T01:29:24.374068+0000 mon.smithi063 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.63:0/1402130457' entity='mgr.smithi063.cuyera' 2023-11-08T01:29:24.873 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:26.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:26 smithi063 conmon[84397]: cluster 2023-11-08T01:29:25.298380+0000 mgr.smithi063.cuyera (mgr.14180) 1280 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:26.727 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:26.728 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:26.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:26 smithi188 conmon[89266]: cluster 2023-11-08T01:29:25.298380+0000 mgr.smithi063.cuyera (mgr.14180) 1280 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:27.305 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:27.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:27 smithi188 conmon[89266]: audit 2023-11-08T01:29:26.723274+0000 mgr.smithi063.cuyera (mgr.14180) 1281 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:27.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:27 smithi063 conmon[84397]: audit 2023-11-08T01:29:26.723274+0000 mgr.smithi063.cuyera (mgr.14180 2023-11-08T01:29:27.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:27 smithi063 conmon[84397]: ) 1281 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:28.306 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:28 smithi063 conmon[84397]: cluster 2023-11-08T01:29:27.299265+0000 2023-11-08T01:29:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:28 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1282 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:28.861 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:28 smithi188 conmon[89266]: cluster 2023-11-08T01:29:27.299265+0000 mgr.smithi063.cuyera (mgr.14180) 1282 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:30.202 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:30.203 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:30.820 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:30.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:30 smithi188 conmon[89266]: cluster 2023-11-08T01:29:29.299865+0000 mgr.smithi063.cuyera (mgr.14180) 1283 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:30.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:30 smithi063 conmon[84397]: cluster 2023-11-08T01:29:29.299865+0000 mgr.smithi063.cuyera (mgr.14180) 1283 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:31.821 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:31.853 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:31 smithi063 conmon[84397]: audit 2023-11-08T01:29:30.197854+0000 mgr.smithi063.cuyera (mgr.14180) 1284 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:31.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:31 smithi188 conmon[89266]: audit 2023-11-08T01:29:30.197854+0000 mgr.smithi063.cuyera (mgr.14180) 1284 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:32.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:32 smithi188 conmon[89266]: cluster 2023-11-08T01:29:31.300770+0000 mgr.smithi063.cuyera (mgr.14180) 1285 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:32 smithi063 conmon[84397]: cluster 2023-11-08T01:29:31.300770+0000 2023-11-08T01:29:32.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:32 smithi063 conmon[84397]: mgr.smithi063.cuyera (mgr.14180) 1285 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:33.721 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:33.721 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:34.304 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:34.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:34 smithi188 conmon[89266]: cluster 2023-11-08T01:29:33.301431+0000 mgr.smithi063.cuyera (mgr.14180) 1286 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:34.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:34 smithi188 conmon[89266]: audit 2023-11-08T01:29:33.716516+0000 mgr.smithi063.cuyera (mgr.14180) 1287 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:34 smithi063 conmon[84397]: cluster 2023-11-08T01:29:33.301431+0000 mgr.smithi063.cuyera (mgr.14180) 1286 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:34.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:34 smithi063 conmon[84397]: audit 2023-11-08T01:29:33.716516+0000 mgr.smithi063.cuyera (mgr.14180) 1287 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:35.306 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:36.813 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:36 smithi063 conmon[84397]: cluster 2023-11-08T01:29:35.302128+0000 mgr.smithi063.cuyera (mgr.14180) 1288 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:36.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:36 smithi188 conmon[89266]: cluster 2023-11-08T01:29:35.302128+0000 mgr.smithi063.cuyera (mgr.14180) 1288 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:37.132 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:37.132 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:37.670 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:38.671 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:38.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:38 smithi188 conmon[89266]: audit 2023-11-08T01:29:37.127506+0000 mgr.smithi063.cuyera (mgr.14180) 1289 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:38.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:38 smithi188 conmon[89266]: cluster 2023-11-08T01:29:37.302852+0000 mgr.smithi063.cuyera (mgr.14180) 1290 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:38 smithi063 conmon[84397]: audit 2023-11-08T01:29:37.127506+0000 mgr.smithi063.cuyera (mgr.14180) 1289 : audit [DBG] 2023-11-08T01:29:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:38 smithi063 conmon[84397]: from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:38.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:38 smithi063 conmon[84397]: cluster 2023-11-08T01:29:37.302852+0000 mgr.smithi063.cuyera (mgr.14180) 1290 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:40.479 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:40.479 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:40.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:40 smithi188 conmon[89266]: cluster 2023-11-08T01:29:39.303478+0000 mgr.smithi063.cuyera (mgr.14180) 1291 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:40.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:40 smithi063 conmon[84397]: cluster 2023-11-08T01:29:39.303478+0000 mgr.smithi063.cuyera ( 2023-11-08T01:29:40.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:40 smithi063 conmon[84397]: mgr.14180) 1291 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:41.087 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:41.859 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:41 smithi188 conmon[89266]: audit 2023-11-08T01:29:40.474407+0000 mgr.smithi063.cuyera (mgr.14180) 1292 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:41.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:41 smithi188 conmon[89266]: 2023-11-08T01:29:41.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:41 smithi063 conmon[84397]: audit 2023-11-08T01:29:40.474407+0000 mgr.smithi063.cuyera (mgr.14180) 1292 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:42.088 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:42.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:42 smithi063 conmon[84397]: cluster 2023-11-08T01:29:41.304346+0000 mgr.smithi063.cuyera (mgr.14180) 1293 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:43.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:42 smithi188 conmon[89266]: cluster 2023-11-08T01:29:41.304346+0000 mgr.smithi063.cuyera (mgr.14180) 1293 : cluster 2023-11-08T01:29:43.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:42 smithi188 conmon[89266]: [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:43.980 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:43.980 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:44.561 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:44.865 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:44 smithi063 conmon[84397]: cluster 2023-11-08T01:29:43.305018+0000 mgr.smithi063.cuyera (mgr.14180) 1294 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:45.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:44 smithi188 conmon[89266]: cluster 2023-11-08T01:29:43.305018+0000 mgr.smithi063.cuyera (mgr.14180) 1294 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:45.562 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:45.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:45 smithi063 conmon[84397]: audit 2023-11-08T01:29:43.975328+0000 mgr.smithi063.cuyera (mgr.14180) 1295 2023-11-08T01:29:45.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:45 smithi063 conmon[84397]: : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:46.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:45 smithi188 conmon[89266]: audit 2023-11-08T01:29:43.975328+0000 mgr.smithi063.cuyera (mgr.14180) 1295 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:47.005 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:46 smithi063 conmon[84397]: cluster 2023-11-08T01:29:45.305793+0000 mgr.smithi063.cuyera (mgr. 2023-11-08T01:29:47.005 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:46 smithi063 conmon[84397]: 14180) 1296 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:47.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:46 smithi188 conmon[89266]: cluster 2023-11-08T01:29:45.305793+0000 mgr.smithi063.cuyera (mgr.14180) 1296 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:47.375 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:47.376 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:47.910 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:48.912 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:48.943 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:48 smithi063 conmon[84397]: cluster 2023-11-08T01:29:47.306430+0000 mgr.smithi063.cuyera (mgr.14180) 1297 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:48.944 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:48 smithi063 conmon[84397]: audit 2023-11-08T01:29:47.371274+0000 mgr.smithi063.cuyera (mgr.14180) 1298 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:48 smithi188 conmon[89266]: cluster 2023-11-08T01:29:47.306430+0000 mgr.smithi063.cuyera (mgr.14180) 1297 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:49.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:48 smithi188 conmon[89266]: 2023-11-08T01:29:49.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:48 smithi188 conmon[89266]: audit 2023-11-08T01:29:47.371274+0000 mgr.smithi063.cuyera (mgr.14180) 1298 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:50.711 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:50.712 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:50.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:50 smithi063 conmon[84397]: cluster 2023-11-08T01:29:49.307187+0000 mgr.smithi063.cuyera (mgr.14180) 1299 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:51.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:50 smithi188 conmon[89266]: cluster 2023-11-08T01:29:49.307187+0000 mgr.smithi063.cuyera (mgr.14180) 1299 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:51.352 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:52.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:51 smithi188 conmon[89266]: audit 2023-11-08T01:29:50.706737+0000 mgr.smithi063.cuyera (mgr.14180) 1300 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:52.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:51 smithi063 conmon[84397]: audit 2023-11-08T01:29:50.706737+0000 mgr.smithi063.cuyera (mgr.14180) 1300 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:52.354 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:52.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:52 smithi063 conmon[84397]: cluster 2023-11-08T01:29:51 2023-11-08T01:29:52.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:52 smithi063 conmon[84397]: .307986+0000 mgr.smithi063.cuyera (mgr.14180) 1301 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:53.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:52 smithi188 conmon[89266]: cluster 2023-11-08T01:29:51.307986+0000 mgr.smithi063.cuyera (mgr.14180) 1301 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:54.260 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:54.260 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:54.900 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:54 smithi063 conmon[84397]: cluster 2023-11-08T01:29:53.308734+0000 mgr.smithi063.cuyera (mgr.14180) 1302 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:54.902 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:55.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:54 smithi188 conmon[89266]: cluster 2023-11-08T01:29:53.308734+0000 mgr.smithi063.cuyera (mgr.14180) 1302 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:55.903 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:29:55.936 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:55 smithi063 conmon[84397]: audit 2023-11-08T01:29:54.255679+0000 mgr.smithi063.cuyera (mgr.14180) 1303 : audit [DBG] 2023-11-08T01:29:55.936 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:55 smithi063 conmon[84397]: from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:56.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:55 smithi188 conmon[89266]: audit 2023-11-08T01:29:54.255679+0000 mgr.smithi063.cuyera (mgr.14180) 1303 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:57.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:56 smithi188 conmon[89266]: cluster 2023-11-08T01:29:55.309489+0000 mgr.smithi063.cuyera (mgr.14180) 1304 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:57.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:56 smithi063 conmon[84397]: cluster 2023-11-08T01:29:55.309489+0000 mgr.smithi063.cuyera (mgr.14180) 1304 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:57.767 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:29:57.767 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:29:58.451 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:29:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:58 smithi063 conmon[84397]: cluster 2023-11-08T01:29:57.310160+0000 mgr.smithi063.cuyera ( 2023-11-08T01:29:58.863 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:58 smithi063 conmon[84397]: mgr.14180) 1305 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:58.864 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:29:58 smithi063 conmon[84397]: audit 2023-11-08T01:29:57.762129+0000 mgr.smithi063.cuyera (mgr.14180) 1306 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:59.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:58 smithi188 conmon[89266]: cluster 2023-11-08T01:29:57.310160+0000 mgr.smithi063.cuyera (mgr.14180) 1305 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:29:59.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:58 smithi188 conmon[89266]: 2023-11-08T01:29:59.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:29:58 smithi188 conmon[89266]: audit 2023-11-08T01:29:57.762129+0000 mgr.smithi063.cuyera (mgr.14180) 1306 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:29:59.453 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T01:30:00.937 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:29:59.310761+0000 mgr.smithi063.cuyera (mgr.14180) 1307 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:30:00.938 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30:00.000166+0000 mon.smithi063 (mon.0) 732 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T01:30:00.938 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30:00.000194+0000 mon.smithi063 (mon.0) 733 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-08T01:30:00.938 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30:00.000204+0000 2023-11-08T01:30:00.939 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: mon.smithi063 (mon.0) 734 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:30:00.939 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30:00.939 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:00.000220+0000 mon.smithi063 (mon. 2023-11-08T01:30:00.939 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 0) 735 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:30:00.939 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:30:00.939 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: -11-08T01:30:00.000232+0000 2023-11-08T01:30:00.940 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: mon.smithi063 (mon.0) 736 : cluster [WRN] 2023-11-08T01:30:00.940 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:30:00.940 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30:00.940 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:00.000240+0000 mon.smithi063 (mon.0) 737 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:30:00.940 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:00.941 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30:00.941 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:00. 2023-11-08T01:30:00.941 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 000251+0000 mon.smithi063 (mon.0) 738 : cluster 2023-11-08T01:30:00.941 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: [WRN] Deploy daemon haproxy.rgw.foo.smithi188.cpehyy ... 2023-11-08T01:30:00.941 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30: 2023-11-08T01:30:00.942 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 00.000259+0000 mon.smithi063 (mon.0) 739 2023-11-08T01:30:00.942 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:30:00.942 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01: 2023-11-08T01:30:00.942 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 30:00.000269+0000 mon.smithi063 (mon.0 2023-11-08T01:30:00.942 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: ) 740 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:30:00.943 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023- 2023-11-08T01:30:00.943 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 11-08T01:30:00. 2023-11-08T01:30:00.943 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 000278+0000 mon.smithi063 (mon.0) 2023-11-08T01:30:00.943 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 741 : cluster [WRN] stat: stderr time="2023-11-08T01:24:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:00.944 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:30:00.944 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: -11-08T01:30:00. 2023-11-08T01:30:00.944 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 000288+0000 mon.smithi063 (mon.0) 2023-11-08T01:30:00.945 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 742 : cluster [WRN] stat: stderr time="2023-11-08T01:25:21Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:00.945 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023- 2023-11-08T01:30:00.945 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 11-08T01:30:00.000312+0000 2023-11-08T01:30:00.945 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: mon.smithi063 (mon.0) 743 : cluster [WRN] 2023-11-08T01:30:00.945 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: stat: stderr time="2023-11-08T01:25:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:00.946 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30:00.946 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:00.000321+0000 2023-11-08T01:30:00.946 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: mon.smithi063 (mon.0) 744 : 2023-11-08T01:30:00.946 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster [WRN] stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:30:00.947 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08 2023-11-08T01:30:00.947 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: T01:30:00.000330+0000 mon.smithi063 ( 2023-11-08T01:30:00.947 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: mon.0) 745 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:30:00.947 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11 2023-11-08T01:30:00.948 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: -08T01:30:00.000341+0000 mon.smithi063 2023-11-08T01:30:00.948 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: (mon.0) 746 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:30:00.948 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:00.948 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023 2023-11-08T01:30:00.949 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: -11-08T01:30:00.000353 2023-11-08T01:30:00.949 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: +0000 mon.smithi063 (mon.0) 747 : 2023-11-08T01:30:00.949 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster [WRN] Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:30:00.949 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30:00.949 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11 2023-11-08T01:30:00.950 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: -08T01:30:00. 2023-11-08T01:30:00.950 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 000364+0000 mon.smithi063 (mon.0 2023-11-08T01:30:00.950 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: ) 748 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:30:00.950 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:00.951 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30:00.951 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:00.000374+0000 2023-11-08T01:30:00.951 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: mon.smithi063 (mon.0) 749 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:30:00.951 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01 2023-11-08T01:30:00.951 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: :30:00.000383+0000 mon.smithi063 (mon. 2023-11-08T01:30:00.951 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 0) 750 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:30:00.952 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T 2023-11-08T01:30:00.952 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 01:30:00.000394+0000 mon.smithi063 (mon 2023-11-08T01:30:00.952 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: .0) 751 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi063.ubxlni ... 2023-11-08T01:30:00.952 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023- 2023-11-08T01:30:00.952 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 11-08T01:30:00.000403+0000 2023-11-08T01:30:00.953 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: mon.smithi063 (mon.0) 752 : cluster 2023-11-08T01:30:00.953 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:30:00.953 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01 2023-11-08T01:30:00.953 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: :30:00.000413+0000 mon.smithi063 (mon. 2023-11-08T01:30:00.953 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 0) 753 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:30:00.954 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01 2023-11-08T01:30:00.954 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: :30:00.000424+0000 mon.smithi063 (mon.0) 754 2023-11-08T01:30:00.954 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: : cluster [WRN] stat: stderr time="2023-11-08T01:27:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:00.954 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30:00.954 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01: 2023-11-08T01:30:00.955 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 30:00.000434+0000 mon.smithi063 (mon.0) 755 : cluster 2023-11-08T01:30:00.955 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: [WRN] stat: stderr time="2023-11-08T01:27:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:00.955 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T 2023-11-08T01:30:00.955 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 01:30:00.000444+0000 mon.smithi063 (mon. 2023-11-08T01:30:00.955 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 0) 756 : cluster [WRN] stat: stderr time="2023-11-08T01:28:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:00.955 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08 2023-11-08T01:30:00.956 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: T01:30:00.000453+0000 mon.smithi063 ( 2023-11-08T01:30:00.956 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: mon.0) 757 : cluster [WRN] stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:30:00.956 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023- 2023-11-08T01:30:00.956 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 11-08T01:30: 2023-11-08T01:30:00.956 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 00.000463+0000 mon.smithi063 (mon.0) 758 2023-11-08T01:30:00.957 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:30:00.957 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11- 2023-11-08T01:30:00.957 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 08T01:30:00.000475+0000 mon.smithi063 2023-11-08T01:30:00.957 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: (mon.0) 759 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:30:00.957 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:00.958 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11 2023-11-08T01:30:00.958 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: -08T01:30:00.000484+0000 2023-11-08T01:30:00.959 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: mon.smithi063 (mon.0) 760 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:30:00.959 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:00.959 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: cluster 2023-11-08T01:30:00.959 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:00.000493+0000 mon.smithi063 2023-11-08T01:30:00.959 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: (mon.0) 761 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:30:00.960 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:00 smithi063 conmon[84397]: 2023-11-08T01:30:01.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:29:59.310761+0000 mgr.smithi063.cuyera (mgr.14180) 1307 : cluster 2023-11-08T01:30:01.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:30:01.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:00.000166+0000 mon.smithi063 (mon.0) 732 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T01:30:01.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:00.000194+0000 mon.smithi063 (mon.0) 733 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-08T01:30:01.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:00.000204+0000 mon.smithi063 ( 2023-11-08T01:30:01.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: mon.0) 734 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:30:01.111 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T 2023-11-08T01:30:01.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 01:30:00.000220+0000 mon.smithi063 (mon.0) 735 : cluster 2023-11-08T01:30:01.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy 2023-11-08T01:30:01.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30: 2023-11-08T01:30:01.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 00.000232+0000 mon.smithi063 (mon.0) 736 : cluster [WRN] 2023-11-08T01:30:01.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:30:01.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:00.000240+0000 2023-11-08T01:30:01.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: mon.smithi063 (mon.0) 737 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy 2023-11-08T01:30:01.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:01.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 2023-11-08T01:30:00.000251+0000 mon.smithi063 (mon.0 2023-11-08T01:30:01.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: ) 738 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi188.cpehyy ... 2023-11-08T01:30:01.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11 2023-11-08T01:30:01.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: -08T01:30:00.000259+0000 mon.smithi063 (mon.0) 2023-11-08T01:30:01.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 739 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:30:01.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01 2023-11-08T01:30:01.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: :30:00.000269+0000 mon.smithi063 (mon.0) 740 : 2023-11-08T01:30:01.114 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:30:01.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01: 2023-11-08T01:30:01.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 30:00.000278+0000 mon.smithi063 (mon.0) 741 : cluster 2023-11-08T01:30:01.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: [WRN] stat: stderr time="2023-11-08T01:24:43Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:01.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:01.115 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 2023-11-08T01:30:00.000288+0000 mon.smithi063 (mon. 2023-11-08T01:30:01.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 0) 742 : cluster [WRN] stat: stderr time="2023-11-08T01:25:21Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:01.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T 2023-11-08T01:30:01.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 01:30:00.000312+0000 mon.smithi063 (mon.0) 743 : 2023-11-08T01:30:01.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster [WRN] stat: stderr time="2023-11-08T01:25:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:01.116 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30 2023-11-08T01:30:01.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: :00.000321+0000 mon.smithi063 (mon.0) 744 : cluster [WRN] 2023-11-08T01:30:01.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:30:01.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:00.000330+0000 2023-11-08T01:30:01.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: mon.smithi063 (mon.0) 745 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:30:01.117 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:01.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 2023-11-08T01:30:00.000341+0000 mon.smithi063 (mon. 2023-11-08T01:30:01.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 0) 746 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:30:01.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11- 2023-11-08T01:30:01.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 08T01:30:00.000353+0000 mon.smithi063 (mon.0) 747 2023-11-08T01:30:01.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:30:01.118 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01: 2023-11-08T01:30:01.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 30:00.000364+0000 mon.smithi063 (mon.0) 748 : cluster 2023-11-08T01:30:01.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni 2023-11-08T01:30:01.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:00 2023-11-08T01:30:01.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: .000374+0000 mon.smithi063 (mon.0) 749 : cluster [WRN] 2023-11-08T01:30:01.119 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:30:01.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:00.000383+0000 2023-11-08T01:30:01.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: mon.smithi063 (mon.0) 750 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni 2023-11-08T01:30:01.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023 2023-11-08T01:30:01.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: -11-08T01:30:00.000394+0000 mon.smithi063 (mon. 2023-11-08T01:30:01.120 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 0) 751 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi063.ubxlni ... 2023-11-08T01:30:01.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01 2023-11-08T01:30:01.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: :30:00.000403+0000 mon.smithi063 (mon.0) 752 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:30:01.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11- 2023-11-08T01:30:01.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 08T01:30:00.000413+0000 mon.smithi063 (mon.0) 753 : cluster [WRN] 2023-11-08T01:30:01.121 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-08T01:30:01.122 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:00.000424 2023-11-08T01:30:01.122 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: +0000 mon.smithi063 (mon.0) 754 : cluster [WRN] stat: stderr time="2023-11-08T01:27:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:01.122 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11- 2023-11-08T01:30:01.122 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 08T01:30:00.000434+0000 mon.smithi063 (mon.0) 755 : cluster [WRN] 2023-11-08T01:30:01.122 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: stat: stderr time="2023-11-08T01:27:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:01.123 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:00.000444+0000 mon.smithi063 2023-11-08T01:30:01.123 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: (mon.0) 756 : cluster [WRN] stat: stderr time="2023-11-08T01:28:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-08T01:30:01.123 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11 2023-11-08T01:30:01.123 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: -08T01:30:00.000453+0000 mon.smithi063 (mon.0) 2023-11-08T01:30:01.123 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 757 : cluster [WRN] stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:30:01.124 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T 2023-11-08T01:30:01.124 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 01:30:00.000463+0000 mon.smithi063 (mon.0) 758 : cluster 2023-11-08T01:30:01.124 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-08T01:30:01.124 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023-11-08T01:30:00.000475+0000 2023-11-08T01:30:01.124 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: mon.smithi063 (mon.0) 759 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T01:30:01.125 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023 2023-11-08T01:30:01.125 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: -11-08T01:30:00.000484+0000 mon.smithi063 (mon.0 2023-11-08T01:30:01.125 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: ) 760 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:30:01.125 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: cluster 2023- 2023-11-08T01:30:01.125 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: 11-08T01:30:00.000493+0000 mon.smithi063 (mon.0 2023-11-08T01:30:01.125 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:00 smithi188 conmon[89266]: ) 761 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-08T01:30:01.314 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-08T01:30:01.315 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T01:02:23.722621Z", "last_refresh": "2023-11-08T01:24:06.422055Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T01:02:18.749183Z", "last_refresh": "2023-11-08T01:24:03.147226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T01:02:21.354623Z", "last_refresh": "2023-11-08T01:24:06.422186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:23:01.236109Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.peabvv on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:26:39.903482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi188.cpehyy on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi188-cpehyy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi188.cpehyy\nDeploy daemon haproxy.rgw.foo.smithi188.cpehyy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:24:43Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:21Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:25:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.291556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi063.ubxlni on smithi063: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy-rgw-foo-smithi063-ubxlni\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\n/bin/podman: stderr Error: error inspecting object: no such container ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-haproxy.rgw.foo.smithi063.ubxlni\nDeploy daemon haproxy.rgw.foo.smithi063.ubxlni ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-08T01:27:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:27:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-08T01:28:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T01:29:13.292756Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi188.fuoppf on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-08T01:29:13.293773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi063.lwyzbf on smithi063: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.63/16"}, "status": {"created": "2023-11-08T01:06:57.125754Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.63/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T01:02:17.452635Z", "last_refresh": "2023-11-08T01:24:03.147379Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T01:03:40.713101Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T01:03:40.709802Z", "last_refresh": "2023-11-08T01:24:03.147454Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T01:02:22.564282Z", "last_refresh": "2023-11-08T01:24:03.147521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T01:04:10.601285Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T01:04:10.597616Z", "last_refresh": "2023-11-08T01:24:03.147601Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T01:02:19.943045Z", "last_refresh": "2023-11-08T01:24:06.422314Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-08T01:06:57.125471Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-08T01:07:03.918336Z", "last_refresh": "2023-11-08T01:24:03.147856Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-08T01:30:01.993 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-08T01:30:01.993 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-08T01:30:02.060 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b5bbee5d4ae94e2d8e2a71ad2f4510ff Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-08T01:30:02.063 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-08T01:30:02.078 INFO:tasks.vip:Removing 10.0.15.63 (and any VIPs) on smithi063.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T01:30:02.079 DEBUG:teuthology.orchestra.run.smithi063:> sudo ip addr del 10.0.15.63/16 dev enp3s0f1 2023-11-08T01:30:02.114 DEBUG:teuthology.orchestra.run.smithi063:> sudo ip addr del 10.0.31.63/16 dev enp3s0f1 2023-11-08T01:30:02.179 INFO:teuthology.orchestra.run.smithi063.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-08T01:30:02.180 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T01:30:02.181 INFO:tasks.vip:Removing 10.0.15.188 (and any VIPs) on smithi188.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T01:30:02.181 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr del 10.0.15.188/16 dev enp3s0f1 2023-11-08T01:30:02.232 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr del 10.0.31.63/16 dev enp3s0f1 2023-11-08T01:30:02.259 INFO:teuthology.orchestra.run.smithi188.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-08T01:30:02.260 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T01:30:02.262 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-08T01:30:02.277 INFO:tasks.cephadm:Teardown begin 2023-11-08T01:30:02.278 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:30:02.304 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:30:02.331 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-08T01:30:02.332 DEBUG:teuthology.orchestra.run.smithi063:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T01:30:02.359 DEBUG:teuthology.orchestra.run.smithi188:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T01:30:02.387 INFO:tasks.cephadm:Stopping all daemons... 2023-11-08T01:30:02.388 INFO:tasks.cephadm.mon.smithi063:Stopping mon.smithi063... 2023-11-08T01:30:02.388 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mon.smithi063 2023-11-08T01:30:02.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:02 smithi063 systemd[1]: Stopping Ceph mon.smithi063 for 4522225e-7dd2-11ee-8dbb-212e2dc638e7... 2023-11-08T01:30:02.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:02 smithi063 bash[285687]: Error: no container with name or ID ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-mon.smithi063 found: no such container 2023-11-08T01:30:03.109 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:02 smithi188 conmon[89266]: audit 2023-11-08T01:30:01.309763+0000 mgr.smithi063.cuyera (mgr.14180) 1308 : 2023-11-08T01:30:03.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:02 smithi188 conmon[89266]: audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:30:03.110 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:02 smithi188 conmon[89266]: cluster 2023-11-08T01:30:01.311385+0000 mgr.smithi063.cuyera (mgr.14180) 1309 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:30:03.113 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:02 smithi063 conmon[84397]: audit 2023-11-08T01:30:01.309763 2023-11-08T01:30:03.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:02 smithi063 conmon[84397]: +0000 mgr.smithi063.cuyera (mgr.14180) 1308 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:30:03.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:02 smithi063 conmon[84397]: cluster 2023-11-08T01:30:01.311385+0000 mgr.smithi063.cuyera (mgr.14180) 1309 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T01:30:03.114 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:02 smithi063 conmon[84397]: debug 2023-11-08T01:30:02.750+0000 7fa9b78ca700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi063 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-08T01:30:03.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:02 smithi063 conmon[84397]: debug 2023-11-08T01:30:02.750+0000 7fa9b78ca700 -1 mon.smithi063@0(leader) e2 *** Got Signal Terminated *** 2023-11-08T01:30:03.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 08 01:30:03 smithi063 bash[285803]: 46f8d501b1c6fe67f65168c06660bd4c6feebe968c9821af68b0be293624f35e 2023-11-08T01:30:03.813 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mon.smithi063.service' 2023-11-08T01:30:03.868 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T01:30:03.868 INFO:tasks.cephadm.mon.smithi063:Stopped mon.smithi063 2023-11-08T01:30:03.869 INFO:tasks.cephadm.mon.smithi188:Stopping mon.smithi188... 2023-11-08T01:30:03.869 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mon.smithi188 2023-11-08T01:30:04.254 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:03 smithi188 systemd[1]: Stopping Ceph mon.smithi188 for 4522225e-7dd2-11ee-8dbb-212e2dc638e7... 2023-11-08T01:30:04.255 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:03 smithi188 bash[119182]: Error: no container with name or ID ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7-mon.smithi188 found: no such container 2023-11-08T01:30:04.573 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:04 smithi188 conmon[89266]: debug 2023-11-08T01:30:04.252+0000 7f6969cea700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi188 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-08T01:30:04.574 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:04 smithi188 conmon[89266]: debug 2023-11-08T01:30:04.252+0000 7f6969cea700 -1 mon.smithi188@1(peon) e2 *** Got Signal Terminated *** 2023-11-08T01:30:04.574 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Nov 08 01:30:04 smithi188 bash[119297]: f6737219068aea871d460f983cf41b2f440188ec5cde899730eaa402cf35c366 2023-11-08T01:30:04.940 DEBUG:teuthology.orchestra.run.smithi188:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4522225e-7dd2-11ee-8dbb-212e2dc638e7@mon.smithi188.service' 2023-11-08T01:30:04.986 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T01:30:04.986 INFO:tasks.cephadm.mon.smithi188:Stopped mon.smithi188 2023-11-08T01:30:04.987 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T01:31:05.786 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T01:32:02.260 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:32:02.298 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:32:02.325 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-08T01:32:02.328 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126/remote/ubuntu@smithi063.front.sepia.ceph.com/crash 2023-11-08T01:32:02.329 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T01:32:02.383 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T01:32:02.384 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2023-11-08T01:32:02.386 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126/remote/ubuntu@smithi188.front.sepia.ceph.com/crash 2023-11-08T01:32:02.387 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T01:32:02.422 INFO:teuthology.orchestra.run.smithi188.stderr:tar: /var/lib/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T01:32:02.423 INFO:teuthology.orchestra.run.smithi188.stderr:tar: Error is not recoverable: exiting now 2023-11-08T01:32:02.424 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-08T01:32:02.424 DEBUG:teuthology.orchestra.run.smithi063:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-08T01:32:02.452 INFO:teuthology.orchestra.run.smithi063.stderr:grep: /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph.log: No such file or directory 2023-11-08T01:32:02.454 INFO:tasks.cephadm:Compressing logs... 2023-11-08T01:32:02.455 DEBUG:teuthology.orchestra.run.smithi063:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-08T01:32:02.497 DEBUG:teuthology.orchestra.run.smithi188:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-08T01:32:02.521 INFO:teuthology.orchestra.run.smithi063.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T01:32:02.522 INFO:teuthology.orchestra.run.smithi063.stderr:: No such file or directory 2023-11-08T01:32:02.522 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T01:32:02.525 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi063.yvovan.log 2023-11-08T01:32:02.526 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/cephadm.log: gzip /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-volume.log: -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.7.log 2023-11-08T01:32:02.526 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi063.yvovan.log: gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi063.cuyera.log 2023-11-08T01:32:02.526 INFO:teuthology.orchestra.run.smithi063.stderr: 59.4% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi063.yvovan.log.gz 2023-11-08T01:32:02.526 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mon.smithi063.log 2023-11-08T01:32:02.527 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.7.log: /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi063.cuyera.log: gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.3.log 2023-11-08T01:32:02.527 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mon.smithi063.log: gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.1.log 2023-11-08T01:32:02.527 INFO:teuthology.orchestra.run.smithi063.stderr:gzip /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.3.log: -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.5.log 2023-11-08T01:32:02.529 INFO:teuthology.orchestra.run.smithi188.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T01:32:02.529 INFO:teuthology.orchestra.run.smithi188.stderr:: No such file or directory 2023-11-08T01:32:02.529 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T01:32:02.530 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi188.rdglrh.log 2023-11-08T01:32:02.530 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi188.qnmlbn.log 2023-11-08T01:32:02.530 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-volume.log: /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi188.rdglrh.log: gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.4.log 2023-11-08T01:32:02.531 INFO:teuthology.orchestra.run.smithi188.stderr: 76.8% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi188.rdglrh.log.gz 2023-11-08T01:32:02.531 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi188.bnblwu.log 2023-11-08T01:32:02.531 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi188.qnmlbn.log: /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.6.log 2023-11-08T01:32:02.532 INFO:teuthology.orchestra.run.smithi188.stderr: 66.5% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi188.qnmlbn.log.gz 2023-11-08T01:32:02.532 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi188.bnblwu.log: gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.0.log 2023-11-08T01:32:02.532 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mon.smithi188.log 2023-11-08T01:32:02.532 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mon.smithi188.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T01:32:02.533 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.2.log 2023-11-08T01:32:02.533 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.2.log: 92.5% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T01:32:02.533 INFO:teuthology.orchestra.run.smithi188.stderr: 93.3% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi188.bnblwu.log.gz 2023-11-08T01:32:02.534 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.1.log: 92.6% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T01:32:02.535 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi063.iflykc.log 2023-11-08T01:32:02.535 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi063.iflykc.log: 77.9% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-client.rgw.foo.smithi063.iflykc.log.gz 2023-11-08T01:32:02.552 INFO:teuthology.orchestra.run.smithi063.stderr: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T01:32:02.764 INFO:teuthology.orchestra.run.smithi188.stderr: 92.7% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mon.smithi188.log.gz 2023-11-08T01:32:02.821 INFO:teuthology.orchestra.run.smithi063.stderr: 90.2% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi063.cuyera.log.gz 2023-11-08T01:32:03.281 INFO:teuthology.orchestra.run.smithi188.stderr: 93.4% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.2.log.gz 2023-11-08T01:32:03.294 INFO:teuthology.orchestra.run.smithi063.stderr: 93.4% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.7.log.gz 2023-11-08T01:32:03.437 INFO:teuthology.orchestra.run.smithi063.stderr: 93.2% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.5.log.gz 2023-11-08T01:32:03.473 INFO:teuthology.orchestra.run.smithi188.stderr: 93.1% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.4.log.gz 2023-11-08T01:32:03.474 INFO:teuthology.orchestra.run.smithi188.stderr: 93.1% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.6.log.gz 2023-11-08T01:32:03.538 INFO:teuthology.orchestra.run.smithi063.stderr: 90.3% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-mon.smithi063.log.gz 2023-11-08T01:32:03.555 INFO:teuthology.orchestra.run.smithi188.stderr: 93.2% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.0.log.gz 2023-11-08T01:32:03.557 INFO:teuthology.orchestra.run.smithi188.stderr: 2023-11-08T01:32:03.558 INFO:teuthology.orchestra.run.smithi188.stderr:real 0m1.046s 2023-11-08T01:32:03.558 INFO:teuthology.orchestra.run.smithi188.stderr:user 0m3.804s 2023-11-08T01:32:03.558 INFO:teuthology.orchestra.run.smithi188.stderr:sys 0m0.159s 2023-11-08T01:32:03.771 INFO:teuthology.orchestra.run.smithi063.stderr: 93.3% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.1.log.gz 2023-11-08T01:32:03.771 INFO:teuthology.orchestra.run.smithi063.stderr: 93.5% -- replaced with /var/log/ceph/4522225e-7dd2-11ee-8dbb-212e2dc638e7/ceph-osd.3.log.gz 2023-11-08T01:32:03.773 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-08T01:32:03.773 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m1.263s 2023-11-08T01:32:03.774 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m5.339s 2023-11-08T01:32:03.774 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.203s 2023-11-08T01:32:03.774 INFO:tasks.cephadm:Archiving logs... 2023-11-08T01:32:03.775 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126/remote/ubuntu@smithi063.front.sepia.ceph.com/log 2023-11-08T01:32:03.776 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T01:32:04.559 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126/remote/ubuntu@smithi188.front.sepia.ceph.com/log 2023-11-08T01:32:04.561 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T01:32:05.157 INFO:tasks.cephadm:Removing cluster... 2023-11-08T01:32:05.158 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 --force 2023-11-08T01:32:05.672 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4522225e-7dd2-11ee-8dbb-212e2dc638e7 --force 2023-11-08T01:32:06.130 INFO:tasks.cephadm:Removing cephadm ... 2023-11-08T01:32:06.130 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T01:32:06.146 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T01:32:06.161 INFO:tasks.cephadm:Teardown complete 2023-11-08T01:32:06.162 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-08T01:32:06.173 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_1... 2023-11-08T01:32:06.173 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_1 2023-11-08T01:32:06.323 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-08T01:32:06.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:06.325 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_2... 2023-11-08T01:32:06.326 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_2 2023-11-08T01:32:06.462 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-08T01:32:06.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:06.464 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_3... 2023-11-08T01:32:06.464 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_3 2023-11-08T01:32:06.592 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-08T01:32:06.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:06.594 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_4... 2023-11-08T01:32:06.595 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_4 2023-11-08T01:32:06.741 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-08T01:32:06.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:06.743 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-08T01:32:06.744 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/scratch_devs 2023-11-08T01:32:06.769 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_1... 2023-11-08T01:32:06.769 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_1 2023-11-08T01:32:06.910 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-08T01:32:06.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:06.912 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_2... 2023-11-08T01:32:06.913 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_2 2023-11-08T01:32:07.033 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-08T01:32:07.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:07.035 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_3... 2023-11-08T01:32:07.035 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_3 2023-11-08T01:32:07.158 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-08T01:32:07.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:07.160 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_4... 2023-11-08T01:32:07.160 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_4 2023-11-08T01:32:07.297 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-08T01:32:07.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:07.299 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-08T01:32:07.299 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/scratch_devs 2023-11-08T01:32:07.323 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-08T01:32:07.335 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-08T01:32:07.336 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T01:32:07.338 DEBUG:teuthology.orchestra.run.smithi188:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T01:32:07.351 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2023-11-08T01:32:07.355 INFO:teuthology.orchestra.run.smithi063.stdout:210 Number of sources = 4 2023-11-08T01:32:07.355 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T01:32:07.355 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2023-11-08T01:32:07.356 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 51 +365us[ +365us] +/- 74ms 2023-11-08T01:32:07.356 INFO:teuthology.orchestra.run.smithi063.stdout:^* hv02.front.sepia.ceph.com 3 6 377 53 -543us[ -539us] +/- 78ms 2023-11-08T01:32:07.356 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 53 +197us[ +197us] +/- 73ms 2023-11-08T01:32:07.356 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:32:07.377 INFO:teuthology.orchestra.run.smithi188.stderr:bash: ntpq: command not found 2023-11-08T01:32:07.379 INFO:teuthology.orchestra.run.smithi188.stdout:210 Number of sources = 4 2023-11-08T01:32:07.379 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T01:32:07.380 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2023-11-08T01:32:07.380 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 +352us[ +352us] +/- 74ms 2023-11-08T01:32:07.380 INFO:teuthology.orchestra.run.smithi188.stdout:^* hv02.front.sepia.ceph.com 3 6 377 52 -539us[ -539us] +/- 78ms 2023-11-08T01:32:07.381 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 57 +182us[ +183us] +/- 73ms 2023-11-08T01:32:07.381 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:32:07.382 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-08T01:32:07.392 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-08T01:32:07.393 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-08T01:32:07.408 DEBUG:teuthology.orchestra.run.smithi063:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-08T01:32:07.512 DEBUG:teuthology.orchestra.run.smithi188:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-08T01:32:07.600 DEBUG:teuthology.orchestra.run.smithi063:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T01:32:07.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:07.633 DEBUG:teuthology.orchestra.run.smithi188:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-08T01:32:07.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:07.662 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-08T01:32:07.672 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-08T01:32:07.686 INFO:teuthology.task.internal:Duration was 2520.843876 seconds 2023-11-08T01:32:07.687 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-08T01:32:07.701 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-08T01:32:07.702 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T01:32:07.704 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T01:32:07.749 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T01:32:07.749 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T01:32:08.126 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-08T01:32:08.127 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2023-11-08T01:32:08.127 DEBUG:teuthology.orchestra.run.smithi063:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-08T01:32:08.148 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi188.front.sepia.ceph.com 2023-11-08T01:32:08.148 DEBUG:teuthology.orchestra.run.smithi188:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-08T01:32:08.167 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-08T01:32:08.168 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T01:32:08.190 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T01:32:08.264 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-08T01:32:08.264 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T01:32:08.267 DEBUG:teuthology.orchestra.run.smithi188:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T01:32:08.442 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-08T01:32:08.453 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-08T01:32:08.454 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T01:32:08.479 DEBUG:teuthology.orchestra.run.smithi188:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T01:32:08.504 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-08T01:32:08.517 DEBUG:teuthology.orchestra.run.smithi063:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-08T01:32:08.522 DEBUG:teuthology.orchestra.run.smithi188:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-08T01:32:08.544 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2023-11-08T01:32:08.568 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = core 2023-11-08T01:32:08.582 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T01:32:08.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:08.613 DEBUG:teuthology.orchestra.run.smithi188:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T01:32:08.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:32:08.636 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-08T01:32:08.649 INFO:teuthology.task.internal:Transferring archived files... 2023-11-08T01:32:08.650 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126/remote/smithi063 2023-11-08T01:32:08.651 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T01:32:08.698 DEBUG:teuthology.misc:Transferring archived files from smithi188:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126/remote/smithi188 2023-11-08T01:32:08.700 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T01:32:08.736 INFO:teuthology.task.internal:Removing archive directory... 2023-11-08T01:32:08.737 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T01:32:08.739 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T01:32:08.785 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-08T01:32:08.799 INFO:teuthology.task.internal:Not uploading archives. 2023-11-08T01:32:08.799 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-08T01:32:08.813 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-08T01:32:08.813 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T01:32:08.816 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T01:32:08.828 INFO:teuthology.orchestra.run.smithi063.stdout: 262802 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 01:32 /home/ubuntu/cephtest 2023-11-08T01:32:08.839 INFO:teuthology.orchestra.run.smithi188.stdout: 262176 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 01:32 /home/ubuntu/cephtest 2023-11-08T01:32:08.840 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-08T01:32:08.853 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-08T01:32:08.928 INFO:teuthology.nuke:Checking targets against current locks 2023-11-08T01:32:08.950 DEBUG:teuthology.nuke:shortname: smithi063 2023-11-08T01:32:08.951 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T01:32:08.975 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 00:42:44.886595', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGFR7n+4cqjnSMQjPHTAM+WOEAdc6i3z8qHrwyDmeXsPanF2MHmLK9vuGj2I2EwCr2YJjRT5zvZdWNNHa5qmWVc='} 2023-11-08T01:32:08.976 DEBUG:teuthology.nuke:shortname: smithi188 2023-11-08T01:32:08.977 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T01:32:08.998 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451126', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 00:42:44.884626', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIWqoWJH905S3VDg8S6i/f0h8NL1uGsZc+J1rRmbVloPhXJEk5xwu491SJhqjt0pwVkjz8XhFAQkBytJvUJS908='} 2023-11-08T01:32:09.029 INFO:teuthology.orchestra.console.smithi063:Power off 2023-11-08T01:32:09.030 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T01:32:09.055 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2023-11-08T01:32:09.055 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:32:09.071 INFO:teuthology.orchestra.console.smithi188:Power off 2023-11-08T01:32:09.071 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T01:32:09.081 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2023-11-08T01:32:09.093 DEBUG:teuthology.orchestra.console.smithi188:power off output: Chassis Power Control: Down/Off 2023-11-08T01:32:09.094 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:32:09.117 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-11-08T01:32:13.083 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:32:13.119 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:32:13.194 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2023-11-08T01:32:13.230 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-11-08T01:32:17.198 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:32:17.232 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:32:17.308 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2023-11-08T01:32:17.342 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-11-08T01:32:17.410 INFO:teuthology.orchestra.console.smithi063:Power off completed 2023-11-08T01:32:21.346 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:32:21.456 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is off 2023-11-08T01:32:21.557 INFO:teuthology.orchestra.console.smithi188:Power off completed 2023-11-08T01:32:21.661 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 2520.8438758850098 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b5bbee5d4ae94e2d8e2a71ad2f4510ff status: fail success: false 2023-11-08T01:32:21.662 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T01:32:21.738 INFO:teuthology.run:FAIL